# K3s Private Registry Configuration # This file should be copied to /etc/rancher/k3s/registries.yaml on the K3s node # After copying, restart K3s: sudo systemctl restart k3s mirrors: "10.43.193.43:5000": endpoint: - "http://10.43.193.43:5000" "registry.gooseek:5000": endpoint: - "http://registry.gooseek:5000" "localhost:5000": endpoint: - "http://localhost:5000"