fixed a typo (#15918)
This commit is contained in:
parent
2382c9ea4e
commit
06ddf5210c
|
@ -113,7 +113,7 @@ of `Always`.
|
||||||
kubectl exec -it redis -- /bin/bash
|
kubectl exec -it redis -- /bin/bash
|
||||||
```
|
```
|
||||||
|
|
||||||
1. In your shell, goto `/data/redis`, and verify that `test-file` is still there.
|
1. In your shell, go to `/data/redis`, and verify that `test-file` is still there.
|
||||||
```shell
|
```shell
|
||||||
root@redis:/data/redis# cd /data/redis/
|
root@redis:/data/redis# cd /data/redis/
|
||||||
root@redis:/data/redis# ls
|
root@redis:/data/redis# ls
|
||||||
|
|
Loading…
Reference in New Issue