I have uploaded my image on ACR. When I try to deploy it using a deployment.yaml
with kubectl
commands, the kubectl get pods
command shows ErrImageNeverPull
in the pods.
Also, I am not using minikube. Is it necessary to use minikube for this? I am a beginner in azure/kubernetes.
I've also used imagePullPolicy: Never
in the yaml file. It's not working even without this and shows ImagePullBackOff
.