Azure / k8s-deploy

GitHub Action for deploying to Kubernetes clusters
MIT License
255 stars 104 forks source link

Fixing Ubuntu Runner Issue #259

Closed jaiveerk closed 1 year ago

jaiveerk commented 1 year ago

Replacing setup-minikube action with another one that is compatible with new set of latest ubuntu runners in integration tests

OliverMKing commented 1 year ago

It would be better to change the action rather than the runner. We need to be sure that our actions work with the latest runner.

There's lots of actions that can install minikube