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
질문됨 일 년 전531회 조회
1개 답변
-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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠