-
I have a private registry that I am trying to get all pods to get proxied through. No matter what settings I seem to try for my mirrors, the configs show up in the file, but when I pull an image from a registry it doesn't matter, and the logs from containerd don't seem to acknowledge anything. Any help would be appreciated!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
How are you pulling images? Are you trying to pull by hand using
The containerd.log should show it trying your endpoint and then falling back to the default endpoint if for some reason it does not work. Please attach the full containerd.log showing an image pull operation. |
Beta Was this translation helpful? Give feedback.
It looks to me like it's working, here's a log entry showing it trying both endpoints for an image from quay.io:
Note that the images won't LOOK like they're coming from your mirror, were you expecting to see them show up with different name…