Merge pull request #2062 from kubernetes/chenopis-patch-1
fix typo: remove "the the" in zookeeper.mdpull/2057/head^2
commit
964efa0054
|
@ -799,7 +799,7 @@ Examine the process tree for the ZooKeeper server running in the `zk-0` Pod.
|
||||||
kubectl exec zk-0 -- ps -ef
|
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.
|
the ZooKeeper process, a child of the entry point, has PID 23.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue