/asdf-k9s

asdf plugin to install k9s

Primary LanguageShellApache License 2.0Apache-2.0

asdf-k9s

Build Build

GitHub license

k9s plugin for the asdf version manager.

Contents

Dependencies

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 to main so don't forget to run asdf plugin update k9s