From 0dac0300c9721b666cd67acf42577b9c7342c4dc Mon Sep 17 00:00:00 2001 From: Yuanbin Chen Date: Tue, 21 Aug 2018 05:12:37 +0800 Subject: [PATCH] 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 --- content/en/docs/setup/turnkey/clc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/setup/turnkey/clc.md b/content/en/docs/setup/turnkey/clc.md index e21e5dc052..463787e4c3 100644 --- a/content/en/docs/setup/turnkey/clc.md +++ b/content/en/docs/setup/turnkey/clc.md @@ -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 ```