ImagePullBackOff or ErrImagePull states.curl --cacert /etc/ssl/certs/<Your-Harbor-Certificate>.crt https://<Harbor-Fqdn>
sudo crictl pull <REDACTED_HOSTNAME>/<project>/<tag>
PullImage from image service failed" err="rpc error: code = Unknown desc = failed to pull and unpack image \"<Harbor-Fqdn>/<Project>\": failed to resolve reference \"<Harbor-Fqdn>/<Project>\": failed to do request: Head \"<Harbor-Fqdn>/<Project>\": tls: failed to verify certificate: x509: certificate signed by unknown authority"TCA: 3.3
containerd runtime service retains a stale in-memory validation cache and does not automatically hot-reload or process newly appended certificate blocks located inside the host operating system's trust paths.openssl x509 -in /etc/ssl/certs/<Your-Harbor-Certificate>.crt -text -nooutsudo systemctl restart containerdRe-execute the image pull test to confirm successful TLS handshake resolution:
sudo crictl pull <REDACTED_HOSTNAME>/<project>/<tag>