GoogleContainerTools/skaffold

Skaffold should rewrite imagePullPolicy when using a local cluster

Ouverte

#6 992 ouverte le 5 janv. 2022

 (3 commentaires) (2 réactions) (0 personne assignée)Go (1 416 forks)batch import
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3

Métriques du dépôt

Stars
 (12 822 étoiles)
Métriques de merge PR
 (Merge moyen 3j 6h) (16 PRs mergées en 30 j)

Description

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.

Guide contributeur