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
My static route is setup using file given as an example here public-egress.yaml and I have not defined any specific destination IP for any of the above URL.
Please help.
The text was updated successfully, but these errors were encountered:
I am running 2 different curls, one is showing my Gateway node IP and another one is showing my Worker Node IP.
Gateway IP: (which should be the case)
$ kubectl exec -it curl-test -- curl ifconfig.me
143.244.140.251
Node IP: (not intended)
$ kubectl exec -it curl-test -- curl icanhazip.com
143.110.189.242
My static route is setup using file given as an example here public-egress.yaml and I have not defined any specific destination IP for any of the above URL.
Please help.
The text was updated successfully, but these errors were encountered: