From 68a6ddfbb92bfc0aca52a4f544cc17e5177f3ee7 Mon Sep 17 00:00:00 2001 From: Oleg Artenii Date: Fri, 3 Aug 2018 19:40:42 +0300 Subject: [PATCH] Fixed PID missmatch in zookeeper.md (#9749) --- content/en/docs/tutorials/stateful-application/zookeeper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/stateful-application/zookeeper.md b/content/en/docs/tutorials/stateful-application/zookeeper.md index d0375a0960..5eacf93740 100644 --- a/content/en/docs/tutorials/stateful-application/zookeeper.md +++ b/content/en/docs/tutorials/stateful-application/zookeeper.md @@ -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