k9s plugin for the asdf version manager.
bash
,curl
, and POSIX utilities.
asdf plugin add k9s
Or:
asdf plugin add k9s https://github.com/looztra/asdf-k9s.git
# Show all installable versions
asdf list all k9s
# Install latest version
asdf install k9s latest
# Set a version globally (on your ~/.tool-versions file)
asdf global k9s latest
# Now k9s commands are available
k9s --help
Check asdf readme for more instructions on how to install & manage versions.
- On 2024/08/23, the default branch changed from
master
tomain
so don't forget to runasdf plugin update k9s