From bee35a3e6c089c5d7d06945d30efbb41c1a518af Mon Sep 17 00:00:00 2001 From: Jamie Zhuang Date: Thu, 19 Jul 2018 04:21:39 +0800 Subject: [PATCH] Fix issues in configure-volume-storage (#9521) * ps command not found Signed-off-by: Jamie Zhuang --- .../tasks/configure-pod-container/configure-volume-storage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md index 72d665554d909..1e67c3a2258d6 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-volume-storage.md @@ -71,6 +71,8 @@ the Pod: 1. In your shell, list the running processes: ```shell + root@redis:/data/redis# apt-get update + root@redis:/data/redis# apt-get install procps root@redis:/data/redis# ps aux ```