Skaffold should strip or warn on imagePullPolicy: always
when deploying to local cluster
#5443
Labels
area/deploy
area/errors
kind/friction
Issues causing user pain that do not have a workaround
platform/minikube
@VeerMuchandi showed me a hard-to-diagnose situation where he was building and deploying to a local minikube cluster, but was encountering pull errors from the cluster:
We verified that the images were present in Minikube's docker daemon.
It turns out the deployment had an
imagePullPolicy: always
.Should we emit a warning when deploying a built image? Or perhaps this should cause an error?
The text was updated successfully, but these errors were encountered: