Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(registry): added kubeone (#4550)
kubeone automate cluster operations on all your cloud, on-prem, edge, and IoT environments Test ``` $ cargo run --bin mise -- tool kubeone Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s Running `target/debug/mise tool kubeone` Backend: aqua:kubermatic/kubeone Installed Versions: Tool Options: [none] $ cargo run --bin mise -- use -g kubeone Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s Running `target/debug/mise use -g kubeone` mise [email protected] install mise [email protected] download kubeone_1.8.6_darwin_arm64.zip mise [email protected] checksum kubeone_1.8.6_darwin_arm64.zip mise [email protected] extract kubeone_1.8.6_darwin_arm64.zip mise [email protected] ✓ installed mise ~/.config/mise/config.toml tools: [email protected] $ cargo run --bin mise -- tool kubeone Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s Running `target/debug/mise tool kubeone` Backend: aqua:kubermatic/kubeone Description: Kubermatic KubeOne automate cluster operations on all your cloud, on-prem, edge, and IoT environments Installed Versions: 1.8.6 Active Version: 1.8.6 Requested Version: latest Config Source: ~/.config/mise/config.toml Tool Options: [none] ```
- Loading branch information