From 82deb6601508eaf408db9c5da9df6e706b02072d Mon Sep 17 00:00:00 2001 From: Mufengzhe <1394298614@qq.com> Date: Thu, 21 Sep 2023 11:03:37 +0800 Subject: [PATCH] update version compatibility instructions for volcano v1.8 version support for k8s v1.27 and v1.28 Signed-off-by: Mufengzhe <1394298614@qq.com> --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ab5140de1b..b1ab7e25ce 100644 --- a/README.md +++ b/README.md @@ -128,11 +128,12 @@ kubectl create -f _output/release/volcano-monitoring-v1.8.1.yaml ## Kubernetes compatibility -| | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | -|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------| -| Volcano v1.6 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - | - | -| Volcano v1.7 | - | - | ✓ | ✓ | ✓ | ✓ | ✓ |✓ |✓ | -| Volcano HEAD (master) | - | - | ✓ | ✓ | ✓ | ✓ | ✓ |✓ |✓ | +| | Kubernetes 1.17 | Kubernetes 1.18 | Kubernetes 1.19 | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.27 | Kubernetes 1.28 | +|------------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------| +| Volcano v1.6 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | - | - | - | - | +| Volcano v1.7 | - | - | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| Volcano v1.8 | - | - | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |✓ | ✓ | ✓ | +| Volcano HEAD (master) | - | - | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |✓ | ✓ | ✓ | Key: * `✓` Volcano and the Kubernetes version are exactly compatible.