diff --git a/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md b/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md index 19c5ecc744..122f3e0beb 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md +++ b/content/en/docs/tasks/configure-pod-container/configure-projected-volume-storage.md @@ -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