Minor line-break change (#12504)
parent
e6398d59dc
commit
661a6db061
|
@ -50,10 +50,10 @@ the Pod:
|
|||
kubectl get --watch pod test-projected-volume
|
||||
```
|
||||
The output looks like this:
|
||||
|
||||
```shell
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
test-projected-volume 1/1 Running 0 14s
|
||||
|
||||
```
|
||||
1. In another terminal, get a shell to the running Container:
|
||||
```shell
|
||||
kubectl exec -it test-projected-volume -- /bin/sh
|
||||
|
|
Loading…
Reference in New Issue