Skip to content

Commit

Permalink
Merge pull request #13 from eglauko/master
Browse files Browse the repository at this point in the history
Adicionado criação do diretório ~/.kube na Aula 8
  • Loading branch information
jonathanbaraldi authored Oct 19, 2022
2 parents d0d9c20 + acfccee commit 230a7c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exercicios/exercicios.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ $ sudo apt-get install -y kubectl
Com o kubectl instalado, pegar as credenciais de acesso no Rancher e configurar o kubectl.

```sh
$ mkdir ~/.kube
$ vi ~/.kube/config
$ kubectl get nodes
```
Expand Down

0 comments on commit 230a7c7

Please sign in to comment.