Awesome
<div align="center">asdf-kubeone
kubeone plugin for the asdf version manager.
</div>Contents
Dependencies
bash
,curl
,unzip
, and POSIX utilities.
Installation
asdf
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.
mise
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.
Contributing
Contributions of any kind welcome! See the contributing guide.
Thanks goes to these contributors!
License
See LICENSE © René Wirnata