We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d806c5a commit 7f4ece6Copy full SHA for 7f4ece6
content/en/docs/tutorials/stateful-application/basic-stateful-set.md
@@ -908,7 +908,7 @@ You select this update strategy for a StatefulSet by setting the
908
Patch the `web` StatefulSet to use the `OnDelete` update strategy:
909
910
```shell
911
-kubectl patch statefulset web -p '{"spec":{"updateStrategy":{"type":"OnDelete"}}}'
+kubectl patch statefulset web -p '{"spec":{"updateStrategy":{"type":"OnDelete", "rollingUpdate": null}}}'
912
```
913
914
statefulset.apps/web patched
0 commit comments