Skip to content

Commit

Permalink
feat(registry): added kubeone (#4550)
Browse files Browse the repository at this point in the history
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
tony-sol authored Mar 1, 2025
1 parent 7aeac74 commit 76609e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1141,6 +1141,8 @@ kubent.backends = [
"asdf:virtualstaticvoid/asdf-kubent"
]
kubent.test = ["kubent --version 2>&1", "version {{version}}"]
kubeone.backends = ["aqua:kubermatic/kubeone", "aqua:kubermatic/kubeone"]
kubeone.test = ["kubeone version | jq -r '.kubeone.gitVersion'", "{{version}}"]
kubergrunt.backends = [
"aqua:gruntwork-io/kubergrunt",
"asdf:NeoHsu/asdf-kubergrunt"
Expand Down

0 comments on commit 76609e4

Please sign in to comment.