Closed teodor-pripoae closed 3 hours ago
Thanks @teodor-pripoae for rasing this up. I met the same issue and now I am using kubectl edit
as a workaround now, though I know the best way is to set in yaml
This issue is fixed by #396 but I believe it did not get into v0.10.0.
Anyway, marking this as closed.
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