GoogleContainerTools / GoogleContainerTools/skaffold

Skaffold should rewrite imagePullPolicy when using a local cluster

Open
#6,992 3 comments 2 reactions 0 assignees View on GitHub
area/deploy area/local bugbash/q4-2022 help wanted kind/friction priority/p3
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

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`](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy). Skaffold should transform the manifests and either remove such pull-policies or possibly transform them to `imagePullPolicy: Never`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.