Hi
I have a problem with deployment from private docker registry. It is a gitlab project docker registry. I have added secret => registry credentials for my gitlab docker registry to my rancher project.
When I create the deployment, the pod gets created but it can not pull image from the registry with this error:
Failed to pull image “docker.example.com:5005/image_name:image_tag”: rpc error: code = Unknown desc = Error response from daemon: Get https://docker.example.com:5005/v2/: x509: certificate signed by unknown authority
Can someone please tell me how and where should I put root and intermediate ca of the docker server ssl certificate issuer?
Thank you all for your help.
Regards,
Andrej