Closed arroadie closed 4 years ago
Seems like there is some kind of problem with iptables, on the host ?
Hey Anders, thanks for looking at the issue. As a side record, I installed virtualbox and was able to run minikube on that driver (because then, obviously, the networking would be solved by vbox).
Do you have any hints on how I can debug this issue? Thanks
I think we need to copy some of the setup, from the "none" driver
Like #7905
The question is how docker can work properly on the host, without it.
Oh, that makes complete sense. Minikube uses the bridged network from docker, right? In that case it would be needed to have the proper setup with the expectation of traffic on that network. Will investigate, debug and when I can make it work try to write the steps to have it properly working. Thanks again!
Ok, reconfigured firewalld and it worked as expected. I'll take a look into improving the docs for that case. Thanks for the help @afbjorklund
Minikube from AUR or downloaded latest binary with the same result.
kubectlget get pods -A shows that the storage-provisioner is in a crashloop
Steps to reproduce the issue:
minikube start --driver=docker
Full output of failed command:
Optional: Full output of
minikube logs
command: