adamant-kite-43734
10/13/2023, 8:08 AMcreamy-pencil-82913
10/13/2023, 8:23 AM<https://harbor.k8s.lan> is the default endpoint for a registry named harbor.k8s.lan .
2. Unfortunately since you did add an endpoint, it is using that. However, your endpoint includes a port, but your config key does not. harbor.k8s.lan:443 is not the same as harbor.k8s.lan - yes that’s the default port for https, but the code is matching strings here.creamy-pencil-82913
10/13/2023, 8:23 AMconfigs:
"harbor.k8s.lan":
tls:
insecure_skip_verify: truecreamy-pencil-82913
10/13/2023, 8:23 AMcreamy-pencil-82913
10/13/2023, 8:25 AMprehistoric-judge-25958
10/13/2023, 8:26 AMprehistoric-judge-25958
10/13/2023, 8:49 AM/etc/rancher/k3s/registries.yaml be applied after systemctl restart k3s ?creamy-pencil-82913
10/13/2023, 9:06 AMprehistoric-judge-25958
10/13/2023, 12:49 PM