Update replicaset.md
This commit is contained in:
@@ -26,7 +26,7 @@ it should create to meet the number of replicas criteria. A ReplicaSet then fulf
|
|||||||
and deleting Pods as needed to reach the desired number. When a ReplicaSet needs to create new Pods, it uses its Pod
|
and deleting Pods as needed to reach the desired number. When a ReplicaSet needs to create new Pods, it uses its Pod
|
||||||
template.
|
template.
|
||||||
|
|
||||||
The link a ReplicaSet has to its Pods is via the Pods' [metadata.ownerReferences](/docs/concepts/workloads/controllers/garbage-collection/#owners-and-dependents)
|
A ReplicaSet is linked to its Pods via the Pods' [metadata.ownerReferences](/docs/concepts/workloads/controllers/garbage-collection/#owners-and-dependents)
|
||||||
field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet have their owning
|
field, which specifies what resource the current object is owned by. All Pods acquired by a ReplicaSet have their owning
|
||||||
ReplicaSet's identifying information within their ownerReferences field. It's through this link that the ReplicaSet
|
ReplicaSet's identifying information within their ownerReferences field. It's through this link that the ReplicaSet
|
||||||
knows of the state of the Pods it is maintaining and plans accordingly.
|
knows of the state of the Pods it is maintaining and plans accordingly.
|
||||||
|
|||||||
Reference in New Issue
Block a user