Skip to content

Commit

Permalink
Update install.md (#342)
Browse files Browse the repository at this point in the history
Per email thread with weinong, proposing a PR to provide additional pathway to install kubelogin on Linux via https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli(). Providing suggested additional pathway, since asdf seems to encounter installation difficulty on Linux and with AKS.

This is also briefly discussed at the bottom of the issue #173
  • Loading branch information
torreymicrosoft committed Sep 26, 2023
1 parent c495a51 commit 935d8fb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ asdf plugin update kubelogin
asdf install kubelogin latest
asdf global kubelogin latest
```
### Using azure cli
There is another option to install Kubectl and Kubectl login. Documentation on this is here: https://learn.microsoft.com/en-us/cli/azure/aks?view=azure-cli-latest#az-aks-install-cli()

```
# install (May require using the command ‘sudo’)
az aks install-cli
```

## Windows

Expand Down

0 comments on commit 935d8fb

Please sign in to comment.