-
Notifications
You must be signed in to change notification settings - Fork 65
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
ImagePullPolicy ignored for CCRuntime #395
Comments
teodor-pripoae
added a commit
to teodor-pripoae/confidential-containers-operator
that referenced
this issue
Jul 18, 2024
teodor-pripoae
added a commit
to teodor-pripoae/confidential-containers-operator
that referenced
this issue
Jul 18, 2024
teodor-pripoae
added a commit
to teodor-pripoae/confidential-containers-operator
that referenced
this issue
Jul 18, 2024
bpradipt
added a commit
that referenced
this issue
Oct 17, 2024
fix: add support for imagePullPolicy for installer daemonsets (#395)
Thanks @teodor-pripoae for rasing this up. I met the same issue and now I am using |
This issue is fixed by #396 but I believe it did not get into v0.10.0. Anyway, marking this as closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ImagePullPolicy is set to
never
in the runtime manifest but pods for pre-install useImagePullPolicy: Always
To Reproduce
Describe the results you expected
Pods having ImagePullPolicy
always
Describe the results you received:
Additional context
https://github.com/confidential-containers/operator/blob/main/controllers/ccruntime_controller.go#L920
The text was updated successfully, but these errors were encountered: