Bug 2058149
| Summary: | cluster-network-addons-operator deployment's MULTUS_IMAGE is pointing to brew image | |||
|---|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Debarati Basu-Nag <dbasunag> | |
| Component: | Networking | Assignee: | Radim Hrazdil <rhrazdil> | |
| Status: | CLOSED ERRATA | QA Contact: | Nir Rozen <nrozen> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 4.10.0 | CC: | cnv-qe-bugs, ngavrilo, phoracek | |
| Target Milestone: | --- | |||
| Target Release: | 4.11.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | container-native-virtualization-hco-bundle-registry:v4.11.0-268 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2080453 (view as bug list) | Environment: | ||
| Last Closed: | 2022-09-14 19:28:43 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2080453 | |||
We are not deploying Multus on D/S, but it would be safer to omit the image reference completely. Thanks for reporting this. Validated against v4.11.0-314, image reference has been removed.
===================
- name: MULTUS_IMAGE
value: NOT_AVAILABLE
===================
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 (Important: OpenShift Virtualization 4.11.0 Images security and bug fix update), 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/RHSA-2022:6526 |
Description of problem: For deployment cluster-network-addons-operator, MULTUS_IMAGE is pointing to brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift/ose-multus-cni:v4.1.0-7.1556622314 Version-Release number of selected component (if applicable): 4.10.0 How reproducible: 100% Steps to Reproduce: 1. Check all the container images of cnv deployments. 2. 3. Actual results: (cnv-tests) [cnv-qe-jenkins@c01-dbn1-410-vvhqw-executor cnv-tests]$ kubectl get deployment -n openshift-cnv cluster-network-addons-operator -o json |jq ".spec.template.spec.containers[0].env" [ { "name": "MULTUS_IMAGE", "value": "brew-pulp-docker01.web.prod.ext.phx2.redhat.com:8888/openshift/ose-multus-cni:v4.1.0-7.1556622314" }, Expected results: All would point to registry.redhat.io images Additional info: