From b61bc9b32fb7fa48eefc3ae12803b1bf9ecfa9ae Mon Sep 17 00:00:00 2001 From: chenhuan12 Date: Thu, 31 Aug 2017 10:57:24 +0800 Subject: [PATCH] fix typo fix typo --- docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/stateful-application/zookeeper.md b/docs/tutorials/stateful-application/zookeeper.md index 1ef52a7a23..cbf60d159e 100644 --- a/docs/tutorials/stateful-application/zookeeper.md +++ b/docs/tutorials/stateful-application/zookeeper.md @@ -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.