add --registry-mirror support for Containerd Runtime #18361
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
we have support for registry-mirror for docker runtime but not for containerd:
I did this
$ minikube start --container-runtime=containerd --registry-mirror=http://localhost:5000
and then
$ minikube ssh
$ docker@minikube:~$ ls /etc/containerd/certs.d/
docker.io
According to Gemini to add registry mirror to containerd,
In the code I see we only Start the Docker Container runtime in the provisioner with the registry mirror:
https://github.com/medyagh/minikube/blob/375d9c6cbf6d33a1c20d91c886f7f19c5d8b52c2/pkg/provision/ubuntu.go#L111
The text was updated successfully, but these errors were encountered: