fix typo
fix command kubectl get pods -w -l app=nginx output
This commit is contained in:
@@ -106,7 +106,6 @@ look like the example below.
|
|||||||
```shell
|
```shell
|
||||||
kubectl get pods -w -l app=nginx
|
kubectl get pods -w -l app=nginx
|
||||||
NAME READY STATUS RESTARTS AGE
|
NAME READY STATUS RESTARTS AGE
|
||||||
NAME READY STATUS RESTARTS AGE
|
|
||||||
web-0 0/1 Pending 0 0s
|
web-0 0/1 Pending 0 0s
|
||||||
web-0 0/1 Pending 0 0s
|
web-0 0/1 Pending 0 0s
|
||||||
web-0 0/1 ContainerCreating 0 0s
|
web-0 0/1 ContainerCreating 0 0s
|
||||||
|
|||||||
Reference in New Issue
Block a user