-
Bug
-
Resolution: Done
-
Critical
-
None
-
4.11.0, 4.11.z, 4.11
-
None
-
Critical
-
None
-
False
-
Description of problem:
Openshift-marketplace pods are in CrashLoopBackOff state on the 4.11 versions, tried 4.11.0, 4.11.2 as the image "registry.redhat.io/redhat/redhat-marketplace-index:v4.11" pull throws an exec format error. This was working fine till yesterday and we see this recently.
Version-Release number of selected component (if applicable):
How reproducible:
Install any of Openshift 4.11 versions on s390x
Steps to Reproduce:
1.Install any of Openshift 4.11 versions on s390x
Actual results:
# oc get po -n openshift-marketplace NAME READY STATUS RESTARTS AGE certified-operators-v2c7f 1/1 Running 0 5h46m community-operators-85xkt 1/1 Running 0 5h46m marketplace-operator-6b798b799b-9ch8d 1/1 Running 1 (5h42m ago) 5h49m redhat-marketplace-8t4mw 0/1 CrashLoopBackOff 71 (4m38s ago) 5h46m redhat-marketplace-rwdpz 0/1 CrashLoopBackOff 70 (75s ago) 5h36m redhat-operators-rglph 1/1 Running 0 73m
# oc -n openshift-marketplace describe po redhat-marketplace-8t4mw .... Containers: registry-server: Container ID: cri-o://b8c4328ff6feb53bc23dcf775a619b12d0ae168d76bcf4e7c28e6bc9cb2da79d Image: registry.redhat.io/redhat/redhat-marketplace-index:v4.11 Image ID: registry.redhat.io/redhat/redhat-marketplace-index@sha256:bd9c0aae0157e08ecb488c52da603f9be5c6a99b44f3c$961243b9f5d84ec55d Port: 50051/TCP Host Port: 0/TCP State: Waiting Reason: CrashLoopBackOff Last State: Terminated Reason: Error Message: exec /bin/opm: exec format error Exit Code: 1 Started: Fri, 26 Aug 2022 15:00:39 +0200 Finished: Fri, 26 Aug 2022 15:00:39 +0200 Ready: False Restart Count: 71 ...... node.kubernetes.io/unreachable:NoExecute op=Exists for 120s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Pulling 56m (x62 over 5h46m) kubelet Pulling image "registry.redhat.io/redhat/redhat-marketplace-index:v4.1 1" Warning BackOff 63s (x1713 over 5h45m) kubelet Back-off restarting failed container
# oc -n openshift-marketplace logs redhat-marketplace-8t4mw exec /bin/opm: exec format error
Expected results:
openshift-marketplace pods should not crash and the multi-arch image should be pulled successfully
Additional info:
- is cloned by
-
OCPBUGS-2808 Multiarch Arm/P/Z: Openshift-marketplace pods are in CrashLoopBackOff state
- Closed