You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
During deployment of ACM the managment-ingress pod cannot start with an ImagePullBackoff with an ErrImagePull for the image quay.io/openshift/origin-oauth-proxy.
To Reproduce
Steps to reproduce the behavior:
Run the start.sh script
Wait for deployment of all pods to complete.
Check that all pods are running excpept correctly the managent-ingress.
Expected behavior
All pods are running ore completed with no errors.
Desktop (please complete the following information):
OS: [rhel]
Browser [e.g. chrome, safari, firefox]
Snapshot [1.0.0-SNAPSHOT-2020-05-04-17-43-49]
Additional context
The problem looks related to the wrong SHA256 of the image. I used the following temporary workaround:
Pull the image with podman or inspect it with skopeo skopeo inspect docker://quay.io/openshift/origin-oauth-proxy | grep Digest
Grab the SHA256 hash and replace it in the Deployment resource of the management-ingress under spec.template.spec.container. oc edit deployment/managment-ingress-XXXXX
Wait for the management-ingress pod to rollout again
The text was updated successfully, but these errors were encountered:
The underlying origin-oauth-proxy image we used when building this shapshot has been removed from the repo quay.io/openshift/origin-oauth-proxy which is causing the breakage.
Going forward we will need to ensure that we mirror any origin-oauth-proxy image we use as part of a snapshot over to the quay.io/open-cluster-management/origin-oauth-proxy repo to ensure that it never goes away.
In the meantime we will try to figure out how best to proceed with "repairing" the broken snapshots. More than likely we will simply produce a new snapshot with an updated origin-oauth-proxy image and ensure that we mirror it into quay.io/open-cluster-management/origin-oauth-proxy repo.
Describe the bug
A clear and concise description of what the bug is.
During deployment of ACM the managment-ingress pod cannot start with an ImagePullBackoff with an ErrImagePull for the image quay.io/openshift/origin-oauth-proxy.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All pods are running ore completed with no errors.
Screenshots
Desktop (please complete the following information):
Additional context
The problem looks related to the wrong SHA256 of the image. I used the following temporary workaround:
skopeo inspect docker://quay.io/openshift/origin-oauth-proxy | grep Digest
oc edit deployment/managment-ingress-XXXXX
The text was updated successfully, but these errors were encountered: