Chris Stryczynski
Chris Stryczynski

Reputation: 33861

Where can I see a list of Minikube ISO releases?

It seems the latest version of Minkube has a bug in the DNS resolving of services.

Where can I find a list of ISO releases?

Upvotes: 1

Views: 452

Answers (1)

Chris Stryczynski
Chris Stryczynski

Reputation: 33861

It seems if you just take the version from: https://github.com/kubernetes/minikube/releases

And replace the version number in this example URL it with

https://storage.googleapis.com/minikube/iso/minikube-v0.23.5.iso

Upvotes: 2

Related Questions