Replies: 1 comment 1 reply
-
Did you enable the internal registry? Have you verified that it's up and running? https://docs.okd.io/4.14/registry/configuring-registry-operator.html |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i want to create any Test Project, for instance the java-springboot-basic-1-build the created Pod throws this message:
I get a PULLBACK Image with this Event on the replicas:
Failed to pull image "image-registry.openshift-image-registry.svc:5000/okd-test/java-springboot-basic:latest": reading manifest latest in image-registry.openshift-image-registry.svc:5000/okd-test/java-springboot-basic: manifest unknown
The Image Registry of the Cluster did this but i don't know if it is related:
Failed to update lock: Operation cannot be fulfilled on leases.coordination.k8s.io "openshift-master-controllers": the object has been modified; please apply your changes to the latest version and try again
When i go into editing deployment i have this marked in red:
imagestreamtags.image.openshift.io "java-springboot-basic:latest" not found
As this are suppose to be the official connected Projects for OKD i would assume that they should be running if created via ADD in Development Mode from OKD. As OKD itself does not give me any clues about the Image-registry connection issue, what can i do to solve it?
Beta Was this translation helpful? Give feedback.
All reactions