This message was deleted.
# k3d
a
This message was deleted.
b
Did you try anything like this
Copy code
[...]
$ cat >~/.k3d/registries.yaml <<EOF
mirrors:
  "registry.localhost:5000":
    endpoint:
      - "<http://registry.localhost:5000|http://registry.localhost:5000>"
[...]
$ k3d cluster create ... -v ~/.k3d/registries.yaml:/etc/rancher/k3s/registries.yaml
• I use above for connecting to a docker registry container however above can be expanded to use private registry with creds and tls etc • And I didn't grok enough to find other ways as above worked for me 😅
• Seems I misread the req, not sure for existing cluster.