-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG][4.15.0] Image registry service not exposed #862
Comments
adrianriobo
changed the title
[BUG][4.15.0] Image registry not exposed
[BUG][4.15.0] Image registry service not exposed
Mar 13, 2024
Looks like https://docs.openshift.com/container-platform/4.15/registry/configuring_registry_storage/configuring-registry-storage-baremetal.html since we moved from libvirt IPI to SNO which have |
praveenkumar
added a commit
to praveenkumar/snc
that referenced
this issue
Mar 18, 2024
… to Managed Since we switched from libvirt IPI to SNO where platform is used as `none` so the image registry operator bootstraps itself as Removed. Which means registry operator not start the registry instance and any configurations are ignored. - https://access.redhat.com/solutions/5114881 - https://docs.openshift.com/container-platform/4.15/registry/configuring_registry_storage/configuring-registry-storage-baremetal.html#registry-removed_configuring-registry-storage-baremetal fixes: crc-org#862
praveenkumar
added a commit
to praveenkumar/snc
that referenced
this issue
Mar 19, 2024
… to Managed Since we switched from libvirt IPI to SNO where platform is used as `none` so the image registry operator bootstraps itself as Removed. Which means registry operator not start the registry instance and any configurations are ignored. Since registry operator not started that means there is no registry route and user not able to push image to internal registry and get following error. ``` podman login -u kubeadmin -p $(oc whoami -t) default-route-openshift-image-registry.apps-crc.testing --tls-verify=false` we get an error: Error: authenticating creds for "default-route-openshift-image-registry.apps-crc.testing": pinging container registry default-route-openshift-image-registry.apps-crc.testing: received unexpected HTTP status: 503 Service Unavailable ``` - https://access.redhat.com/solutions/5114881 - https://docs.openshift.com/container-platform/4.15/registry/configuring_registry_storage/configuring-registry-storage-baremetal.html#registry-removed_configuring-registry-storage-baremetal fixes: crc-org#862
praveenkumar
added a commit
that referenced
this issue
Mar 20, 2024
… to Managed Since we switched from libvirt IPI to SNO where platform is used as `none` so the image registry operator bootstraps itself as Removed. Which means registry operator not start the registry instance and any configurations are ignored. Since registry operator not started that means there is no registry route and user not able to push image to internal registry and get following error. ``` podman login -u kubeadmin -p $(oc whoami -t) default-route-openshift-image-registry.apps-crc.testing --tls-verify=false` we get an error: Error: authenticating creds for "default-route-openshift-image-registry.apps-crc.testing": pinging container registry default-route-openshift-image-registry.apps-crc.testing: received unexpected HTTP status: 503 Service Unavailable ``` - https://access.redhat.com/solutions/5114881 - https://docs.openshift.com/container-platform/4.15/registry/configuring_registry_storage/configuring-registry-storage-baremetal.html#registry-removed_configuring-registry-storage-baremetal fixes: #862
openshift-cherrypick-robot
pushed a commit
to openshift-cherrypick-robot/snc
that referenced
this issue
Mar 20, 2024
… to Managed Since we switched from libvirt IPI to SNO where platform is used as `none` so the image registry operator bootstraps itself as Removed. Which means registry operator not start the registry instance and any configurations are ignored. Since registry operator not started that means there is no registry route and user not able to push image to internal registry and get following error. ``` podman login -u kubeadmin -p $(oc whoami -t) default-route-openshift-image-registry.apps-crc.testing --tls-verify=false` we get an error: Error: authenticating creds for "default-route-openshift-image-registry.apps-crc.testing": pinging container registry default-route-openshift-image-registry.apps-crc.testing: received unexpected HTTP status: 503 Service Unavailable ``` - https://access.redhat.com/solutions/5114881 - https://docs.openshift.com/container-platform/4.15/registry/configuring_registry_storage/configuring-registry-storage-baremetal.html#registry-removed_configuring-registry-storage-baremetal fixes: crc-org#862
praveenkumar
added a commit
that referenced
this issue
Mar 20, 2024
… to Managed Since we switched from libvirt IPI to SNO where platform is used as `none` so the image registry operator bootstraps itself as Removed. Which means registry operator not start the registry instance and any configurations are ignored. Since registry operator not started that means there is no registry route and user not able to push image to internal registry and get following error. ``` podman login -u kubeadmin -p $(oc whoami -t) default-route-openshift-image-registry.apps-crc.testing --tls-verify=false` we get an error: Error: authenticating creds for "default-route-openshift-image-registry.apps-crc.testing": pinging container registry default-route-openshift-image-registry.apps-crc.testing: received unexpected HTTP status: 503 Service Unavailable ``` - https://access.redhat.com/solutions/5114881 - https://docs.openshift.com/container-platform/4.15/registry/configuring_registry_storage/configuring-registry-storage-baremetal.html#registry-removed_configuring-registry-storage-baremetal fixes: #862
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Testing pre release bits for
4.15.0
it is not possible to reach the image registry from outside the cluster; on previous versions there was a route to access the image registry:v4.14.12
v4.15.0
Trying to login within the registry:
And if we check the resources on the cluster:
The text was updated successfully, but these errors were encountered: