tadayosi commented on issue #2473:
URL: https://github.com/apache/camel-k/issues/2473#issuecomment-893243011


   OK, changing the service name of the custom registry to 
`image-registry.openshift-image-registry.svc` an integration starts to deploy!  
It appears some extra configuration is required for CoreDNS to recognise if you 
want to use a different registry. For now, using the default name should be 
fine.
   
   Note also we need to add `image-registry.openshift-image-registry.svc` to 
the insecure registries in `/etc/containers/registries.conf` to make sure crio 
uses http for pulling images from the registry:
   ```
   [registries.insecure]
   registries = ['image-registry.openshift-image-registry.svc:5000']
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to