From e01dcbc9affc2f1796191db4bd593499a32fa272 Mon Sep 17 00:00:00 2001 From: adakisme Date: Thu, 15 Apr 2021 11:21:53 +0800 Subject: [PATCH] Fix small typos Signed-off-by: adakisme --- content/en/docs/upgrade/upgrade-with-kubekey.md | 2 +- .../docs/project-user-guide/application-workloads/cronjobs.md | 2 +- .../zh/docs/project-user-guide/image-builder/binary-to-image.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/upgrade/upgrade-with-kubekey.md b/content/en/docs/upgrade/upgrade-with-kubekey.md index 2edd215ec..e5fd4756c 100644 --- a/content/en/docs/upgrade/upgrade-with-kubekey.md +++ b/content/en/docs/upgrade/upgrade-with-kubekey.md @@ -97,7 +97,7 @@ To upgrade Kubernetes to a specific version, explicitly provide the version afte ### Multi-node cluster -#### Step1: Generate a configuration file using KubeKey +#### Step 1: Generate a configuration file using KubeKey This command creates a configuration file `sample.yaml` from your cluster. diff --git a/content/zh/docs/project-user-guide/application-workloads/cronjobs.md b/content/zh/docs/project-user-guide/application-workloads/cronjobs.md index 9d1bda835..dcfaa3a60 100644 --- a/content/zh/docs/project-user-guide/application-workloads/cronjobs.md +++ b/content/zh/docs/project-user-guide/application-workloads/cronjobs.md @@ -40,7 +40,7 @@ weight: 10260 | 每周 | `0 0 * * 0` | | 每月 | `0 0 1 * *` | -- **高级设置 (执行参数)**: +- **高级设置(执行参数)**: - **启动 Job 的期限(秒)**:由清单文件中的 `.spec.startingDeadlineSeconds` 指定,此可选字段表示如果由于任何原因错过计划时间,定时任务启动所需的最大秒数。错过执行的定时任务将被计为失败。如果未指定此字段,则此定时任务没有启动期限。 - **保留完成 Job 数**:由清单文件中的 `.spec.successfulJobsHistoryLimit` 指定,此字段表示要保留的定时任务执行成功的次数,用于区分显式零和未指定这两种情况。默认值为 3。 diff --git a/content/zh/docs/project-user-guide/image-builder/binary-to-image.md b/content/zh/docs/project-user-guide/image-builder/binary-to-image.md index 65d507ea0..8ddbd8004 100644 --- a/content/zh/docs/project-user-guide/image-builder/binary-to-image.md +++ b/content/zh/docs/project-user-guide/image-builder/binary-to-image.md @@ -55,7 +55,7 @@ Binary-to-Image (B2I) 是一个工具箱和工作流,用于从二进制可执 **上传制品**:上传 war 制品 ([b2i-war-java8](https://github.com/kubesphere/tutorial/raw/master/tutorial%204%20-%20s2i-b2i/b2i-war-java8.war))。 - **构建环境**:选择 **kubesphere/tomcat85-java8-centos7:v2.1.0**. + **构建环境**:选择 **kubesphere/tomcat85-java8-centos7:v2.1.0**。 **镜像名称**:输入 `/` 或 `/` 作为镜像名称。