k9s plugin for the asdf version manager.
bash,curl, and POSIX utilities.
asdf plugin add k9sOr:
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 --helpCheck asdf readme for more instructions on how to install & manage versions.
- On 2024/08/23, the default branch changed from
mastertomainso don't forget to runasdf plugin update k9s