bored-whale-38505
03/24/2025, 10:38 AMWarning FreeDiskSpaceFailed 58m kubelet Failed to garbage collect required amount of images. Attempted to free 6681749913 bytes, but only found 0 bytes eligible to free. Warning ImageGCFailed 58m kubelet Failed to garbage collect required amount of images. Attempted to free 6681749913 bytes, but only found 0 bytes eligible to free. Warning FreeDiskSpaceFailed 53m kubelet Failed to garbage collect required amount of images. Attempted to free 8402172313 bytes, but only found 301463 bytes eligible to free. ...
The errors repeat periodically with varying byte counts, and eventually, the node status sometimes reports NodeHasNoDiskPressure before the errors recur.
kubelet configuration :
"evictionHard": {
"imagefs.available": "5%",
"nodefs.available": "5%"
},
"evictionPressureTransitionPeriod": "5m0s",
"evictionMinimumReclaim": {
"imagefs.available": "10%",
"nodefs.available": "10%"
},
Queries :
What might be causing k3s to fail at garbage collecting images even though there appears to be ample disk space?
Are there specific k3s configuration options or known issues that could lead to these DiskPressure warnings?
How can I further diagnose or resolve this issue in my k3s single-node environment?creamy-pencil-82913
03/24/2025, 5:39 PMbored-whale-38505
03/25/2025, 7:24 AMcreamy-pencil-82913
03/25/2025, 5:00 PMgorgeous-businessperson-63798
03/26/2025, 2:59 AMbored-whale-38505
03/26/2025, 12:39 PMcreamy-pencil-82913
03/26/2025, 3:18 PM