File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/d
169
169
## 编写 Job 规约
170
170
171
171
与 Kubernetes 中其他资源的配置类似,Job 也需要 ` apiVersion ` 、` kind ` 和 ` metadata ` 字段。
172
- Job 的名字必须时合法的 [ DNS 子域名] ( /zh/docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) 。
172
+ Job 的名字必须是合法的 [ DNS 子域名] ( /zh/docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) 。
173
173
174
174
Job 配置还需要一个[ ` .spec ` 节] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
175
175
@@ -565,7 +565,7 @@ more information, see the documentation for
565
565
[TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/) for
566
566
finished resources.
567
567
-->
568
- Job `pi-with-ttl` 在结束 100 秒之后,可以成为被自动删除的标的 。
568
+ Job `pi-with-ttl` 在结束 100 秒之后,可以成为被自动删除的对象 。
569
569
570
570
如果该字段设置为 `0`,Job 在结束之后立即成为可被自动删除的对象。
571
571
如果该字段没有设置,Job 不会在结束之后被 TTL 控制器自动清除。
You can’t perform that action at this time.
0 commit comments