fancy-dentist-57833
01/15/2025, 11:59 AMoverride.yaml as documented in here: https://docs.rancherdesktop.io/how-to-guides/mirror-private-registry/ (which makes use of the k3s functionality described here: https://docs.k3s.io/installation/private-registry ) but it simply never creates the /etc/rancher/k3s/registries.yaml .
Then I noticed this issue answered by @fast-garage-66093 where he mentions that the documentation is wrong because it no longer uses the containerd shipped with k3s but its own thus the registries.yaml feature of k3s wouldn't work with rancher.
Then I also tried following the suggestion mentioned in this issue also answered by @fast-garage-66093 which simply embeds the registry.yaml to the lima.yaml but it seems that this is for the older rancher desktop version because it also doesn't work.
Is there any way to add private registries to rancher desktop?