State the default update strategy (#9394)
* state the default update strategy * update to RollingUpdate
This commit is contained in:
parent
7b6d15f7e1
commit
4914901e9b
|
@ -453,6 +453,8 @@ images, resource requests and/or limits, labels, and annotations of the Pods in
|
|||
StatefulSet. There are two valid update strategies, `RollingUpdate` and
|
||||
`OnDelete`.
|
||||
|
||||
`RollingUpdate` update strategy is the default for StatefulSets.
|
||||
|
||||
### Rolling Update
|
||||
|
||||
The `RollingUpdate` update strategy will update all Pods in a StatefulSet, in
|
||||
|
|
Loading…
Reference in New Issue