Image Registry configuration patch isn't applied when adding allowedRegistries
#1646
Replies: 2 comments 11 replies
-
@vrutkovs I'd like to know why this issue has been moved to a discussion, as it's the second time that happens to me. What would be the exact criteria for bugs? Right now I followed an official procedure and didn't return the expected results, so I think of this as a bug. |
Beta Was this translation helpful? Give feedback.
-
It's been two weeks since I opened this discussion, and I'm struggling with the same issue. Image registry config isn't updated in the nodes and I can't access the internal registry to pull images from there. Does anybody have any advice on how to further proceed with the troubleshooting? |
Beta Was this translation helpful? Give feedback.
-
Describe the bug
I'd llke to add the internal registry as an additional registry where to pull images from when launching Builds (for example, to not depend on docker pull quotas). For that, I've followed the steps in the official docs, but after finished patching the
image.config.openshift.io/cluster
custom resource, the nodes aren't cordoned and the changes only remain in there, there's no rollout of it.Version
OKD version release: 4.13.0-0.okd-2023-05-22-052007
Install method: IPI
Cloud platform: OpenStack
How reproducible
100%, just follow the instructions in the official docs to add the internal registry as an
allowedRegistries
entry:And then adding the list of allowed registers:
Expected behaviour
Nodes are cordoned, new config is applied and nodes are uncordoned again. I'd expect to see the
NotReady
status in the nodes for some amount of time.Real behaviour
Nodes aren't cordoned at all, they keep on being
Ready
; the custom resource is modified (checked again withoc get image.config.openshift.io/cluster -o yaml
) and thus there's no rollout of the changes in the platform.Log bundle
.openshift_install.log
: https://gist.github.com/ProtossGP32/0efe2200acfbffb3e13601a9503d561fmust-gather
archive: LINKBeta Was this translation helpful? Give feedback.
All reactions