Skip to content

Commit 4a18a13

Browse files
authored
Update setup.md
1 parent 741d6dc commit 4a18a13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/Infra/setup.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ 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 and run [kubelogin](https://github.com/Azure/kubelogin#setup). Then run ```kubectl get pods -n <namespace>``` again.\
29+
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
2930
:::
3031

3132

@@ -46,4 +47,4 @@ If you're using the MariaDB database, you can use the following command to get t
4647
PODNAME=$(kubectl get pods --no-headers -n mariadb -o custom-columns=":metadata.name" | tail -1); kubectl port-forward -n mariadb $PODNAME 3306:3306
4748
```
4849
You can use the same template to connect to other services.
49-
:::
50+
:::

0 commit comments

Comments
 (0)