Skip to content

Commit 1cf263c

Browse files
authored
Merge pull request #42627 from edwargix/edwargix-patch-1
replicaset: fix ownerReferences link
2 parents 094c543 + 9757317 commit 1cf263c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/controllers/replicaset.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ it should create to meet the number of replicas criteria. A ReplicaSet then fulf
3434
and deleting Pods as needed to reach the desired number. When a ReplicaSet needs to create new Pods, it uses its Pod
3535
template.
3636

37-
A ReplicaSet is linked to its Pods via the Pods' [metadata.ownerReferences](/docs/concepts/architecture/garbage-collection/#owners-and-dependents)
37+
A ReplicaSet is linked to its Pods via the Pods' [metadata.ownerReferences](/docs/concepts/architecture/garbage-collection/#owners-dependents)
3838
field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet have their owning
3939
ReplicaSet's identifying information within their ownerReferences field. It's through this link that the ReplicaSet
4040
knows of the state of the Pods it is maintaining and plans accordingly.

0 commit comments

Comments
 (0)