Skip to content

Commit

Permalink
Merge pull request #56 from ValchanOficial/fix/post
Browse files Browse the repository at this point in the history
fix: cluster name
  • Loading branch information
ValchanOficial authored Oct 18, 2023
2 parents 9205927 + a0d9ab0 commit ebf03b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2023-06-14-wsl2-kind-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ nodes:
kind create cluster --config=config.yml --name nomedoseucluster

# Verificando se o cluster foi criado
kubectl cluster-info --context kind-examplename
kubectl cluster-info --context kind-nomedoseucluster
```

## Alguns erros e como corrigir:
Expand Down

0 comments on commit ebf03b8

Please sign in to comment.