Skip to content

Commit e782b75

Browse files
authored
Merge pull request #26912 from timyinshi/job
modify the error chinese word
2 parents 1ca4e86 + b3ac102 commit e782b75

File tree

1 file changed

+2
-2
lines changed
  • content/zh/docs/concepts/workloads/controllers

1 file changed

+2
-2
lines changed

content/zh/docs/concepts/workloads/controllers/job.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ A Job also needs a [`.spec` section](https://git.k8s.io/community/contributors/d
169169
## 编写 Job 规约
170170

171171
与 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)
173173

174174
Job 配置还需要一个[`.spec`](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status)
175175

@@ -565,7 +565,7 @@ more information, see the documentation for
565565
[TTL controller](/docs/concepts/workloads/controllers/ttlafterfinished/) for
566566
finished resources.
567567
-->
568-
Job `pi-with-ttl` 在结束 100 秒之后,可以成为被自动删除的标的
568+
Job `pi-with-ttl` 在结束 100 秒之后,可以成为被自动删除的对象
569569

570570
如果该字段设置为 `0`,Job 在结束之后立即成为可被自动删除的对象。
571571
如果该字段没有设置,Job 不会在结束之后被 TTL 控制器自动清除。

0 commit comments

Comments
 (0)