Replies: 3 comments 2 replies
-
Why do you want to delete images? |
Beta Was this translation helpful? Give feedback.
0 replies
-
i had a situation when i accidentally pushed an corrupted image , and it
got stuck inside a node.
so each time i do "helm install", technically the image is already present
on a node.
but pods wont start..
i need a way to manually delete an image
…On Wed, Feb 5, 2025 at 5:57 PM Andrey Smirnov ***@***.***> wrote:
kubelet manages images automatically, it should delete them on disk
pressure, or GC unused ones.
Why do you want to delete images?
—
Reply to this email directly, view it on GitHub
<#10300 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADDOIZRP7AT4J4T7G22XV32OI7GPAVCNFSM6AAAAABWRRPYS6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBXGIYTOOI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
______________________________________
/ Your own qualities will help prevent \
\ your advancement in the world. /
--------------------------------------
\
\ \_\_ _/_/
\ \__/
(00)\_______
(__)\ )\/\
||----w||
|| ||
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I totally agree, yet, the question is, if it's possible to do
```
crictl rmi <img-id>`
```
or equivalent command?
…On Wed, Feb 5, 2025 at 6:25 PM Andrey Smirnov ***@***.***> wrote:
There is an imagePullPolicy for that, but certainly better to use distinct
tags/digests. Removing images seems like a workaround, not a solution.
—
Reply to this email directly, view it on GitHub
<#10300 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADDOI3NEYIBRZW5DHEUEZL2OJCRTAVCNFSM6AAAAABWRRPYS6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBXGI2TCMY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
______________________________________
/ Your own qualities will help prevent \
\ your advancement in the world. /
--------------------------------------
\
\ \_\_ _/_/
\ \__/
(00)\_______
(__)\ )\/\
||----w||
|| ||
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if i want to delete one of images on one of talos nodes, how to do it?
i dont see anything that resembles "crictl rmi
thanx!
Beta Was this translation helpful? Give feedback.
All reactions