Remove unused container images on GKE node
Posted on December 6, 2023
It’s impossible to change the garbage collection config on Google Kubernetes Nodes (HighThresholdPercent and LowThresholdPercent). The default values are around 80% of disk usage.
If you want to clean them anyway, run the following command via SSH:
$ crictl rmi --prune