Merge pull request #3049 from shenhonglei/ks-version-change

Remove unsupported v1.20.x from v3.4
This commit is contained in:
KubeSphere CI Bot 2024-01-09 14:25:37 +08:00 committed by GitHub
commit f3e3865d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -79,11 +79,11 @@ If you want to use KubeKey to install both Kubernetes and KubeSphere 3.4, see th
| KubeSphere version | Supported Kubernetes versions |
| ------------------ | ------------------------------------------------------------ |
| v3.4.1 | v1.20.x, v1.21.x, * v1.22.x, * v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x |
| v3.4.1 | v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x |
{{< notice note >}}
- You can also run `./kk version --show-supported-k8s` to see all supported Kubernetes versions that can be installed by KubeKey.
- The Kubernetes versions that can be installed using KubeKey are different from the Kubernetes versions supported by KubeSphere 3.4. If you want to [install KubeSphere 3.4 on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/), your Kubernetes version must be v1.20.x, v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.
- The Kubernetes versions that can be installed using KubeKey are different from the Kubernetes versions supported by KubeSphere 3.4. If you want to [install KubeSphere 3.4 on an existing Kubernetes cluster](../../../installing-on-kubernetes/introduction/overview/), your Kubernetes version must be v1.21.x, v1.22.x, v1.23.x, * v1.24.x, * v1.25.x, and * v1.26.x. For Kubernetes versions with an asterisk, some features of edge nodes may be unavailable due to incompatability. Therefore, if you want to use edge nodes, you are advised to install Kubernetes v1.23.x.
{{</ notice >}}

View File

@ -80,11 +80,11 @@ curl -sfL https://get-kk.kubesphere.io | VERSION=v3.0.13 sh -
| KubeSphere 版本 | 受支持的 Kubernetes 版本 |
| ------------------ | ------------------------------------------------------------ |
| v3.4 | v1.20.x、v1.21.x、* v1.22.x、* v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x|
| v3.4 | v1.21.x、 v1.22.x、 v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x|
{{< notice note >}}
- 您也可以运行 `./kk version --show-supported-k8s`,查看能使用 KubeKey 安装的所有受支持的 Kubernetes 版本。
- 能使用 KubeKey 安装的 Kubernetes 版本与 KubeSphere 3.4 支持的 Kubernetes 版本不同。如需[在现有 Kubernetes 集群上安装 KubeSphere 3.4](../../../installing-on-kubernetes/introduction/overview/),您的 Kubernetes 版本必须为 v1.20.x、v1.21.x、v1.22.x、v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x。
- 能使用 KubeKey 安装的 Kubernetes 版本与 KubeSphere 3.4 支持的 Kubernetes 版本不同。如需[在现有 Kubernetes 集群上安装 KubeSphere 3.4](../../../installing-on-kubernetes/introduction/overview/),您的 Kubernetes 版本必须为 v1.21.x、v1.22.x、v1.23.x、* v1.24.x、* v1.25.x 和 * v1.26.x。
- 带星号的版本可能出现边缘节点部分功能不可用的情况。因此,如果您需要使用 KubeEdge为了避免兼容性问题建议安装 v1.23.x 版本的 Kubernetes。
{{</ notice >}}