You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2022. It is now read-only.
We'd like to configure a pull-through cache for containerd, so that any images that are pulled by containerd/cri, are pulled through a local registry. This way the image can be cached for multiple Kubernetes nodes in the local registry.
With docker, we can configure this with --registry-mirror=<uri> and all image pulls are done through the URI specified.
This would require us to determine all of the possible hosts that we pull from and list them in the containerd config, with our local registry as the endpoint.
I believe #351 isn't properly solved, as --registry-mirror in Docker is able to catch all image pulls and pass them through the local registry.
Ideally we could update the image pull registry logic to allow wildcard hosts, like so: