actions-marketplace-validations/Minikube Github Action
Setup Minikube and starts local cluster
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| minikube-version | Set minikube version | no | 1.26.0 |
| kubernetes-version | Set Kubernetes version | no | 1.24.3 |
| profile | Set minikube profile name | no | minikube |
| concurrency | Number of concurrently running builds. Set to 0 to run all builds in parallel. Doesn't violate build order among dependencies. | no | 0 |
| addons | Comma-separated list of addons (i.e. metrics-server,registry,ingress,dashboard) | no | "" |
| auto-update-drivers | Automatically updates drivers to the latest version | no | false |
| delete-on-failure | Delete the current cluster if start fails and try again | no | true |
| interactive | Allow user prompts for more information | no | false |
| wait | Comma separated list of Kubernetes components to verify and wait for after starting a cluster | no | apiserver |
| nodes | Set number of cluster nodes | no | 1 |
| cpus | Number of CPUs allocated to Kubernetes | no | 2 |
| network-plugin | The name of the network plugin (i.e. 'cni') | no | "" |
Outputs
| name | description |
|---|---|
| ip | Minikube IP |