Skip to content

Commit

Permalink
How to install kubelogin with asdf tool manager (#256)
Browse files Browse the repository at this point in the history
* How to install kubelogin with asdf tool manager

asdf found at https://asdf-vm.com/

* Non-maintained plugin disclosure
  • Loading branch information
daveneeley authored Apr 21, 2023
1 parent d07e440 commit eabea42
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/book/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,25 @@ brew update
brew upgrade Azure/kubelogin/kubelogin
```

## Linux

### Using [asdf](https://asdf-vm.com/)

_asdf and the asdf-kubelogin plugin are not maintained by Microsoft._

```sh
# install
asdf plugin add kubelogin https://github.com/sechmann/asdf-kubelogin
asdf install kubelogin latest
asdf global kubelogin latest

# upgrade
asdf update
asdf plugin update kubelogin
asdf install kubelogin latest
asdf global kubelogin latest
```

## Windows

### Using winget
Expand Down

0 comments on commit eabea42

Please # to comment.