codingnagger/Single Node Kubernetes Cluster
Installs a Minikube powered single node Kubernetes cluster in your Github Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| minikube-version | Minikube version to install | no | 1.27.1 |
| minikube-platform | Minikube platform to install | no | amd64 |
| k8s-version | Kubernetes version to install | no | 1.23.0 |
Outputs
| name | description |
|---|---|
| launcher | Command to execute to launch minikube |