TheNewNormal / kube-cluster-osx

Local development multi node Kubernetes Cluster for macOS made very simple
Apache License 2.0
298 stars 26 forks source link

No internet connection found #106

Open ploef opened 7 years ago

ploef commented 7 years ago

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

rimusz commented 7 years ago

must be at work you have some firewall rules in place, as usually kube apps work fine with any unrestricted network.

urfuwo commented 7 years ago

We have the same issue. At work we are behind a proxy and

having proxy support would be highly appreciated.

alexei-led commented 7 years ago

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.

rimusz commented 7 years ago

that's limitation of corectl tool , @AntonioMeireles is looking for a solution