File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/concepts/workloads/controllers Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ it should create to meet the number of replicas criteria. A ReplicaSet then fulf
34
34
and deleting Pods as needed to reach the desired number. When a ReplicaSet needs to create new Pods, it uses its Pod
35
35
template.
36
36
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 )
38
38
field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet have their owning
39
39
ReplicaSet's identifying information within their ownerReferences field. It's through this link that the ReplicaSet
40
40
knows of the state of the Pods it is maintaining and plans accordingly.
You can’t perform that action at this time.
0 commit comments