From d1d5b2ab18203e000fd278bd2ce20e348f345a7a Mon Sep 17 00:00:00 2001 From: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com> Date: Fri, 1 Jul 2022 17:21:32 +0800 Subject: [PATCH] Update readme for KubeSphere v3.3.0 (#5019) update readme Signed-off-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com> --- README.md | 17 +++++++---------- README_zh.md | 16 +++++++--------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 26c247112..820bec6a6 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ KubeSphere uses a loosely-coupled architecture that separates the [frontend](htt ## Latest release -🎉 KubeSphere 3.2.1 was released on Dec 20! It brought enhancements and better user experience, see the [Release Notes For 3.2.1](https://kubesphere.io/docs/release/release-v321/) for the updates. +🎉 KubeSphere 3.3.0 was released on June 24! It brought enhancements and better user experience, see the [Release Notes For 3.3.0](https://kubesphere.io/docs/release/release-v330/) for the updates. ## Installation KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any version-compatible Kubernetes cluster. The installer will start a minimal installation by default, you can [enable other pluggable components before or after installation](https://kubesphere.io/docs/quick-start/enable-pluggable-components/). @@ -129,9 +129,9 @@ KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In If your cluster meets the [prerequisites](https://kubesphere.io/docs/quick-start/minimal-kubesphere-on-k8s/#prerequisites), then 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.2.1/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.1/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/cluster-configuration.yaml ``` #### All-in-one @@ -139,24 +139,21 @@ kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3 ```yaml # Download KubeKey -curl -sfL https://get-kk.kubesphere.io | VERSION=v2.0.0 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh - # Make kk executable chmod +x kk # Create a cluster -./kk create cluster --with-kubernetes v1.21.4-k3s --with-kubesphere v3.2.1 +./kk create cluster --with-kubernetes v1.21.4-k3s --with-kubesphere v3.3.0 ``` You can run the following command to view the installation logs. After KubeSphere is successfully installed, you can access the KubeSphere web console at `http://IP:30880` and log in using the default administrator account (admin/P@88w0rd). ```yaml -kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f +kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f ``` -### 🐯 Katacoda for quick learning - -[Katacoda](https://www.katacoda.com/) allows you to explore how to install KubeSphere on an existing Kubernetes cluster in a browser. You can start the [Katacoda scenario with KubeSphere](https://www.katacoda.com/kubesphere/scenarios/install-kubesphere-on-kubernetes) in minutes. ### KubeSphere for hosted Kubernetes services -KubeSphere is hosted on the following cloud providers, you can try KubeSphere by one-click installation on their hosted Kubernetes services. +KubeSphere is hosted on the following cloud providers, and you can try KubeSphere by one-click installation on their hosted Kubernetes services. - [KubeSphere for Amazon EKS](https://aws.amazon.com/quickstart/architecture/qingcloud-kubesphere/) - [KubeSphere for Azure AKS](https://market.azure.cn/marketplace/apps/qingcloud.kubesphere) diff --git a/README_zh.md b/README_zh.md index 6d781c031..a112559bc 100644 --- a/README_zh.md +++ b/README_zh.md @@ -118,7 +118,7 @@ KubeSphere 使用前后端分离的架构,将 [前端](https://github.com/kube ## 最新版本 -🎉 KubeSphere 3.2.1 全新发布!!多项功能优化,带来更好的用户体验,详见 [v3.2.1 发行记录](https://kubesphere.com.cn/docs/release/release-v321/) 。 +🎉 KubeSphere 3.3.0 全新发布!!多项功能优化,带来更好的用户体验,详见 [v3.3.0 版本说明](https://kubesphere.com.cn/docs/release/release-v330/) 。 ## 安装 KubeSphere 支持在任意平台运行,从本地数据中心到混合多云再走向边缘。此外,KubeSphere 可以部署在任何版本兼容的 Kubernetes 集群上。Installer 默认将执行最小化安装,您可以在安装前或安装后自定义[安装可插拔功能组件](https://kubesphere.com.cn/docs/quick-start/enable-pluggable-components/)。 @@ -128,9 +128,9 @@ KubeSphere 支持在任意平台运行,从本地数据中心到混合多云再 请确保您的集群满足安装的[前提条件](https://kubesphere.io/zh/docs/quick-start/minimal-kubesphere-on-k8s/),运行以下命令以在现有 Kubernetes 集群上安装 KubeSphere: ```yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.1/kubesphere-installer.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/kubesphere-installer.yaml -kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.2.1/cluster-configuration.yaml +kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3.3.0/cluster-configuration.yaml ``` #### All-in-one(Linux 单节点安装) @@ -138,21 +138,19 @@ kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3 ```yaml # 下载 KubeKey -curl -sfL https://get-kk.kubesphere.io | VERSION=v1.2.0 sh - +curl -sfL https://get-kk.kubesphere.io | VERSION=v2.2.1 sh - # 为 kk 赋予可执行权限 chmod +x kk # 创建集群 -./kk create cluster --with-kubernetes v1.21.4-k3s --with-kubesphere v3.2.1 +./kk create cluster --with-kubernetes v1.21.4-k3s --with-kubesphere v3.3.0 ``` 可使用以下命令查看安装日志。如果安装成功,可使用 `http://IP:30880` 访问 KubeSphere Console,管理员登录帐密为 `admin/P@88w0rd`。 ```yaml -kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f -``` -### 🐯 使用 Katacoda 在线安装体验 KubeSphere +kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l 'app in (ks-install, ks-installer)' -o jsonpath='{.items[0].metadata.name}') -f +``` -[Katacoda](https://www.katacoda.com/) 是一个在线的云原生技术学习实验平台,你可以使用它在浏览器中快速 [安装体验 KubeSphere](https://www.katacoda.com/kubesphere/scenarios/install-kubesphere-on-kubernetes) 。 ### 在托管 Kubernetes 上部署 KubeSphere KubeSphere 托管在以下云供应商上,您可以通过在其托管的 Kubernetes 服务上一键安装来部署 KubeSphere。