From 0fead5cf46e9c8538ebe30391923f3e8ee32fe7a Mon Sep 17 00:00:00 2001 From: Marius Kimmina Date: Sun, 23 Oct 2022 08:06:05 +0200 Subject: [PATCH] aditional small fixes --- .../en/docs/concepts/workloads/controllers/statefulset.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/workloads/controllers/statefulset.md b/content/en/docs/concepts/workloads/controllers/statefulset.md index 5fd692a3cc8..2f05c13b46f 100644 --- a/content/en/docs/concepts/workloads/controllers/statefulset.md +++ b/content/en/docs/concepts/workloads/controllers/statefulset.md @@ -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.