Fixed PID missmatch in zookeeper.md (#9749)

pull/9752/head
Oleg Artenii 2018-08-03 19:40:42 +03:00 committed by k8s-ci-robot
parent 1f22824a7b
commit 68a6ddfbb9
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ kubectl exec zk-0 -- ps -ef
```
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 27.
```shell
UID PID PPID C STIME TTY TIME CMD