Hi everyone, I'm trying to add a provisioning scr...
# rancher-desktop
f
Hi everyone, I'm trying to add a provisioning script that adds a private registry to k3s running in rancher desktop. Initially I tried adding it to the
override.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?