kube-cluster-osx
kube-cluster-osx copied to clipboard
No internet connection found
Hi,
After experimenting last weekend succesfully with kube-cluster (and kube-solo) I decided to demo kubernetes at work. Unfortunately both implementations complained about not being able to connect to the internet. I tried many possible ways of connecting to the internet (ethernet, wifi, vpn) but nothing helped.
Back at home, using my own wifi connection, everything seems to work again! Is it true that kube-cluster and kube-solo only work with the internet connection used the first time? Can I configure this somewhere? Firewall rules?
Kind regards, Peter
must be at work you have some firewall rules in place, as usually kube apps work fine with any unrestricted network.
We have the same issue. At work we are behind a proxy and
- the UI is "not responding" since it tries to reach the update site.
- the core-OS image is not starting since it checks for internet connection which is not given.
having proxy support would be highly appreciated.
It's quite a usual situation when you are working in corporate. Due to network policy, all outbound connections must go through a corporate proxy. kube-cluster-osx, like all other dev oriented Kubernetes projects does not work behind proxy. I've tried to add proxy variable to user-data, but this is not enough.
that's limitation of corectl tool , @AntonioMeireles is looking for a solution