-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Skaffold should rewrite imagePullPolicy when using a local cluster #6992
Copy link
Copy link
Open
Labels
area/deployarea/localbugbash/q4-2022Issues related to Skaffold Bugbash Q4 2022Issues related to Skaffold Bugbash Q4 2022help wantedWe would love to have this done, but don't have the bandwidth, need help from contributorsWe would love to have this done, but don't have the bandwidth, need help from contributorskind/frictionIssues causing user pain that do not have a workaroundIssues causing user pain that do not have a workaroundpriority/p3agreed that this would be good to have, but no one is available at the moment.agreed that this would be good to have, but no one is available at the moment.
Metadata
Metadata
Assignees
Labels
area/deployarea/localbugbash/q4-2022Issues related to Skaffold Bugbash Q4 2022Issues related to Skaffold Bugbash Q4 2022help wantedWe would love to have this done, but don't have the bandwidth, need help from contributorsWe would love to have this done, but don't have the bandwidth, need help from contributorskind/frictionIssues causing user pain that do not have a workaroundIssues causing user pain that do not have a workaroundpriority/p3agreed that this would be good to have, but no one is available at the moment.agreed that this would be good to have, but no one is available at the moment.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.