Fix issues in configure-volume-storage (#9521)

* ps command not found

Signed-off-by: Jamie Zhuang <lanchongyizu@gmail.com>
This commit is contained in:
Jamie Zhuang
2018-07-19 04:21:39 +08:00
committed by k8s-ci-robot
parent 40f4082328
commit bee35a3e6c
@@ -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
```