diff --git a/docs/tutorials/stateful-application/zookeeper.md b/docs/tutorials/stateful-application/zookeeper.md index 09159d471d..71350fedc0 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.