-
Notifications
You must be signed in to change notification settings - Fork 282
importer-prime fetching the docker image every time. #3542
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
Comments
So CDI doesn't influence the behavior of kubernetes. As you can see we set the policy to IfNotPresent, and it downloads the image if it is not present. But what kubernetes does afterwards we as CDI cannot influence. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. /close |
@kubevirt-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The pod:
But it seems it getting deleted after a success.
And the node has enough disk space and there's no disk pressure:
There's image when importer prime working (inevitable):
sudo ctr --namespace k8s.io images ls | grep cdi-import
But it disapears after the pod complete or error and destroy.
Environment:
The text was updated successfully, but these errors were encountered: