Steven Powell
Steven Powell
Hi @ps68060, this is related to the log `This VM is having trouble accessing https://k8s.gcr.io/`. If you look at your docker logs you can see that it's continually failing to...
Closing this due to https://github.com/kubernetes/minikube/pull/14989
I'm not exactly sure what is causing this, but you can disable the usage of cache (which should resolve your issue) by setting the following in your GitHub Actions workflow...
Hi @jgehrcke, thanks for bringing this to our attention, you are correct that passing multiple extra-config fields does not work. In the meantime you can accomplish this using the `start-args`...
Hi @ps68060, we haven't heard back from you, do you still have this issue? There isn't enough information in this issue to make it actionable, and a long enough duration...
> @sharifelgamal but the bool doesnt actually makes any difference, the same code is being used for both cases even if its true/false which can be avoided. ``` if vm...
You could reduce a bit of code if you did: ``` if vm && !IsVM(d.Name) { continue } sts = append(sts, DriverState{Name: d.Name, Default: d.Default, Preference: preference, Priority: priority, State:...
I think that `if` statement should be at the top of the `for` loop. Currently it's getting the status of all drivers, even non-VM drivers, but if the user wants...
ok-to-build-iso
> @spowelljr I had to rebase because of v1.29.0 release. I picked the ISO version from today (verified it has the [latest iso changes](https://github.com/kubernetes/minikube/pull/15703/files)). Please let me know what you...