actions-marketplace-validations/Setup K3d/K3s
Setup a lightweight Kubernetes cluster with K3d/K3s
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 7, 2026
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/nolar_setup-k3d-k3s@91d71bd14512a54a897c5d35fba9983bbe7a488f # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Full or partial version of K3s, or `latest`. | yes | latest |
| k3d-tag | K3d tag/version to use (by default, the latest one). | no | latest |
| k3d-name | Cluster name. | no | — |
| k3d-args | Additional arguments to k3d cluster create. | no | — |
| github-token | Optional GitHub token to overcome API rate limiting. | no | — |
| skip-creation | Skip creating the cluster and waiting for its readiness? | no | — |
| skip-readiness | Skip waiting for full cluster readiness? | no | — |
Outputs
| name | description |
|---|---|
| k3d-version | Actual version of K3d detected and used. |
| k3s-version | Actual version of K3s detected and used. |
| k8s-version | Actual version of K8s detected and used. |