docs(Configure Pod Initialization task): correct pod name in output (#5803)
Pod name in the output was shown wrong, so corrected it. docs: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-initialization/
This commit is contained in:
committed by
Steve Perry
parent
c571626ba9
commit
ebf0ee9eb3
@@ -49,8 +49,8 @@ Verify that the nginx container is running:
|
||||
|
||||
The output shows that the nginx container is running:
|
||||
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
nginx 1/1 Running 0 43m
|
||||
NAME READY STATUS RESTARTS AGE
|
||||
init-demo 1/1 Running 0 1m
|
||||
|
||||
Get a shell into the nginx container running in the init-demo Pod:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user