From 278fd8483931d1c9d53acaccf86b6a75cb43d8f3 Mon Sep 17 00:00:00 2001 From: Amaury Borges Souza Date: Sun, 16 Jan 2022 14:51:28 -0300 Subject: [PATCH] Update kubernetes_cheatsheet.md --- kubernetes_cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes_cheatsheet.md b/kubernetes_cheatsheet.md index ea8b3aa..450aca2 100644 --- a/kubernetes_cheatsheet.md +++ b/kubernetes_cheatsheet.md @@ -20,5 +20,6 @@ $ kubeadm token create --print-join-command - fornece o token para pormover um n $ kubeadm init - inicializa o cluster Kubernetes $ kubeadm config images pull - faz o pull das imagens que compoem o Kubernetes $ kubectl get pods --all-namespaces - obter todos os namespaces presente do Kubernetes +$ kubectl get pods --all-namespaces -o wide - opcao estendida do comando para mostrar mais resultados ```