fix typo
This commit is contained in:
chenhuan12
2017-08-31 10:57:24 +08:00
committed by GitHub
parent 1696664888
commit b61bc9b32f
@@ -367,7 +367,7 @@ statefulset "zk" deleted
Watch the termination of the Pods in the StatefulSet.
```shell
get pods -w -l app=zk
kubectl get pods -w -l app=zk
```
When `zk-0` if fully terminated, use `CRTL-C` to terminate kubectl.