Add pod list in all namespaces example (#9886)
This patch fix content "List existing nodes, pods, services and more, in all namespaces, or in just one:" lost pod list. Signed-off-by: Yuanbin.Chen <cybing4@gmail.com>
This commit is contained in:
parent
973e6b8bd0
commit
0dac0300c9
|
@ -302,6 +302,7 @@ List existing nodes, pods, services and more, in all namespaces, or in just one:
|
|||
|
||||
```shell
|
||||
kubectl get nodes
|
||||
kubectl get --all-namespaces pods
|
||||
kubectl get --all-namespaces services
|
||||
kubectl get --namespace=kube-system replicationcontrollers
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue