modify the error chinese word

Signed-off-by: timyinshi <shiguangyin@inspur.com>
This commit is contained in:
timyinshi 2021-03-05 22:29:24 +08:00
parent afedddbfa6
commit b3ac1021a9
No known key found for this signature in database
GPG Key ID: 70ABA5658FD65E62
1 changed files with 2 additions and 2 deletions

View File

@ -169,7 +169,7 @@ A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/d
## 编写 Job 规约
与 Kubernetes 中其他资源的配置类似Job 也需要 `apiVersion`、`kind` 和 `metadata` 字段。
Job 的名字必须合法的 [DNS 子域名](/zh/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)。
Job 的名字必须合法的 [DNS 子域名](/zh/docs/concepts/overview/working-with-objects/names#dns-subdomain-names)。
Job 配置还需要一个[`.spec` 节](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status)。
@ -565,7 +565,7 @@ more information, see the documentation for
[TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/) for
finished resources.
-->
Job `pi-with-ttl` 在结束 100 秒之后,可以成为被自动删除的标的
Job `pi-with-ttl` 在结束 100 秒之后,可以成为被自动删除的对象
如果该字段设置为 `0`Job 在结束之后立即成为可被自动删除的对象。
如果该字段没有设置Job 不会在结束之后被 TTL 控制器自动清除。