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 0ca4ca0 commit 278fd84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubernetes_cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 278fd84

Please sign in to comment.