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
Try curl'ing the apiserver from a pod (doesn't work):
$ kubectl run -it --image ianneub/network-tools nettools bash
If you don't see a command prompt, try pressing enter.root@nettools-69f59c45fc-ghzmf:/# curl --connect-timeout 10 -k https://10.0.0.1curl: (28) Connection timed out after 10000 milliseconds
Using runc, pods cannot reach cluster service IPs (10.0.0.0/16), including apiserver at 10.0.0.1. Nodes can reach service IPs, however.
May be related to #1
To repro:
curl'ing from a node does work, however:
The text was updated successfully, but these errors were encountered: