From d4205add0fb1aa25212835539ca2a976ba84cb97 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Thu, 7 Jan 2021 11:42:16 +0800 Subject: [PATCH] Fix some words Signed-off-by: Sherlock113 --- .../docs/devops-user-guide/examples/go-project-pipeline.md | 2 +- .../examples/multi-cluster-project-example.md | 2 +- .../public-cloud/install-kubesphere-on-qingcloud-vms.md | 2 +- .../application-workloads/container-image-settings.md | 2 +- .../docs/project-user-guide/application-workloads/jobs.md | 6 +++--- content/en/docs/upgrade/upgrade-with-kubekey.md | 2 +- .../upload-helm-based-application.md | 2 +- content/zh/docs/installing-on-linux/introduction/vars.md | 2 +- .../public-cloud/install-kubesphere-on-qingcloud-vms.md | 2 +- .../docs/project-user-guide/application-workloads/jobs.md | 2 +- content/zh/docs/upgrade/upgrade-with-kubekey.md | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/content/en/docs/devops-user-guide/examples/go-project-pipeline.md b/content/en/docs/devops-user-guide/examples/go-project-pipeline.md index d2f7ad03b..e4a581121 100644 --- a/content/en/docs/devops-user-guide/examples/go-project-pipeline.md +++ b/content/en/docs/devops-user-guide/examples/go-project-pipeline.md @@ -14,7 +14,7 @@ weight: 11410 ## Create a Docker Hub Access Token -1. Sign in [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top right corner. +1. Log in to [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top right corner. ![dockerhub-settings](/images/docs/devops-user-guide/examples/compile-and-deploy-a-go-project/dockerhub-settings.jpg) diff --git a/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md b/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md index fd7622247..ed629b5b4 100644 --- a/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md +++ b/content/en/docs/devops-user-guide/examples/multi-cluster-project-example.md @@ -15,7 +15,7 @@ weight: 11420 ## Create a Docker Hub Access Token -1. Sign in [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top right corner. +1. Log in to [Docker Hub](https://hub.docker.com/) and select **Account Settings** from the menu in the top right corner. ![dockerhub-settings](/images/docs/devops-user-guide/examples/compile-and-deploy-a-go-multi-cluster-project/dockerhub-settings.jpg) diff --git a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md index a0e80718a..80db1a77d 100644 --- a/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md +++ b/content/en/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md @@ -249,7 +249,7 @@ respectively, and you can refer to the following example. ### Step 5: Kubernetes cluster configurations (Optional) -Kubekey provides some fields and parameters to allow the cluster administrator to customize Kubernetes installation, including Kubernetes version, network plugins and image registry. There are some default values provided in `config-example.yaml`. You can modify Kubernetes-related configurations in the file based on your needs. For more information, see [Kubernetes Cluster Configurations](../../../installing-on-linux/introduction/vars/). +Kubekey provides some fields and parameters to allow the cluster administrator to customize Kubernetes installation, including Kubernetes version, network plugins and image registry. There are some default values provided in `config-sample.yaml`. You can modify Kubernetes-related configurations in the file based on your needs. For more information, see [Kubernetes Cluster Configurations](../../../installing-on-linux/introduction/vars/). ### Step 6: Persistent storage plugin configurations diff --git a/content/en/docs/project-user-guide/application-workloads/container-image-settings.md b/content/en/docs/project-user-guide/application-workloads/container-image-settings.md index 32c7973be..360d3428e 100644 --- a/content/en/docs/project-user-guide/application-workloads/container-image-settings.md +++ b/content/en/docs/project-user-guide/application-workloads/container-image-settings.md @@ -92,7 +92,7 @@ This value is indicated by the `imagePullPolicy` field. On the dashboard, you ca - The default value is `IfNotPresent`, but the value of images tagged with `:latest` is `Always` by default. - Docker will check it when pulling the image. If MD5 has not changed, it will not pull. -- The `:latest` should be avoided as much as possible in the production environment, and the latest image can be automatically pulled by the `:latest` in the development environment. +- The `:latest` tag should be avoided as much as possible in the production environment, and the latest image can be automatically pulled by the `:latest` tag in the development environment. {{< /notice >}} diff --git a/content/en/docs/project-user-guide/application-workloads/jobs.md b/content/en/docs/project-user-guide/application-workloads/jobs.md index c3e322275..4136d21ea 100644 --- a/content/en/docs/project-user-guide/application-workloads/jobs.md +++ b/content/en/docs/project-user-guide/application-workloads/jobs.md @@ -74,7 +74,7 @@ You can set the values in this step as below or click **Next** to use the defaul For more information about setting images, see [Container Image Settings](../container-image-settings/). {{}} -### Step 5: Inspect job manifest (optional) +### Step 5: Inspect the Job manifest (optional) 1. Enable **Edit Mode** in the top right corner which displays the manifest file of the Job. You can see all the values are set based on what you have specified in the previous steps. @@ -120,7 +120,7 @@ For more information about setting images, see [Container Image Settings](../con 2. You can make adjustments in the manifest directly and click **Create** or disable the **Edit Mode** and get back to the **Create Job** page. {{< notice note >}} -You can skip **Mount Volumes** and **Advanced Settings** for this tutorial. For more information, see [Pod Volumes](../deployments/#step-4-mount-volumes) and [Deployment Advanced Settings](../deployments/#step-5-configure-advanced-settings). +You can skip **Mount Volumes** and **Advanced Settings** for this tutorial. For more information, see [Mount volumes](../deployments/#step-4-mount-volumes) and [Configure advanced settings](../deployments/#step-5-configure-advanced-settings). {{}} ### Step 6: Check the result @@ -129,7 +129,7 @@ You can skip **Mount Volumes** and **Advanced Settings** for this tutorial. For ![job-list-new](/images/docs/project-user-guide/application-workloads/jobs/job-list-new.png) -2. Click this Job and go to **Execution Records** tab where you can see the information of each execution record. There are four completed Pods since **Completions** was set to `4` in Step 3. +2. Click this Job and go to **Execution Records** where you can see the information of each execution record. There are four completed Pods since **Completions** was set to `4` in Step 3. ![execution-record](/images/docs/project-user-guide/application-workloads/jobs/execution-record.jpg) diff --git a/content/en/docs/upgrade/upgrade-with-kubekey.md b/content/en/docs/upgrade/upgrade-with-kubekey.md index 68716dd05..1fc36abce 100644 --- a/content/en/docs/upgrade/upgrade-with-kubekey.md +++ b/content/en/docs/upgrade/upgrade-with-kubekey.md @@ -127,7 +127,7 @@ Modify `config-sample.yaml` to fit your cluster setup. Make sure you replace the {{< notice note >}} -Please refer to the `Cluster` section of [config-example.yaml](https://github.com/kubesphere/kubekey/blob/master/docs/config-example.md) for more information. +Refer to the `Cluster` section of [the complete configuration file](https://github.com/kubesphere/kubekey/blob/master/docs/config-example.md) for more information. {{}} diff --git a/content/en/docs/workspace-administration/upload-helm-based-application.md b/content/en/docs/workspace-administration/upload-helm-based-application.md index 78cd0f352..ea90a0802 100644 --- a/content/en/docs/workspace-administration/upload-helm-based-application.md +++ b/content/en/docs/workspace-administration/upload-helm-based-application.md @@ -17,7 +17,7 @@ This tutorial demonstrates how to develop an app template by uploading a package ## Hands-on Lab -1. Sign in KubeSphere with the `project-admin` account. In your workspace, go to **App Templates** under **Apps Management**, and click **Upload Template**. +1. Log in to KubeSphere as `project-admin`. In your workspace, go to **App Templates** under **Apps Management**, and click **Upload Template**. ![upload-app-template](/images/docs/workspace-administration/upload-helm-based-application/upload-app-template.jpg) diff --git a/content/zh/docs/installing-on-linux/introduction/vars.md b/content/zh/docs/installing-on-linux/introduction/vars.md index e6fc4f4ec..b6c460c27 100644 --- a/content/zh/docs/installing-on-linux/introduction/vars.md +++ b/content/zh/docs/installing-on-linux/introduction/vars.md @@ -7,7 +7,7 @@ linkTitle: "Kubernetes 集群配置" weight: 3160 --- -本教程介绍使用 [KubeKey](https://github.com/kubesphere/kubekey) 安装集群时,如何在 `config-example.yaml` 文件中配置 Kubernetes 集群参数([多节点安装时](../multioverview/)需要此文件)。文件中每个参数的说明如下: +本教程介绍使用 [KubeKey](https://github.com/kubesphere/kubekey) 安装集群时,如何在 `config-sample.yaml` 文件中配置 Kubernetes 集群参数([多节点安装时](../multioverview/)需要此文件)。文件中每个参数的说明如下: ```yaml ######################### Kubernetes ######################### diff --git a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md index 87611b67f..ae8046530 100644 --- a/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md +++ b/content/zh/docs/installing-on-linux/public-cloud/install-kubesphere-on-qingcloud-vms.md @@ -248,7 +248,7 @@ spec: ### 步骤 5:配置 Kubernetes 集群(可选) -集群管理员可修改 KubeKey 提供的一些字段来自定义 Kubernetes 安装参数,包括 Kubernetes 版本、网络插件和镜像仓库。`config-example.yaml` 文件中的一些字段有默认值。您可以根据需要修改文件中 Kubernetes 相关的字段。有关更多信息,请参考[ Kubernetes 集群配置](../../../installing-on-linux/introduction/vars/)。 +集群管理员可修改 KubeKey 提供的一些字段来自定义 Kubernetes 安装参数,包括 Kubernetes 版本、网络插件和镜像仓库。`config-sample.yaml` 文件中的一些字段有默认值。您可以根据需要修改文件中 Kubernetes 相关的字段。有关更多信息,请参考[ Kubernetes 集群配置](../../../installing-on-linux/introduction/vars/)。 ### 步骤 6:配置持久化存储插件 diff --git a/content/zh/docs/project-user-guide/application-workloads/jobs.md b/content/zh/docs/project-user-guide/application-workloads/jobs.md index c81214268..b5d953293 100644 --- a/content/zh/docs/project-user-guide/application-workloads/jobs.md +++ b/content/zh/docs/project-user-guide/application-workloads/jobs.md @@ -117,7 +117,7 @@ weight: 10250 2. 您可以直接在清单文件中进行调整,然后点击**创建**,或者关闭**编辑模式**然后返回**创建任务**页面。 - {{< notice note >}}您可以跳过本教程的**挂载存储**和**高级设置**。有关更多信息,请参见 [Pod 存储卷](../../../project-user-guide/application-workloads/deployments/#步骤-4挂载存储卷)和[部署高级设置](../../../project-user-guide/application-workloads/deployments/#步骤-5配置高级设置)。{{}} + {{< notice note >}}您可以跳过本教程的**挂载存储**和**高级设置**。有关更多信息,请参见[挂载存储卷](../../../project-user-guide/application-workloads/deployments/#步骤-4挂载存储卷)和[配置高级设置](../../../project-user-guide/application-workloads/deployments/#步骤-5配置高级设置)。{{}} ### 步骤 6:检查结果 diff --git a/content/zh/docs/upgrade/upgrade-with-kubekey.md b/content/zh/docs/upgrade/upgrade-with-kubekey.md index a185126ac..769542167 100644 --- a/content/zh/docs/upgrade/upgrade-with-kubekey.md +++ b/content/zh/docs/upgrade/upgrade-with-kubekey.md @@ -138,7 +138,7 @@ chmod +x kk {{< notice note >}} -你可以参阅 [config-example.yaml](https://github.com/kubesphere/kubekey/blob/master/docs/config-example.md) 中的集群部分获取更多的信息。 +你可以参阅此[完整配置文件](https://github.com/kubesphere/kubekey/blob/master/docs/config-example.md) 中的集群部分获取更多的信息。 {{}}