Merge pull request #5435 from jianglingxia/jlx-91317
fix typo of basic-stateful-set
This commit is contained in:
commit
ba25e6228f
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue