-
2 of my nodes currently are running a tad low on disk space. Is there a way I can delete old container images off them? I've had a look in the Docs but I cant seem to find how this is handled (besides resetting the node)? If I do $ talosctl images list -n $NODE, there are loads there I don't use anymore but there is no remove/delete action? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
smira
Sep 6, 2024
Replies: 1 comment
-
These images should be automatically cleaned up by the kubelet on disk pressure, please check kubelet logs and settings (if you modified any defaults). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ajalewis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These images should be automatically cleaned up by the kubelet on disk pressure, please check kubelet logs and settings (if you modified any defaults).