if you are using docker registry, you can use following values, with generic option:
pull url: index.docker.io
push url: index.docker.io
registry name: <your docker registry name>
Hi,
I think you need to manually add your private registry URL if your private registry does not use the https protocol.
If you are using Docker as the runtime container for the cluster, you need to add your private registry to the mirror registry in the /etc/docker/daemon.json file on all nodes. I don't know how to add a registry mirror to the docker configuration file. In my case, I used containerd.io as the container runtime on my cluster and Harbor for private registry with docker as the container runtime.
Reference for containerd: https://github.com/containerd/containerd/issues/3847
Hope it helps.
You can try to use self-signed certificates, then add the custom CA from this documentation. Don’t forget to add the CA to your kubernetes cluster as well.