OKD 4.9 - Pods on on-premise worker node are unable to communicate with the ones on remote worker node #1519
imdmahajankanika
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
In our OKD 4.9 cluster with one on-premise worker (worker-0) and one remote worker node (rm-worker-0), the pods running on worker-0 are unable to connect with the ones running on rm-worker-0 inside the cluster (through service) and vice-versa. However, we have tested that the communication is possible if we add "hostNetwork=true" in the deployment.
Version
4.9.0-0.okd-2022-02-12-140851
How reproducible
Log bundle
We tried to do curl to internal image registry from remote-worker, but it is giving below error.
curl: (7) Failed to connect to image-registry.openshift-image-registry.svc port 5000: No route to host
Beta Was this translation helpful? Give feedback.
All reactions