fenio/Setup microk8s
Install and configure microk8s - Lightweight Kubernetes for CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | microk8s version/channel to install (e.g., "1.28", "1.29/stable", "latest/edge", or "latest") | no | latest/stable |
| addons | Comma-separated list of addons to enable (e.g., "dns,storage,ingress") | no | dns,storage |
| wait-for-ready | Wait for microk8s cluster to be ready before completing | no | true |
| timeout | Timeout in seconds to wait for cluster readiness | no | 300 |
| dns-readiness | Wait for CoreDNS to be ready and verify DNS resolution works | no | true |
Outputs
| name | description |
|---|---|
| kubeconfig | Path to the kubeconfig file |