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:
Yuanbin Chen 2018-08-21 05:12:37 +08:00 committed by k8s-ci-robot
parent 973e6b8bd0
commit 0dac0300c9
1 changed files with 1 additions and 0 deletions

View File

@ -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
```