GoogleContainerTools/skaffold

Skaffold should rewrite imagePullPolicy when using a local cluster

Open

#6,992 建立於 2022年1月5日

在 GitHub 查看
 (3 留言) (2 反應) (0 負責人)Go (12,822 star) (1,416 fork)batch import
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3

描述

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.

貢獻者指南