-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.12, 4.11
-
None
-
Moderate
-
None
-
False
-
Description of problem:
The image provided as an example to deploy a statefulset from the UI is amd64 only, leading the deploy of an example statefulset to Pods in CrashLoopBackOff.
Version-Release number of selected component (if applicable):
4.11 4.12 (also having other issues currently), needs verification on 4.10
How reproducible:
Always
Steps to Reproduce:
1. Go to the Administrator Console 2. Open the Workloads Pane 3. Click StatefuleSets 4. Create a new StatefulSet with the provided example image
Actual results:
Exec format error ## (the image, 'gcr.io/google_containers/nginx-slim:0.8', is amd64 only)
Expected results:
The StatefulSet is deployed, and the pods are ready
Additional info:
Should we set it to be image-registry.openshift-image-registry.svc:5000/openshift/httpd:latest or another sample?