Skip to content

Commit

Permalink
Merge pull request #23 from FGA-GCES/corrigir-o-diretório-para-"setup…
Browse files Browse the repository at this point in the history
…"-na-parte-do-KIND

corrigindo parte do kind
  • Loading branch information
migueldefrias authored Nov 28, 2024
2 parents 4aa35e6 + 6e2357e commit 0ec365b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/1-Setup/2-Configurar_Kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,22 +89,23 @@ Mais opções de instalação em <https://helm.sh/docs/intro/install/>

## Configuração do Kind

### Clonar este repositório
### Clonar este repositório e acessá-lo

```bash
git clone https://github.com/leomichalski/kubernetes-para-devs/tree/main
cd kubernetes-para-devs
```

### Navegar até a pasta principal do repositório

```bash
cd GCES-ESO-DOC
cd setup
```

### Começar cluster Kubernetes com Kind

```bash
kind create cluster --config config/kind_config.yaml
kind create cluster --config kind_config.yaml
```

### Salver arquivo kubeconfig para poder usar o kubectl
Expand Down

0 comments on commit 0ec365b

Please sign in to comment.