Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-48536

e2e tests for: Pod annotations missing udn-ovn1

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Blocker Blocker
    • None
    • None
    • CNV Network
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • CNV-51201 - Integration between VMs and primary user-defined networks
    • ---
    • ---
    • None

      The `k8s.v1.cni.cncf.io/network-status` annotation is missing the UDN interface.

      k8s.v1.cni.cncf.io/network-status: |-
            [{
                "name": "ovn-kubernetes",
                "interface": "eth0",
                "ips": [
                    "10.135.0.21"
                ],
                "mac": "0a:58:0a:87:00:15",
                "default": true,
                "dns": {}
            },{
                "name": "default/primary-udn-kubevirt-binding",
                "interface": "eth0",
                "mac": "0a:58:0a:87:00:15",
                "dns": {}
            }]

      This PR adds reporting of the primary UDN interface, marking it as the default interface for the pod.

      We would still need an e2e test for it though.

       

       

       

              ralavi@redhat.com Ram Lavi
              mduarted@redhat.com Miguel Duarte de Mora Barroso
              Nir Rozen Nir Rozen
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: