Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-32120

Infra nodes can't connect to pod on worker node

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      My customer is having the following issue:

      I have a pod running in a namespace on my worker nodes. If I SSH into a worker node then i can curl this pod:
      > [core@worker-0-8kk69 ~]$ curl -v 172.41.2.27:3000
      > *   Trying 172.41.2.27:3000...
      > * Connected to 172.41.2.27 (172.41.2.27) port 3000 (#0)
      > ...

      However if I SSH into an infra node then I cannot curl the pod:
      > [core@infra-0-xd47s ~]$ curl -v 172.41.2.27:3000
      > *   Trying 172.41.2.27:3000...
      > * connect to 172.41.2.27 port 3000 failed: Connection timed out
      > * Failed to connect to 172.41.2.27 port 3000: Connection timed out
      > * Closing connection 0
      > curl: (28) Failed to connect to 172.41.2.27 port 3000: Connection timed out

      There doesn't seem to be anything wrong with the cluster, everything looks healthy and I can ping between nodes without issues, so I'm assuming this is some kind of configuration issue but I, for the life of me, have not been able to track it down.

      I have checked the nodes and the network policies and all seems fine.

      Version-Release number of selected component (if applicable):

      How reproducible:

       

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

          

      Expected results:

          

      Additional info:

          

            rhn-support-arghosh Arnab Ghosh
            rhn-support-andbartl Andy Bartlett
            Jean Chen Jean Chen
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: