manusa / actions-setup-minikube

Set up your GitHub Actions workflow with a specific version of Minikube and Kuberentes
Apache License 2.0
60 stars 25 forks source link

Allow support for no kubernetes installtion #72

Open mqasimsarfraz opened 1 year ago

mqasimsarfraz commented 1 year ago

Currently, kubernetes version is required parameter and since it is mutually exclusive with start arg --no-kubernetes it isn't possible to setup non kubernetes installation. It would be great to have that for users who are only interested in underlying container runtimes.