What to Do When Your Kubernetes Node Shows "The node was low on resource: ephemeral-storage"

kubernetes
2021-01-15 23:38 (3 years ago) ytyng

In this case, it is a storage shortage.

The 85% figure is the default value for Kubernetes' image-gc-high-threshold. When storage usage exceeds this, image garbage collection starts.

However, because the cause of the storage bloat was not directly related to Kubernetes, it could not be handled and resulted in issues.

This time, there was leftover junk from Docker containers, so I removed it using docker prune.

docker container prune

Or

docker system prune

Current rating: 5

Comments

Archive

2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011