kubeone plugin for the asdf version manager.
bash
,curl
,unzip
, and POSIX utilities.
Install with asdf:
# Add plugin
asdf plugin add kubeone https://github.com/PandaScience/asdf-kubeone.git
# Show all available versions
asdf list-all kubeone
# Install specific version
asdf install kubeone latest
# Set a version locally ($PWD/.tool-versions)
asdf local kubeone latest
# Set a version globally (~/.tool-versions)
asdf global kubeone latest
See asdf docs for full command reference.
Install with mise:
# Add plugin
mise plugin install kubeone https://github.com/PandaScience/asdf-kubeone.git
# Show all available versions
mise ls-remote kubeone
# Set & install a version locally ($PWD/.mise.toml)
mise use kubeone@latest
# Set & install a version globally (~/.config/mise/config.toml)
mise use -g kubeone@latest
See mise docs for full command reference.
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
See LICENSE © René Wirnata