mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #3049 from shenhonglei/ks-version-change
Remove unsupported v1.20.x from v3.4
This commit is contained in:
commit
f3e3865d60
|
|
@ -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 >}}
|
||||
|
|
@ -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 >}}
|
||||
Loading…
Reference in New Issue