-
Task
-
Resolution: Done
-
Blocker
-
None
-
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.
- split to
-
CNV-47534 Pod annotations missing udn-ovn1
-
- Closed
-
- links to