I have private Docker registry which works over https with self-signed SSL certificate. I've installed this certificate on local machine and it's working fine (can push and pull).
Is it possible to configure Kubernetes to use this certificate for deployments (pull images from private registry)?