actions-marketplace-validations/Setup Minikube Kubernetes Cluster

This action sets up a single node Kubernetes Cluster in your environment using Minikube

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
minikube versionVersion of Minikube to deployyes
kubernetes versionVersion of Kubernetes to deployyes
github tokenGITHUB_TOKEN to be able to perform requests to GH REST API (with no limit)
driverMinikube driver to use. This action supports `none` (default if not specified) or `docker`
container runtimeThe container runtime to be used (valid options: docker, cri-o, containerd)
start argsAdditional arguments to append to minikube start command
namedescription
forceSet to true when --force was added to minikube start because the requested Kubernetes version is not in Minikube built-in supported list