Very strange working with insecure registry
See original GitHub issueHello. I have 2 deployments named as “crm” and “elasticsearch”. I also have insecure registry on http:tools.mydomain.com:5000 and docker, microk8s known about this (all restarted after).
containerd-template.toml
docker configuration (/var/snap/docker/current/config)
And my 2 deployments (you need to look at containers) CRM ELASTICREARCH
When I apply file with crm deployment - all ok, and image pulled successfull…
But microk8s for a elasticsearch deployment says:
Why? I have no idea. But each time first deployment work and image will be pulled always successful… Secondary deployment fails each time with same error if current node has other pods or not.
Docker can pull image
differences between images in size: elastic ~ 740 mb crm ~ 200 mb
Pls, help!
Inpection https://first_example.hb.bizmrg.com/inspection-report-20210921_170451.tar.gz
Issue Analytics
- State:
- Created 2 years ago
- Comments:10
Top GitHub Comments
And what if you switch the two images in the deployments (replace tools.[…]:5000/dev.elasticsearch:21.09.21 with tools.[…]:5000/dev.crm:21.09.21 and also the other way)? This may help identify if the problem resides in the configuration or in the images
I put a elasticsearch container link to crm deployment…
Works. But why ? I am not new in k8s, but why ? Minimum we need more helpful error message.