actions-marketplace-validations/Setup Minikube Kubernetes Cluster
This action sets up a single node Kubernetes Cluster in your environment using Minikube
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| minikube version | Version of Minikube to deploy | yes | — |
| kubernetes version | Version of Kubernetes to deploy | yes | — |
| github token | GITHUB_TOKEN to be able to perform requests to GH REST API (with no limit) | — | — |
| driver | Minikube driver to use. This action supports `none` (default if not specified) or `docker` | — | — |
| container runtime | The container runtime to be used (valid options: docker, cri-o, containerd) | — | — |
| start args | Additional arguments to append to minikube start command | — | — |
Outputs
| name | description |
|---|---|
| force | Set to true when --force was added to minikube start because the requested Kubernetes version is not in Minikube built-in supported list |