mirror of
https://github.com/kubesphere/website.git
synced 2025-12-27 11:42:49 +00:00
Fix small typos
Signed-off-by: adakisme <serenashe@yunify.com>
This commit is contained in:
parent
ad27f93b16
commit
e01dcbc9af
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ weight: 10260
|
|||
| 每周 | `0 0 * * 0` |
|
||||
| 每月 | `0 0 1 * *` |
|
||||
|
||||
- **高级设置 (执行参数)**:
|
||||
- **高级设置(执行参数)**:
|
||||
|
||||
- **启动 Job 的期限(秒)**:由清单文件中的 `.spec.startingDeadlineSeconds` 指定,此可选字段表示如果由于任何原因错过计划时间,定时任务启动所需的最大秒数。错过执行的定时任务将被计为失败。如果未指定此字段,则此定时任务没有启动期限。
|
||||
- **保留完成 Job 数**:由清单文件中的 `.spec.successfulJobsHistoryLimit` 指定,此字段表示要保留的定时任务执行成功的次数,用于区分显式零和未指定这两种情况。默认值为 3。
|
||||
|
|
|
|||
|
|
@ -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**。
|
||||
|
||||
**镜像名称**:输入 `<DOCKERHUB_USERNAME>/<IMAGE NAME>` 或 `<HARBOR-PROJECT_NAME>/<IMAGE NAME>` 作为镜像名称。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue