@@ -148,7 +148,7 @@ a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/
148
148
149
149
# # Pod Identity
150
150
151
- StatefulSet Pods have a unique identity that is comprised of an ordinal, a
151
+ StatefulSet Pods have a unique identity that consists of an ordinal, a
152
152
stable network identity, and stable storage. The identity sticks to the Pod,
153
153
regardless of which node it's (re)scheduled on.
154
154
@@ -214,7 +214,7 @@ This must be done manually.
214
214
215
215
# ## Pod Name Label
216
216
217
- When the StatefulSet {{< glossary_tooltip term_id ="controller" >}} creates a Pod,
217
+ When the StatefulSet {{<glossary_tooltip text ="controller" term_id="controller" >}} creates a Pod,
218
218
it adds a label, `statefulset.kubernetes.io/pod-name`, that is set to the name of
219
219
the Pod. This label allows you to attach a Service to a specific Pod in
220
220
the StatefulSet.
@@ -274,7 +274,7 @@ annotations for the Pods in a StatefulSet. There are two possible values:
274
274
create new Pods that reflect modifications made to a StatefulSet's `.spec.template`.
275
275
276
276
` RollingUpdate`
277
- : The `RollingUpdate` update strategy implements automated, rolling update for the Pods in a
277
+ : The `RollingUpdate` update strategy implements automated, rolling updates for the Pods in a
278
278
StatefulSet. This is the default update strategy.
279
279
280
280
# # Rolling Updates
@@ -416,7 +416,7 @@ owner reference has been updated appropriate to the policy. If a condemned Pod i
416
416
force-deleted while the controller is down, the owner reference may or may not have been
417
417
set up, depending on when the controller crashed. It may take several reconcile loops to
418
418
update the owner references, so some condemned Pods may have set up owner references and
419
- other may not. For this reason we recommend waiting for the controller to come back up,
419
+ others may not. For this reason we recommend waiting for the controller to come back up,
420
420
which will verify owner references before terminating Pods. If that is not possible, the
421
421
operator should verify the owner references on PVCs to ensure the expected objects are
422
422
deleted when Pods are force-deleted.
0 commit comments