Skaffold should rewrite imagePullPolicy when using a local cluster #6992
Labels
area/deploy
area/local
bugbash/q4-2022
Issues related to Skaffold Bugbash Q4 2022
help wanted
We would love to have this done, but don't have the bandwidth, need help from contributors
kind/friction
Issues causing user pain that do not have a workaround
priority/p3
agreed that this would be good to have, but no one is available at the moment.
Milestone
When using a local cluster like minikube, where the built images are loaded directly into the cluster's container runtime, a user will encounter see a deployment failure should they specify an
imagePullPolicy: Always
. Skaffold should transform the manifests and either remove such pull-policies or possibly transform them toimagePullPolicy: Never
.The text was updated successfully, but these errors were encountered: