State the default update strategy (#9394)

* state the default update strategy

* update to RollingUpdate
pull/9412/merge
Tony Li 2018-07-08 03:34:18 -07:00 committed by k8s-ci-robot
parent 7b6d15f7e1
commit 4914901e9b
1 changed files with 3 additions and 1 deletions

View File

@ -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
images, resource requests and/or limits, labels, and annotations of the Pods in a
StatefulSet. There are two valid update strategies, `RollingUpdate` and
`OnDelete`.
`OnDelete`.
`RollingUpdate` update strategy is the default for StatefulSets.
### Rolling Update