Skip to content

Commit bbacf9f

Browse files
authored
Update intro.md
1 parent 94954bf commit bbacf9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Infra/k8s-basics/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Keep in mind that the aim of this guide is not to provide a complete overview of
77
## Tools needed
88
If you want to monitor or make changes to the pods:
99
- Azure Cli
10-
- Kubectl
1110

1211
If you want to make changes to the infrastructure:
1312
- Terraform
1413
- [Pre-Commits](https://github.com/antonbabenko/pre-commit-terraform)
1514

1615
## Configure the tools
1716
- Login in Azure CLI using az login
18-
- Configure Kubectl using ```az aks get-credentials --resource-group rg-polinetwork --name aks-polinetwork```
17+
- Install Kubectl and Kubelogin by running ```sudo az aks install-cli```
18+
- Configure Kubectl using ```az aks get-credentials --resource-group rg-polinetwork --name aks-polinetwork```

0 commit comments

Comments
 (0)