From 99182d157b80435f414088daa9aee1ce8c93469b Mon Sep 17 00:00:00 2001 From: shaowenchen Date: Fri, 11 Oct 2019 17:29:22 +0800 Subject: [PATCH] docs:ks requests the version of k8s in [1.13.0, 1.16) --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbbefa6f2..39ddae90e 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/README_zh.md b/README_zh.md index 0e4e29cf4..a02968bf7 100644 --- a/README_zh.md +++ b/README_zh.md @@ -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"}