GoogleContainerTools/skaffold
Skaffold should rewrite imagePullPolicy when using a local cluster
开放
#6,992 创建于 2022年1月5日
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3
仓库指标
- 星标
- (12,822 个星标)
- PR 合并指标
- (平均合并 3天 6小时) (30 天内合并 16 个 PR)
描述
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.