Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2423,8 +2423,9 @@ description = "K3k, Kubernetes in Kubernetes, is a tool that empowers you to cre
test = ["k3k --version", "k3kcli version v{{version}}"]

[tools.k3s]
backends = ["asdf:mise-plugins/mise-k3s"]
backends = ["aqua:k3s-io/k3s", "asdf:mise-plugins/mise-k3s"]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a test

Copy link
Contributor Author

@TobiX TobiX Sep 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like this?

description = "The certified Kubernetes distribution built for IoT & Edge computing"
test = ["k3s --version", "k3s version v{{version}}"]

[tools.k3sup]
backends = ["aqua:alexellis/k3sup", "asdf:cgroschupp/asdf-k3sup"]
Expand Down
Loading