Skip to content

Commit de471ad

Browse files
authored
Merge pull request #24996 from sshukun/fix-zookeeper
fix docs/tutorials/stateful-application/zookeeper.md
2 parents 0eba428 + 591e1b9 commit de471ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tutorials/stateful-application/zookeeper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tutorial.
4646
After this tutorial, you will know the following.
4747

4848
- How to deploy a ZooKeeper ensemble using StatefulSet.
49-
- How to consistently configure the ensemble using ConfigMaps.
49+
- How to consistently configure the ensemble.
5050
- How to spread the deployment of ZooKeeper servers in the ensemble.
5151
- How to use PodDisruptionBudgets to ensure service availability during planned maintenance.
5252

@@ -770,7 +770,7 @@ In one terminal window, use the following command to watch the Pods in the `zk`
770770
kubectl get pod -w -l app=zk
771771
```
772772

773-
In another window, using the following command to delete the `zkOk.sh` script from the file system of Pod `zk-0`.
773+
In another window, using the following command to delete the `zookeeper-ready` script from the file system of Pod `zk-0`.
774774

775775
```shell
776776
kubectl exec zk-0 -- rm /usr/bin/zookeeper-ready

0 commit comments

Comments
 (0)