fix typo: remove "the the" in zookeeper.md
In Managing the ZooKeeper Process : Handling Process Failure : paragraph 4 : "The command used as the container's entry point has PID 1, and the the ZooKeeper process, a child of the entry point, has PID 23." => "The command used as the container's entry point has PID 1, and the ZooKeeper process, a child of the entry point, has PID 23."pull/2062/head chenopis-first-PR-merge
parent
ddebf9b1a0
commit
322486bc4f
|
@ -799,7 +799,7 @@ Examine the process tree for the ZooKeeper server running in the `zk-0` Pod.
|
|||
kubectl exec zk-0 -- ps -ef
|
||||
```
|
||||
|
||||
The command used as the container's entry point has PID 1, and the
|
||||
The command used as the container's entry point has PID 1, and
|
||||
the ZooKeeper process, a child of the entry point, has PID 23.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue