File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/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 @@ -64,13 +64,13 @@ ReplicaSet 是通过一组字段来定义的,包括一个用来识别可获得
64
64
进而实现其存在价值。当 ReplicaSet 需要创建新的 Pod 时,会使用所提供的 Pod 模板。
65
65
66
66
<!--
67
- A ReplicaSet is linked to its Pods via the Pods' [metadata.ownerReferences](/docs/concepts/architecture/garbage-collection/#owners-and- dependents)
67
+ A ReplicaSet is linked to its Pods via the Pods' [metadata.ownerReferences](/docs/concepts/architecture/garbage-collection/#owners-dependents)
68
68
field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet have their owning
69
69
ReplicaSet's identifying information within their ownerReferences field. It's through this link that the ReplicaSet
70
70
knows of the state of the Pods it is maintaining and plans accordingly.
71
71
-->
72
72
ReplicaSet 通过 Pod 上的
73
- [ metadata.ownerReferences] ( /zh-cn/docs/concepts/architecture/garbage-collection/#owners-and- dependents )
73
+ [ metadata.ownerReferences] ( /zh-cn/docs/concepts/architecture/garbage-collection/#owners-dependents )
74
74
字段连接到附属 Pod,该字段给出当前对象的属主资源。
75
75
ReplicaSet 所获得的 Pod 都在其 ownerReferences 字段中包含了属主 ReplicaSet
76
76
的标识信息。正是通过这一连接,ReplicaSet 知道它所维护的 Pod 集合的状态,
You can’t perform that action at this time.
0 commit comments