-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't use imagePullPolicy: Always on prow jobs #33868
Comments
Why we want this: |
We intentionally used it on some jobs that trial the absolutely latest image, but most jobs shouldn't be using it. |
/sig testing |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove lifecycle-stale |
Probably pull-kubernetes-verify:
test-infra/config/jobs/kubernetes/sig-testing/verify.yaml
Lines 20 to 21 in ab1dea0
There's a ton of other hits when grepping for it:
https://github.com/search?q=repo%3Akubernetes%2Ftest-infra%20%22imagePullPolicy%3A%20Always%22&type=code
Originally posted by @pohly in #33866 (comment)
The text was updated successfully, but these errors were encountered: