Skip to content

Commit

Permalink
docs:ks requests the version of k8s in [1.13.0, 1.16)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaowenchen committed Oct 11, 2019
1 parent e3bd8ed commit 99182d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In addition to supporting deploy on VM and BM, KubeSphere also supports installi

## Prerequisites

- Kubernetes Version: >= 1.13.0
- Kubernetes Version: >= 1.13.0, < 1.16
- Helm Version: >= 2.10.0

1. Make sure your Kubernetes version is greater than 1.13.0, run `kubectl version` in your cluster node. The output looks like the following:
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ KubeSphere 支持在已有 Kubernetes 集群之上部署 [KubeSphere](https://ku
## 准备工作


1. 确认现有的 `Kubernetes` 版本在 `>=1.13.0`,KubeSphere 需要 `K8s 1.13.0` 版本之后的新特性,可以在执行 `kubectl version` 来确认 :
1. 确认现有的 `Kubernetes` 版本在 `>= 1.13.0, < 1.16`,KubeSphere 需要 `K8s 1.13.0` 版本之后的新特性,可以在执行 `kubectl version` 来确认 :
```bash
root@kubernetes:~# kubectl version
Client Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.1", GitCommit:"4485c6f18cee9a5d3c3b4e523bd27972b1b53892", GitTreeState:"clean", BuildDate:"2019-07-18T09:09:21Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
Expand Down

0 comments on commit 99182d1

Please sign in to comment.