fix typo of basic-stateful-set

pull/5435/head
jianglingxia 2017-09-13 17:29:58 +08:00
parent 97f089ed88
commit b935664c81
1 changed files with 1 additions and 1 deletions

View File

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