fenio/Setup k3s
Install and configure k3s - Lightweight certified Kubernetes distribution for CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | k3s version to install (e.g., v1.28.5+k3s1, latest, stable, or channel like stable) | no | stable |
| k3s-args | Additional arguments to pass to k3s installer (e.g., "--disable=traefik --disable=servicelb") | no | --write-kubeconfig-mode 644 |
| wait-for-ready | Wait for k3s cluster to be ready before completing | no | true |
| timeout | Timeout in seconds to wait for cluster readiness | no | 120 |
| dns-readiness | Wait for CoreDNS to be ready and verify DNS resolution works | no | true |
Outputs
| name | description |
|---|---|
| kubeconfig | Path to the kubeconfig file |