Skip to content
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

The imagePullPolicy is set to Always #604

Closed
danpawlik opened this issue Mar 26, 2024 · 1 comment
Closed

The imagePullPolicy is set to Always #604

danpawlik opened this issue Mar 26, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@danpawlik
Copy link

Describe the bug
The OpenStack K8S Operator [1] project is using CRC [2] for making the CI tests. Some of the pods created by the operator have imagePullPolicy: Always , which might break not just OpenStack K8S Operator CI, but also other users (the image is already present on the host, but the image policy forces to try to pull the newest image).

Expected behavior
The image policy would be set to IfNotPresent

OpenShift (please complete the following information):

  • Version: 4.13, 4.14

[1] - https://github.com/openstack-k8s-operators
[2] - https://github.com/crc-org/crc

@danpawlik danpawlik added the bug Something isn't working label Mar 26, 2024
@dacleyra
Copy link
Contributor

resolved in v2.15.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants