You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: