Replies: 1 comment
-
Hi @mzaikin We have an Apicurio organization in The Second option is to edit the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All:
We got into a complicated situation: we used for about half-year Apicurio Registry (with JPA for persistence) on IBM Public cloud OpenShift. Apicurio was installed via OperatorHub (Apicurio Registry Operator 0.0.4-v1.3.2.final provided by Apicurio).
At some point there started image errors due to Docker Hub pull limits (added Nov 2020), and we got cluster overfilled with Crashed pods, Pods number exceeded the limit (110 PODs per worker node), and now the whole cluster working unstable.
The typical error is like that:
I tried to pull docker.io image to OpenShift local ImageStream and resolve by editing YAML for the created ApicurioRegistry instance:
But this image is ignored and I still see in Events attempts to reach docker.io
Question: How can I refresh all installed Apicurio Schema Registry related objects (replication controllers, deployments, etc..) to switch to new Docker image to avoid pull errors?
Beta Was this translation helpful? Give feedback.
All reactions