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

[UDN]host2service not working

XMLWordPrintable

    • No
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      From host and then access the service of UDN pod

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

      How reproducible:

      Steps to Reproduce:

      1. Create UDN network on one namespace

      apiVersion: k8s.ovn.org/v1
      kind: UserDefinedNetwork
      metadata:
        name: udn-network
      spec:
        topology: Layer3
        layer3:
          role: Primary
          mtu: 1300
          subnets:
          - cidr: 10.200.0.0/16
            hostsubnet: 24

      2.  Create test pod and service on this namespace 

      3. ssh into worker and  access the service

      1. curl --connect-timeout 5 172.30.209.135:27017
        curl: (28) Connection timed out after 5000 milliseconds

      Actual results:

      Expected results:

      From host access UDN service should work

              sseethar Surya Seetharaman
              zzhao1@redhat.com Zhanqi Zhao
              Zhanqi Zhao Zhanqi Zhao
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: