add some step (#9743)

* modify shell

* Please remove the -y for apt-get install
pull/9785/head
Chen Hong 2018-08-08 08:57:08 +08:00 committed by k8s-ci-robot
parent 4a11d640fa
commit 6ac1441e25
1 changed files with 11 additions and 0 deletions

View File

@ -115,6 +115,17 @@ of `Always`.
```
1. In your shell, goto `/data/redis`, and verify that `test-file` is still there.
```shell
root@redis:/data/redis# cd /data/redis/
root@redis:/data/redis# ls
test-file
```
1. Delete the Pod that you created for this exercise:
```shell
kubectl delete pod redis
```
{{% /capture %}}