adamant-kite-43734
10/20/2023, 12:49 PMchilly-hair-10113
10/20/2023, 1:09 PM{"configs":{"harbor-registry":{"auth":null,"tls":{"ca_file":"","cert_file":"","key_file":"","insecure_skip_verify":true}}},"mirrors":null}
-> insecure_skip_verify is true
the regarding image is available, no auth required. pulling from outside the cluster works.
curl from a rke2 node with "--insecure" works.acoustic-addition-45641
10/20/2023, 1:26 PMcreamy-pencil-82913
10/20/2023, 3:35 PMharbor-registry/repo/image:tag
?creamy-pencil-82913
10/20/2023, 3:37 PMharbor-registry
will be parsed as part of the repo name on docker hub, not the registry hostname.creamy-pencil-82913
10/20/2023, 3:38 PMchilly-hair-10113
10/23/2023, 5:28 AMchilly-hair-10113
10/23/2023, 5:43 AMroot@cluster07-pool1-d735bac3-shj2x:~# update-ca-certificates
Updating certificates in /etc/ssl/certs...
rehash: warning: skipping ca-certificates.crt,it does not contain exactly one certificate or CRL
rehash: warning: skipping private-ca.pem,it does not contain exactly one certificate or CRL
1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Looks like it doesn't like our ca certificate chain (1 root, 2 sub-ca's).
Will have a look into this.chilly-hair-10113
10/23/2023, 6:20 AMchilly-hair-10113
10/23/2023, 8:10 AM