-
Notifications
You must be signed in to change notification settings - Fork 606
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
CRI image cleanup might be too aggressive #8069
Comments
smira
added a commit
to smira/talos
that referenced
this issue
Jan 31, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira
added a commit
to smira/talos
that referenced
this issue
Feb 1, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 1, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 2, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 2, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 2, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 2, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
smira
added a commit
to smira/talos
that referenced
this issue
Feb 2, 2024
Fixes siderolabs#8069 The image age from the CRI is the moment the image was pulled, so if it was pulled long time ago, the previous version would nuke the image as soon as it is unreferenced. The new version would allow the image to stay for the full grace period in case the rollback is requested. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 17567f1)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The cleanup runs every 15 mins, removing any image in the CRI Talos namespace which is not referenced and the age is > 4*15 mins (1 hours). As the image age is the time it got pulled for the first time, the image which was referenced just a few moments ago might be cleaned up immediately, leading to blocked ability to do quick rollback of the image (e.g.
kubelet
image).The text was updated successfully, but these errors were encountered: