Skip to content

kubeone plugin for asdf version manager

License

Notifications You must be signed in to change notification settings

PandaScience/asdf-kubeone

Repository files navigation

asdf-kubeone Build Lint

kubeone plugin for the asdf version manager.

Contents

Dependencies

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

About

kubeone plugin for asdf version manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages