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.