Skip to content

Commit

Permalink
Update kubernetes_cheatsheet.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amaurybsouza authored Jan 16, 2022
1 parent 278fd84 commit e329a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ $ 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
$ kubectl get pods --all-namespaces -o wide - opcao estendida do comando para mostrar mais resultados
$ kubectl describe nodes localhost.localdomain - mostra mais detalhes do meu node
```

0 comments on commit e329a4e

Please sign in to comment.