File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
content/zh-cn/docs/concepts/workloads/controllers Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ section.
114
114
DaemonSet 对象的名称必须是一个合法的
115
115
[ DNS 子域名] ( /zh-cn/docs/concepts/overview/working-with-objects/names#dns-subdomain-names ) 。
116
116
117
- DaemonSet 也需要 [ ` .spec ` ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 节区 。
117
+ DaemonSet 也需要 [ ` .spec ` 部分 ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
118
118
119
119
<!--
120
120
### Pod Template
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ Job 的名字必须是合法的 [DNS 子域名](/zh-cn/docs/concepts/overview/wo
273
273
[ DNS 标签] ( /zh-cn/docs/concepts/overview/working-with-objects/names#dns-label-names ) 规则。
274
274
即使该名字被要求遵循 DNS 子域名规则,也不得超过 63 个字符。
275
275
276
- Job 配置还需要一个 [ ` .spec ` 节 ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
276
+ Job 配置还需要一个 [ ` .spec ` 部分 ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
277
277
278
278
<!--
279
279
### Job Labels
Original file line number Diff line number Diff line change @@ -391,8 +391,7 @@ A ReplicaSet also needs a [`.spec` section](https://git.k8s.io/community/contrib
391
391
[ DNS 标签] ( /zh-cn/docs/concepts/overview/working-with-objects/names#dns-label-names ) 规则。
392
392
393
393
ReplicaSet 也需要
394
- [ ` .spec ` ] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status )
395
- 部分。
394
+ [ ` .spec ` 部分] ( https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status ) 。
396
395
397
396
<!--
398
397
### Pod Template
You can’t perform that action at this time.
0 commit comments