fix typo of basic-stateful-set

This commit is contained in:
jianglingxia
2017-09-13 17:29:58 +08:00
parent 97f089ed88
commit b935664c81
@@ -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.