-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
image-registry Available: The deployment does not exist.. | Unable to apply 4.16.15: the cluster operator image-registry is not available #29212
Comments
Found some things:
https://www.neteye-blog.com/2023/08/debug-and-workarounds-for-a-stuck-update-on-openshift-4-13-6/ https://access.redhat.com/solutions/5317441 https://access.redhat.com/solutions/5598401 Now all Nodes have the same level: Red Hat Enterprise Linux CoreOS 416.94.202409191851-0
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
I have also got the same error while updating SNO cluster from 4.17.14 to 4.17.18 What i have done is edit the image-registry added entry under spec section managementState: Removed and also removed httpSecret and it got resolved. Error while Cluster opertor update: Administrator-->Namespaces search image-registry Herer is my old yaml file entry:
New yaml file entry:
Here are the steps to do:- 2] edit the file and save it. ... It will automatic restart and show us that image-registry has been successfully updated. After successfully update this how entry inside Administrator-->Namespaces search image-registry This is how we resolve for SNO cluster. If we are not using any additional public storage or external storage with cluster. |
[provide a description of the issue]
Version
[provide output of the
openshift version
oroc version
command]Steps To Reproduce
Current Result
Update hat at 88%
Available: The deployment does not exist NodeCADaemonAvailable: The daemon set node-ca has available replicas ImagePrunerAvailable: Pruner CronJob has been created
$ oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.16.14 True True 6d Unable to apply 4.16.15: the cluster operator image-registry is not available
$ oc get clusteroperator image-registry
NAME VERSION AVAILABLE PROGRESSING DEGRADED SINCE MESSAGE
image-registry False True True 26m Available: The deployment does not exist...
$ oc get pvc
...
...
ocs4registry Bound pvc-38960e2f-4c6b-450d-a5fe-c1a26714e496 1Gi RWX longhorn 162
...
$ oc get pods -n openshift-image-registry
NAME READY STATUS RESTARTS AGE
cluster-image-registry-operator-7c87776c4c-csz22 1/1 Running 0 38m
node-ca-5c6gg 1/1 Running 0 38m
node-ca-c492l 1/1 Running 0 38m
node-ca-crzlc 1/1 Running 0 156m
node-ca-dskf6 1/1 Running 0 38m
node-ca-mpwjb 1/1 Running 0 38m
node-ca-xmjbp 1/1 Running 0 38m
The text was updated successfully, but these errors were encountered: