Bug 1961484
| Summary: | nfd operator installation fails on Power, due to the kube-rbac-proxy image not being multi-arch | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Satwinder Singh <satwsing> | ||||
| Component: | Node Feature Discovery Operator | Assignee: | Carlos Eduardo Arango Gutierrez <carangog> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Walid A. <wabouham> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 4.8 | CC: | carangog, danili, jschinta, sejug | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.8.0 | ||||||
| Hardware: | ppc64le | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-07-27 22:19:28 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: | |||||||
| Attachments: |
|
||||||
|
Description
Satwinder Singh
2021-05-18 05:39:53 UTC
Issue is resolved now: NFD Version: 4.8.0-202105191051.p0.assembly.stream ``` # oc get all -A | grep nfd openshift-operators pod/nfd-controller-manager-76d5b5c466-rn4gr 2/2 Running 0 4m27s openshift-operators pod/nfd-master-9vpgc 1/1 Running 0 98s openshift-operators pod/nfd-master-cwrr8 1/1 Running 0 99s openshift-operators pod/nfd-master-nw66q 1/1 Running 0 98s openshift-operators pod/nfd-worker-94rvq 1/1 Running 0 98s openshift-operators pod/nfd-worker-zrpw7 1/1 Running 0 98s openshift-operators service/nfd-controller-manager-metrics-service ClusterIP 172.30.3.20 <none> 8443/TCP 4m29s openshift-operators service/nfd-master ClusterIP 172.30.36.84 <none> 12000/TCP 99s openshift-operators daemonset.apps/nfd-master 3 3 3 3 3 node-role.kubernetes.io/master= 99s openshift-operators daemonset.apps/nfd-worker 2 2 2 2 2 <none> 98s openshift-operators deployment.apps/nfd-controller-manager 1/1 1 1 4m27s openshift-operators replicaset.apps/nfd-controller-manager-76d5b5c466 1 1 1 4m27s ---------------------------------------------------------------------------------------------------------------------------------- # oc get pods -A -o wide | grep nfd openshift-operators nfd-controller-manager-76d5b5c466-rn4gr 2/2 Running 0 5m3s 10.128.3.89 worker-1 <none> <none> openshift-operators nfd-master-9vpgc 1/1 Running 0 2m14s 10.130.1.42 master-2 <none> <none> openshift-operators nfd-master-cwrr8 1/1 Running 0 2m15s 10.129.1.93 master-0 <none> <none> openshift-operators nfd-master-nw66q 1/1 Running 0 2m14s 10.128.1.57 master-1 <none> <none> openshift-operators nfd-worker-94rvq 1/1 Running 0 2m14s 193.168.200.29 worker-0 <none> <none> openshift-operators nfd-worker-zrpw7 1/1 Running 0 2m14s 193.168.200.119 worker-1 <none> <none> ``` I can confirm it is solved on s390x as well. NFD Version: 4.8.0-202105191051.p0.assembly.stream Based on Comment 2 and Comment 3, both Satwinder (Power) and Jan (Z) have confirmed that this bug has been resolved. Moving to Verified. 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 (OpenShift Container Platform 4.8.2 extras 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/RHBA-2021:2435 |