mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Fix some words
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
398fd2a336
commit
d4205add0f
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -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/).
|
||||
{{</ notice >}}
|
||||
|
||||
### 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).
|
||||
{{</ notice >}}
|
||||
|
||||
### Step 6: Check the result
|
||||
|
|
@ -129,7 +129,7 @@ You can skip **Mount Volumes** and **Advanced Settings** for this tutorial. For
|
|||
|
||||

|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
|
|
@ -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**.
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
|
|
@ -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 #########################
|
||||
|
|
|
|||
|
|
@ -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:配置持久化存储插件
|
||||
|
||||
|
|
|
|||
|
|
@ -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 >}}
|
||||
{{< notice note >}}您可以跳过本教程的**挂载存储**和**高级设置**。有关更多信息,请参见[挂载存储卷](../../../project-user-guide/application-workloads/deployments/#步骤-4挂载存储卷)和[配置高级设置](../../../project-user-guide/application-workloads/deployments/#步骤-5配置高级设置)。{{</ notice >}}
|
||||
|
||||
### 步骤 6:检查结果
|
||||
|
||||
|
|
|
|||
|
|
@ -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) 中的集群部分获取更多的信息。
|
||||
|
||||
{{</ notice >}}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue