Skip to content

Commit 3a2d2e0

Browse files
committed
[zh] replicaset: fix ownerReferences link
1 parent 579d46e commit 3a2d2e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ ReplicaSet 是通过一组字段来定义的,包括一个用来识别可获得
6464
进而实现其存在价值。当 ReplicaSet 需要创建新的 Pod 时,会使用所提供的 Pod 模板。
6565

6666
<!--
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)
6868
field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet have their owning
6969
ReplicaSet's identifying information within their ownerReferences field. It's through this link that the ReplicaSet
7070
knows of the state of the Pods it is maintaining and plans accordingly.
7171
-->
7272
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)
7474
字段连接到附属 Pod,该字段给出当前对象的属主资源。
7575
ReplicaSet 所获得的 Pod 都在其 ownerReferences 字段中包含了属主 ReplicaSet
7676
的标识信息。正是通过这一连接,ReplicaSet 知道它所维护的 Pod 集合的状态,

0 commit comments

Comments
 (0)