-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
gke pods not able to ping the gce's when using calico #2813
Comments
@ravitejb did you apply a network policy to the GKE cluster that had network policy enabled? On a GKE cluster, out of the box, pods should be able to reach other pods without issue. |
@lmm I've tried below 3 different scnarios. |
Hey @ravitejb , sorry for the delay. Did you get this figured out? I just tried your first scenario and I am able to ping a node from within a pod:
|
Closing due to inactivity, if this is still an issue please add a comment and we'll re-open it. |
gke pods are not able to ping or connect to the gce's inside the same VPC network when cluster is created by enabling the Network policy
Expected Behavior
after allowing all the egress and ingress it should connect/ping to the gce's or ip's
Current Behavior
unable to connect to the gce's in the same VPC network, but connecting to all gce's or public IP's out side that VPC network
Possible Solution
Steps to Reproduce (for bugs)
Your Environment
The text was updated successfully, but these errors were encountered: