Merge pull request #5435 from jianglingxia/jlx-91317

fix typo of basic-stateful-set
This commit is contained in:
Jennifer Rondeau 2017-09-19 19:25:12 -04:00 committed by GitHub
commit ba25e6228f
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ three replicas.
```shell ```shell
kubectl patch sts web -p '{"spec":{"replicas":3}}' kubectl patch sts web -p '{"spec":{"replicas":3}}'
"web" patched statefulset "web" patched
``` ```
Wait for `web-4` and `web-3` to transition to Terminating. Wait for `web-4` and `web-3` to transition to Terminating.