GoogleContainerTools/skaffold

Skaffold should rewrite imagePullPolicy when using a local cluster

Open

#6.992 aberto em 5 de jan. de 2022

Ver no GitHub
 (3 comments) (2 reactions) (0 assignees)Go (1.416 forks)batch import
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3

Métricas do repositório

Stars
 (12.822 stars)
Métricas de merge de PR
 (Mesclagem média 1d 18h) (18 fundiu PRs em 30d)

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.

Guia do colaborador