Skip to content
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

apiserver reachability from pods #57

Closed
databus23 opened this issue Sep 22, 2017 · 3 comments
Closed

apiserver reachability from pods #57

databus23 opened this issue Sep 22, 2017 · 3 comments

Comments

@databus23
Copy link
Member

databus23 commented Sep 22, 2017

We are still missing some tinkering to make the apiserver available from within pods.
IIRC the pods try reach out to https//$IP were $IP is the first ip from the service CIDR which is rerouted by the kube-proxy to whatever the apiserver announces (--advertise-address).

One possible solution would be to have the wormhole client intercept the traffic and send it through the tunnel.

@BugRoger
Copy link
Contributor

BugRoger commented Oct 7, 2017

Turns out this is a showstopper. Tiller does not work without this... Without Tiller we can't install Kubernikus. Well, we could but not with Helm.

@BugRoger
Copy link
Contributor

BugRoger commented Oct 9, 2017

See: 43f09db

@BugRoger
Copy link
Contributor

Works!! \o/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants