-
Notifications
You must be signed in to change notification settings - Fork 26
Usage i.c.m. vpn #33
Comments
@cobrowserAlex I use openvpn client to connect to Google Cloud, I will play with it when I'm back from my business trip. |
Thanks @rimusz |
@rimusz any progress? I have run some tests with kmachine which uses a virtualbox VM and nat networking and there all seems to work out of the box. Is coreos-osx using bridged networking perhaps? I'd really like to use kube-solo/kube-cluster if possible... |
@cobrowserAlex I have tried to connect to the VM on Google Cloud from kube-solo, of course I did add the route to it inside kube-solo and kube-solo cannot see VM on Google Cloud. And yes coreos-vm/kube-solo/kube-cluster all use bridged networking as this is how corectl/xhyve works |
Thanks, so it doesn't work for you either? "kube-solo and kube-solo cannot see VM on Google Cloud" To help in getting to the bottom of this: where would I add the route? |
Need to play with it more, but not sure if xhyve allows that, will consult with @AntonioMeireles about it |
@AntonioMeireles ping |
@cobrowserAlex afaict going along this - machyve/xhyve#84 (comment) should get you there... please confirm and thanks for your patience! |
Thanks @AntonioMeireles I wil give it a try! |
I am having trouble getting the cluster to work with our vpn ON. When I turn the vpn off all works fine, but I need the vpn to access a private regis try which is behind this vpn connection.
The process is stucka at:
Waiting for Kubernetes cluster to be ready. This can take a few minutes...
We added 192.168.0.0/16 to NOT use vpn, but probably I need to add some more routes to get it working.
Ping, ssh and traceroute seem to return sane output:
curl-ing the api-server fails:
When I run the 'up' command without vpn all works fine, but the nodes are not able to reach the private registry when I connect the vpn.
I realize this is not an issue with the project, but I'd really appreciate some help/hints with this.
The text was updated successfully, but these errors were encountered: