-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hyperkit: no internet connectivity, can't pull kube-addon-manager #5951
Comments
Quick note: changing the driver from |
I tried SSHing into the machine and effectively it cannot even |
#5935 will fix the addon-manager, but as you mentioned, the root cause is that your hyperkit installation apparently does not have any network connectivity. It is very interesting that switching to virtualbox makes it work however. Do you have any special VPN or Docker for Desktop configuration on this host by any chance? Thanks! |
Hi @tstromberg!
I have a standard Docker for Mac installation, nothing special. Sometimes I use corporate VPNs (even a VPN over another VPN). I always disconnect all the VPNs when using minikube, as I know they don't place nice together. If there are any commands you would like me to run to give you more information I'm happy to help. |
Only enabled on Darwin (a.k.a. macOS, a.k.a. OS X) because it's the only platform that we have tested. Contributions for other platforms are welcome. We should uninstall VirtualBox, Minikube & kubectl and test that the target works from a clean slate. We are using VirtualBox as the VM driver for Minikube because kubernetes/minikube#5951 Pair @michaelklishin
Same issue here.
The error:
|
I found this issue because I was experiencing the same problem. I also found the culprit: When SSH'ing into the machine I found out it's using the host machine's IP as resolving IP. When using For local development I've been using dnsmasq, so in fact some other DNS server was running as opposed to the one hyperkit needs. When stopping dnsmasq, setting up a new minikube instance worked as intended. β |
@jorijn you think maybe then this could be related to internal DNS configuration/servers used by VPN software? I have both Cisco AnyConnect and Tunnelblick installed. |
@douglascamata it might! you could try disconnecting VPN connections, quitting those programs and trying again. |
@jorijn I tried this already. I always disconnect and close all VPN software when using minikube (even before this problem), as I know they don't place nice together. |
I see this issue as well. I believe it has something to do with the Blue Coat Unified Agent" installed on my corporate laptop. Do others having this issue see a For now as mentioned above I use |
I have the same problem when connected to a corporate VPN via Tunnelblick. In case I turn it off the network inside |
I have the same problem when connected to a corporate VPN via Cisco AnyConnect. Is there a way to configure hyperkit to use a different network connection? |
I'm not sure how to fix the network connection issue, but the latest version of minikube no longer pulls |
@douglascamata I haven't heard from you I will close this issue, and I am sorry that you faced this isssue, please feel free to reopen this issue
|
restart network adapter and its works for me |
@nomansadiq11 from host or from |
The exact command to reproduce the issue:
minikube start
The full output of the command that failed:
The output of the
minikube logs
command:The operating system version: macOS 10.14.3
The text was updated successfully, but these errors were encountered: