Awesome
asdf-k9s <!-- omit in toc -->
k9s plugin for the asdf version manager.
Contents
Dependencies
bash
,curl
, and POSIX utilities.
Install
add the plugin
asdf plugin add k9s
Or:
asdf plugin add k9s https://github.com/looztra/asdf-k9s.git
install k9s
# 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.
Notes
- On 2024/08/23, the default branch changed from
master
tomain
so don't forget to runasdf plugin update k9s