From c5773a86fa985e6937f80df53ac3aee17ed5e7ed Mon Sep 17 00:00:00 2001 From: serenashe Date: Wed, 21 Apr 2021 09:58:13 +0800 Subject: [PATCH] zh-typos fixed (#1395) * zh-typos fixed Signed-off-by: adakisme * zh-typo fixed Signed-off-by: adakisme --- .../install-kubesphere-on-huaweicloud-cce.md | 2 +- .../on-premises/install-kubesphere-on-vmware-vsphere.md | 2 +- .../public-cloud/install-kubesphere-on-ali-ecs.md | 2 +- .../public-cloud/install-kubesphere-on-huaweicloud-ecs.md | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md index 2dd60cec7..06fb50f84 100644 --- a/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md +++ b/content/zh/docs/installing-on-kubernetes/hosted-kubernetes/install-kubesphere-on-huaweicloud-cce.md @@ -94,7 +94,7 @@ kubectl apply -f https://github.com/kubesphere/ks-installer/releases/download/v3 ![为 KubeSphere 控制台配置负载均衡访问](/images/docs/huawei-cce/zh/edit-ks-console-svc.png) -通过负载均衡绑定公网访问后,即可使用给定的访问地址进行访问,进入到 KubeSphere 的登陆界面并使用默认账号(用户名 `admin`,密码 `P@88w0rd`)即可登陆平台: +通过负载均衡绑定公网访问后,即可使用给定的访问地址进行访问,进入到 KubeSphere 的登录界面并使用默认账号(用户名 `admin`,密码 `P@88w0rd`)即可登录平台: ![登录 KubeSphere 平台](/images/docs/huawei-cce/zh/login-ks-console.png) diff --git a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md index 03271e98c..dc5e78a90 100644 --- a/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md +++ b/content/zh/docs/installing-on-linux/on-premises/install-kubesphere-on-vmware-vsphere.md @@ -461,7 +461,7 @@ https://kubesphere.io 2020-08-15 23:32:12 #### 登录 console 界面 -使用上述日志中给定的访问地址进行访问,进入到 KubeSphere 的登陆界面并使用默认账号(用户名`admin`,密码`P@88w0rd`)即可登陆平台。 +使用上述日志中给定的访问地址进行访问,进入到 KubeSphere 的登录界面并使用默认账号(用户名`admin`,密码`P@88w0rd`)即可登录平台。 ![登录](/images/docs/vsphere/login.png) diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md index ebc084a14..9a7a6409e 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md +++ b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-ali-ecs.md @@ -256,7 +256,7 @@ https://kubesphere.io 2020-08-24 23:30:06 ##################################################### ``` -- 访问公网 IP + Port 为部署后的使用情况,使用默认账号密码 (`admin/P@88w0rd`),文章安装为最小化,登陆点击`工作台` 可看到下图安装组件列表和机器情况。 +- 访问公网 IP + Port 为部署后的使用情况,使用默认账号密码 (`admin/P@88w0rd`),文章安装为最小化,登录点击`工作台` 可看到下图安装组件列表和机器情况。 ![面板图](/images/docs/ali-ecs/succes.png) diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md index acce4b3f5..5fbf9d019 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md +++ b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-huaweicloud-ecs.md @@ -282,7 +282,7 @@ spec: # 指定配置文件创建集群 ./kk create cluster --with-kubesphere v3.0.0 -f master-HA.yaml - # 查看 KubeSphere 安装日志 -- 直到出现控制台的访问地址和登陆账号 + # 查看 KubeSphere 安装日志 -- 直到出现控制台的访问地址和登录账号 kubectl logs -n kubesphere-system $(kubectl get pod -n kubesphere-system -l app=ks-install -o jsonpath='{.items[0].metadata.name}') -f ``` @@ -308,12 +308,12 @@ https://kubesphere.io 2020-08-28 01:25:54 ##################################################### ``` -访问公网 IP + Port 为部署后的使用情况,使用默认账号密码 (`admin/P@88w0rd`),文章组件安装为最大化,登陆点击`平台管理>集群管理` 可看到下图安装组件列表和机器情况。 +访问公网 IP + Port 为部署后的使用情况,使用默认账号密码 (`admin/P@88w0rd`),文章组件安装为最大化,登录点击`平台管理>集群管理`可看到下图安装组件列表和机器情况。 ## 如何自定义开启可插拔组件 点击 `集群管理` - `自定义资源CRD` ,在过滤条件框输入 `ClusterConfiguration` ,如图下 ![5-1-自定义组件](/images/docs/huawei-ecs/huawei-crds-config.png) -点击 `ClusterConfiguration` 详情,对 `ks-installer` 编辑保存退出即可,组件描述介绍:[文档说明](https://github.com/kubesphere/ks-installer/blob/master/deploy/cluster-configuration.yaml) +点击 `ClusterConfiguration` 详情,对 `ks-installer` 编辑保存退出即可,组件描述介绍:[文档说明](https://github.com/kubesphere/ks-installer/blob/master/deploy/cluster-configuration.yaml)。 ![5-2-自定义组件](/images/docs/huawei-ecs/huawei-crds-edit-yaml.png)