mirror of
https://github.com/kubesphere/kubekey.git
synced 2025-12-26 01:22:51 +00:00
update document
Signed-off-by: pixiake <guofeng@yunify.com>
This commit is contained in:
parent
70671f7a99
commit
49520109b9
|
|
@ -25,7 +25,7 @@ There are three scenarios to use KubeKey.
|
|||
|
||||
### Linux Distributions
|
||||
|
||||
* **Ubuntu** *16.04, 18.04*
|
||||
* **Ubuntu** *16.04, 18.04, 20.04*
|
||||
* **Debian** *Buster, Stretch*
|
||||
* **CentOS/RHEL** *7*
|
||||
* **SUSE Linux Enterprise Server** *15*
|
||||
|
|
@ -35,11 +35,12 @@ There are three scenarios to use KubeKey.
|
|||
|
||||
* **v1.15**:   *v1.15.12*
|
||||
* **v1.16**:   *v1.16.13*
|
||||
* **v1.17**:   *v1.17.9* (default)
|
||||
* **v1.17**:   *v1.17.9*
|
||||
* **v1.18**:   *v1.18.6*
|
||||
* **v1.19**:   *v1.19.8* (default)
|
||||
* **v1.20**:   *v1.20.4*
|
||||
> Looking for more supported versions [Click here](./docs/kubernetes-versions.md)
|
||||
|
||||
> Notice: KubeSphere is currently not supported running on k8s v1.19.x
|
||||
## Requirements and Recommendations
|
||||
|
||||
* Minimum resource requirements (For Minimal Installation of KubeSphere only):
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
### Linux 发行版
|
||||
|
||||
* **Ubuntu** *16.04, 18.04*
|
||||
* **Ubuntu** *16.04, 18.04, 20.04*
|
||||
* **Debian** *Buster, Stretch*
|
||||
* **CentOS/RHEL** *7*
|
||||
* **SUSE Linux Enterprise Server** *15*
|
||||
|
|
@ -35,11 +35,12 @@
|
|||
|
||||
* **v1.15**:   *v1.15.12*
|
||||
* **v1.16**:   *v1.16.13*
|
||||
* **v1.17**:   *v1.17.9* (默认)
|
||||
* **v1.17**:   *v1.17.9*
|
||||
* **v1.18**:   *v1.18.6*
|
||||
* **v1.19**:   *v1.19.8* (default)
|
||||
* **v1.20**:   *v1.20.4*
|
||||
> 查看更多支持的版本[点击这里](./docs/kubernetes-versions.md)
|
||||
|
||||
> 注意: KubeSphere目前暂不支持运行在k8s 1.19.x之上。
|
||||
## 要求和建议
|
||||
|
||||
* 最低资源要求(仅对于最小安装 KubeSphere):
|
||||
|
|
|
|||
|
|
@ -18,6 +18,9 @@
|
|||
| v1.18.6 | :white_check_mark: |
|
||||
| v1.18.8 | :white_check_mark: |
|
||||
| v1.19.0 | :white_check_mark: |
|
||||
| v1.19.8 | :white_check_mark: |
|
||||
| v1.19.9 | :white_check_mark: |
|
||||
| v1.20.4 | :white_check_mark: |
|
||||
|
||||
## Kubernetes Versions(arm64)
|
||||
| Version | Supported |
|
||||
|
|
@ -34,3 +37,6 @@
|
|||
| v1.18.6 | :white_check_mark: |
|
||||
| v1.18.8 | :white_check_mark: |
|
||||
| v1.19.0 | :white_check_mark: |
|
||||
| v1.19.8 | :white_check_mark: |
|
||||
| v1.19.9 | :white_check_mark: |
|
||||
| v1.20.4 | :white_check_mark: |
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@ KubeKey Roadmap demonstrates a list of open source product development plans, as
|
|||
- [x] Support more container runtimes: cri-o containerd isula
|
||||
- [x] Support more cni plugins: cilium kube-ovn
|
||||
- [x] Support for deploying clusters without cni plugin.
|
||||
- [x] Support custom components parameters.
|
||||
- [x] Support certificate expiration check and certificate update.
|
||||
- [x] Support backup of ETCD data.
|
||||
- [x] Support backup of etcd data.
|
||||
- [x] Support for adding labels to nodes when deploying cluster.
|
||||
- [ ] Support for adding taints to nodes when deploying cluster.
|
||||
- [ ] Synchronous images to aliyuncs image registry to enhance deployment experience.
|
||||
- [x] Support command auto-completion.
|
||||
- [ ] Defining clusters with CustomResourceDefinitions (experimental).
|
||||
- [x] Support for deploying k3s (experimental).
|
||||
|
|
|
|||
Loading…
Reference in New Issue