Merge pull request #5259 from chenhuan12/patch-75

fix typo
This commit is contained in:
Andrew Chen
2017-09-05 14:32:10 -07:00
committed by GitHub
@@ -367,7 +367,7 @@ statefulset "zk" deleted
Watch the termination of the Pods in the StatefulSet. Watch the termination of the Pods in the StatefulSet.
```shell ```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. When `zk-0` if fully terminated, use `CRTL-C` to terminate kubectl.