From 4914901e9bab51b65d624e1fd4dbea402ae06f22 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Sun, 8 Jul 2018 03:34:18 -0700 Subject: [PATCH] State the default update strategy (#9394) * state the default update strategy * update to RollingUpdate --- .../docs/tutorials/stateful-application/basic-stateful-set.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md index a0244885d2..629a132f36 100644 --- a/content/en/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/content/en/docs/tutorials/stateful-application/basic-stateful-set.md @@ -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