From 52fe4549f9cef4a631da1ca471f75800e04a8caa Mon Sep 17 00:00:00 2001 From: Douglas Hellinger Date: Wed, 27 Oct 2021 10:37:34 +0800 Subject: [PATCH] Update zookeeper.md --- content/en/docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/zookeeper.md b/content/en/docs/tutorials/stateful-application/zookeeper.md index 1f6b0983f8..b786160a79 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -279,7 +279,7 @@ Created /hello To get the data from the `zk-1` Pod use the following command. ```shell -kubectl exec zk-1 zkCli.sh get /hello +kubectl exec zk-1 -- zkCli.sh get /hello ``` The data that you created on `zk-0` is available on all the servers in the