Skip to content

Commit

Permalink
Fix issues in configure-volume-storage (#9521)
Browse files Browse the repository at this point in the history
* ps command not found

Signed-off-by: Jamie Zhuang <lanchongyizu@gmail.com>
  • Loading branch information
lanchongyizu authored and k8s-ci-robot committed Jul 18, 2018
1 parent 40f4082 commit bee35a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit bee35a3

Please sign in to comment.