Bug 1743496
| Summary: | Multus admission controller rejects NetworkAttachmentDefinitions with an empty config | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Marko Luksa <mluksa> |
| Component: | Networking | Assignee: | Douglas Smith <dosmith> |
| Status: | CLOSED ERRATA | QA Contact: | zhaozhanqi <zzhao> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.2.0 | CC: | aos-bugs, bbennett, weliang, wsun |
| Target Milestone: | --- | Keywords: | TestBlocker |
| Target Release: | 4.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-16 06:36:35 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Marko Luksa
2019-08-20 06:57:48 UTC
Ah, I mistyped the description. It should be: A NetworkAttachmentDefinition _with_ an empty spec.config can no longer be created We have a downstream PR available for this one: https://github.com/openshift/multus-admission-controller/pull/10 Tested and verified in 4.2.0-0.nightly-2019-08-22-073746 [root@dhcp-41-193 Multus]# cat test.yaml apiVersion: k8s.cni.cncf.io/v1 kind: NetworkAttachmentDefinition metadata: name: my-nad namespace: one-multus-interface [root@dhcp-41-193 Multus]# oc create -f test.yaml networkattachmentdefinition.k8s.cni.cncf.io/my-nad created [root@dhcp-41-193 Multus]# oc get network-attachment-definition NAME AGE macvlan-conf 6m40s my-nad 8s [root@dhcp-41-193 Multus]# oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.2.0-0.nightly-2019-08-22-073746 True False 41m Cluster version is 4.2.0-0.nightly-2019-08-22-073746 [root@dhcp-41-193 Multus]# Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:2922 |