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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: