Garbage collection not working in EKS 1.23

0

Garbage collection fails to free up disk space on worker nodes. I can see the below message from events.

kubelet failed to garbage collect the required amount of images. Wanted to free 5577161113 bytes, but freed 0 bytes

EKS cluster version 1.23

rohit
preguntada hace un año531 visualizaciones
1 Respuesta
-1

Please run df -h /var/lib/docker from your node against a worker node that uses EKS optimized AMI. Mostly volume mount on docker has less storage.In order to do that, you could run the following commands to mount to a different volume :

+++++++++ systemctl stop docker mount /dev/xvdf1 /var/lib/docker systemctl start docker +++++++++

AWS
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas