You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zh/docs/concepts/workloads/controllers/statefulset.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -477,7 +477,9 @@ in the same order as Pod termination (from the largest ordinal to the smallest),
477
477
each Pod one at a time.
478
478
479
479
The Kubernetes control plane waits until an updated Pod is Running and Ready prior
480
-
to updating its predecessor. If you have set `.spec.minReadySeconds` (see [Minimum Ready Seconds](#minimum-ready-seconds)), the control plane additionally waits that amount of time after the Pod turns ready, before moving on.
480
+
to updating its predecessor. If you have set `.spec.minReadySeconds` (see
481
+
[Minimum Ready Seconds](#minimum-ready-seconds)), the control plane additionally waits that
482
+
amount of time after the Pod turns ready, before moving on.
481
483
-->
482
484
## 滚动更新 {#rolling-updates}
483
485
@@ -513,6 +515,47 @@ update, roll out a canary, or perform a phased roll out.
0 commit comments