DEV Community

Discussion on: How to pull image from private Docker Registry in Kubernetes cluster 🤔

Collapse
 
alexpi_31 profile image
Alejandro Pimentel • Edited

Hi Nana, thank you so much for the excellent content.

You added "imagePullPolicy: Always" to force docker download the image because you had it in your host already.

I think it wouldn't matter since the Docker pulling the image is the one inside minikube, not the one running in your host.

Am I understanding this correctly?

Thanks!