From 591e1b94fdbd3dab1a49911b61252944e386fc81 Mon Sep 17 00:00:00 2001 From: Song Shukun Date: Thu, 12 Nov 2020 20:06:54 +0900 Subject: [PATCH] fix docs/tutorials/stateful-application/zookeeper.md --- content/en/docs/tutorials/stateful-application/zookeeper.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tutorials/stateful-application/zookeeper.md b/content/en/docs/tutorials/stateful-application/zookeeper.md index 9c93671b34..c044532e5f 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -46,7 +46,7 @@ tutorial. After this tutorial, you will know the following. - How to deploy a ZooKeeper ensemble using StatefulSet. -- How to consistently configure the ensemble using ConfigMaps. +- How to consistently configure the ensemble. - How to spread the deployment of ZooKeeper servers in the ensemble. - How to use PodDisruptionBudgets to ensure service availability during planned maintenance. @@ -770,7 +770,7 @@ In one terminal window, use the following command to watch the Pods in the `zk` kubectl get pod -w -l app=zk ``` -In another window, using the following command to delete the `zkOk.sh` script from the file system of Pod `zk-0`. +In another window, using the following command to delete the `zookeeper-ready` script from the file system of Pod `zk-0`. ```shell kubectl exec zk-0 -- rm /usr/bin/zookeeper-ready