fenio/Setup KubeSolo
Install and configure KubeSolo - Ultra-lightweight single-node Kubernetes for CI/CD
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | KubeSolo version to install (e.g., v0.1.7-beta, latest) | no | latest |
| wait-for-ready | Wait for KubeSolo 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 |
| local-storage-shared-path | Path for shared local storage (enables ReadWriteMany PVCs). If set, configures local-path-provisioner with sharedFileSystemPath. | no | "" |
Outputs
| name | description |
|---|---|
| kubeconfig | Path to the kubeconfig file |