From 5380e3910777ba8bd04b1466ee8e4b4c1cb6a12a Mon Sep 17 00:00:00 2001 From: FeynmanZhou Date: Thu, 4 Nov 2021 20:44:15 +0800 Subject: [PATCH] update the download version to 3.2.0 Signed-off-by: FeynmanZhou --- README.md | 6 +++--- README_zh.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d0edcd188..05e7803af 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ KubeSphere uses a loosely-coupled architecture that separates the [frontend](htt ## Latest release -🎉 KubeSphere 3.1.1 is now available! See the [Release Notes For 3.1.1](https://kubesphere.io/docs/release/release-v311/) for the updates. +🎉 KubeSphere 3.2.0 is now available! See the [Release Notes For 3.2.0](https://kubesphere.io/docs/release/release-v320/) for the updates. ## Installation @@ -124,9 +124,9 @@ KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In 1. Run the following commands to install KubeSphere on an exiting Kubernetes cluster: ```yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/cluster-configuration.yaml ``` 2. You can run the following command to view the installation logs. After KubeSphere is successfully installed, you can use `http://IP:30880` to access the KubeSphere Console with the default account and password (admin/P@88w0rd). diff --git a/README_zh.md b/README_zh.md index a7002891b..7da80a1a6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -113,7 +113,7 @@ KubeSphere 使用前后端分离的架构,将 [前端](https://github.com/kube ## 最新版本 -🎉 KubeSphere 3.1.1 全新发布!相关更新信息,请参阅 [Release Notes For 3.1.1](https://kubesphere.io/zh/docs/release/release-v311/) 。 +🎉 KubeSphere 3.2.0 全新发布!相关更新信息,请参阅 [3.2.0 GA 详细解读](https://kubesphere.com.cn/blogs/kubesphere-3.2.0-ga-announcement/) 。 ## 安装 @@ -124,9 +124,9 @@ KubeSphere 支持在任意平台运行,从本地数据中心到混合多云再 1. 运行以下命令以在现有 Kubernetes 集群上安装 KubeSphere: ```yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.1.1/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/cluster-configuration.yaml ``` 2. 您可以运行以下命令查看安装日志。 KubeSphere 安装成功后,您可以使用`http://IP:30880` 以默认账号和密码(admin/P@88w0rd)访问KubeSphere 控制台。