State the default update strategy (#9394)
* state the default update strategy * update to RollingUpdate
This commit is contained in:
@@ -451,7 +451,9 @@ strategy used is determined by the `spec.updateStrategy` field of the
|
|||||||
StatefulSet API Object. This feature can be used to upgrade the container
|
StatefulSet API Object. This feature can be used to upgrade the container
|
||||||
images, resource requests and/or limits, labels, and annotations of the Pods in a
|
images, resource requests and/or limits, labels, and annotations of the Pods in a
|
||||||
StatefulSet. There are two valid update strategies, `RollingUpdate` and
|
StatefulSet. There are two valid update strategies, `RollingUpdate` and
|
||||||
`OnDelete`.
|
`OnDelete`.
|
||||||
|
|
||||||
|
`RollingUpdate` update strategy is the default for StatefulSets.
|
||||||
|
|
||||||
### Rolling Update
|
### Rolling Update
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user