GoogleContainerTools/skaffold
Skaffold should rewrite imagePullPolicy when using a local cluster
オープン
#6,992 opened on 2022/01/05
area/deployarea/localbugbash/q4-2022help wantedkind/frictionpriority/p3
Repository metrics
- Stars
- (12,822 個のスター)
- PR merge metrics
- (平均マージ 3d 6h) (30d で 16 merged PRs)
説明
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.