Open
Description
Question / Where do you need Help?
Given this warning when creating a new cluster: WARN[0000] More than one registry specified, but the LocalRegistryHostingV1 spec only supports one -> Selecting the first one: k3d-docker-io.localhost
how are we supposed to use multiple cache-on-pull docker registries against a single cluster?
My understanding is that I need to specify one local registry per remote registry I am caching (e.g. one for docker hub, another for github repository, etc). Next, I provide k3d with repositories.yaml
that indicates which proxy is caching which remote registry.
But what's the point of doing all of this if k3d can only make use of one caching proxy at a time. Am I missing something?