Created
May 10, 2023 12:22
-
-
Save ghostzero/58c9fa9f25febbd32876933d1dd95675 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubernetes nodes automatically perform image garbage collection. You can find documentation on the default thresholds here: | |
| https://kubernetes.io/docs/concepts/cluster-administration/kubelet-garbage-collection/#user-configuration | |
| If for some reason you want to muck about with this manually, you can try: | |
| sudo k3s crictl images to see what images have been pulled locally | |
| sudo k3s crictl rmi --prune to delete any images no currently used by a running container |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment