From 935d8fb9431cf9c8301ec0f09baa353da92bfad0 Mon Sep 17 00:00:00 2001 From: torreymicrosoft <94412364+torreymicrosoft@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:41:28 -0700 Subject: [PATCH] Update install.md (#342) 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 --- docs/book/src/install.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/book/src/install.md b/docs/book/src/install.md index 89b3e72c..e33b1cca 100644 --- a/docs/book/src/install.md +++ b/docs/book/src/install.md @@ -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