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