GoogleContainerTools / GoogleContainerTools/skaffold
Skaffold should rewrite imagePullPolicy when using a local cluster
Open
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
Assessment
This issue has not been assessed yet.