GoogleContainerTools/skaffold

Skaffold should rewrite imagePullPolicy when using a local cluster

Offen

#6.992 geöffnet am 05.01.2022

 (3 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)Go (1.416 Forks)batch import
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3

Repository-Metriken

Stars
 (12.822 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 3T 6h) (16 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide