From 3a9ff2256b9e8d3bc600dc84818ba0e7db0fa8e6 Mon Sep 17 00:00:00 2001 From: Xun Jiang Date: Mon, 5 Dec 2022 17:40:38 +0800 Subject: [PATCH] Update Velero and k8s version compatibility matrix. Due to CSIDriver is checked for Restic volume mounting path, and CSIDriver is GA and moved to storage v1 group in k8s v1.18, so update Velero v1.8, v1.9 and v1.10 compatible k8s version to 1.18-latest. Signed-off-by: Xun Jiang --- 1 | 0 README.md | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 1 diff --git a/1 b/1 deleted file mode 100644 index e69de29bb..000000000 diff --git a/README.md b/README.md index 92e496d3b..3b3d5475e 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ The following is a list of the supported Kubernetes versions for each Velero ver | Velero version | Expected Kubernetes version compatibility| Tested on Kubernetes version| |----------------|--------------------|--------------------| -| 1.10 | 1.16-latest | 1.22.5, 1.23.8, 1.24.6 and 1.25.1 | -| 1.9 | 1.16-latest | 1.20.5, 1.21.2, 1.22.5, 1.23, and 1.24 | -| 1.8 | 1.16-latest | | +| 1.10 | 1.18-latest | 1.22.5, 1.23.8, 1.24.6 and 1.25.1 | +| 1.9 | 1.18-latest | 1.20.5, 1.21.2, 1.22.5, 1.23, and 1.24 | +| 1.8 | 1.18-latest | | | 1.6.3-1.7.1 | 1.12-latest || | 1.60-1.6.2 | 1.12-1.21 || | 1.5 | 1.12-1.21 ||