Skip to content

Commit b4c7342

Browse files
authored
Update setup.md
1 parent bbacf9f commit b4c7342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Infra/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The possible values of ```<namespace>``` may vary depending on the project you'r
2525
:::
2626

2727
:::danger
28-
Starting from Kubectl v1.26, the Azure auth plugin has been removed. If you're using a new version, you'll need to install and run [kubelogin](https://github.com/Azure/kubelogin#setup). Then run ```kubectl get pods -n <namespace>``` again.
28+
Starting from Kubectl v1.26, the Azure auth plugin has been removed. If you're using a new version, you'll need to install Kubectl and Kubelogin by running ```sudo az aks install-cli```. Then run ```kubectl get pods -n <namespace>``` again.
2929

3030
For now as there is no install instruction on the kubelogin repo for linux, download the latest release for your computer architecture from [here](https://github.com/Azure/kubelogin/releases), unzip it and run it with `./kubelogin convert-kubeconfig`. Follow the indicated steps
3131
:::

0 commit comments

Comments
 (0)