GoogleContainerTools/skaffold

Skaffold should rewrite imagePullPolicy when using a local cluster

Open

#6992 aperta il 5 gen 2022

Vedi su GitHub
 (3 commenti) (2 reazioni) (0 assegnatari)Go (1416 fork)batch import
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3

Metriche repository

Star
 (12.822 star)
Metriche merge PR
 (Merge medio 1g 18h) (18 PR mergiate in 30 g)

Descrizione

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 to imagePullPolicy: Never.

Guida contributor