aditional small fixes

pull/37258/head
Marius Kimmina 2022-10-23 08:06:05 +02:00
parent c83d6be2c9
commit 0fead5cf46
1 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ a Pod is considered ready, see [Container Probes](/docs/concepts/workloads/pods/
## Pod Identity
StatefulSet Pods have a unique identity that is comprised of an ordinal, a
StatefulSet Pods have a unique identity that consists of an ordinal, a
stable network identity, and stable storage. The identity sticks to the Pod,
regardless of which node it's (re)scheduled on.
@ -274,7 +274,7 @@ annotations for the Pods in a StatefulSet. There are two possible values:
create new Pods that reflect modifications made to a StatefulSet's `.spec.template`.
`RollingUpdate`
: The `RollingUpdate` update strategy implements automated, rolling update for the Pods in a
: The `RollingUpdate` update strategy implements automated, rolling updates for the Pods in a
StatefulSet. This is the default update strategy.
## Rolling Updates
@ -416,7 +416,7 @@ owner reference has been updated appropriate to the policy. If a condemned Pod i
force-deleted while the controller is down, the owner reference may or may not have been
set up, depending on when the controller crashed. It may take several reconcile loops to
update the owner references, so some condemned Pods may have set up owner references and
other may not. For this reason we recommend waiting for the controller to come back up,
others may not. For this reason we recommend waiting for the controller to come back up,
which will verify owner references before terminating Pods. If that is not possible, the
operator should verify the owner references on PVCs to ensure the expected objects are
deleted when Pods are force-deleted.