Managed Kubernetes
Latest
Frequently Asked Questions
Solutions
How Tos
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Nodes Are Experiencing Disk Pressure
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
- Nodes are experiencing disk pressure and the following events are seen in the kubelet events.
failed to garbage collectmessages can be seen in the node description trying to free up space.
Events
$ kubectl describe node <Nodename>......4m22s Warning EvictionThresholdMet node/<NODE_NAME> Attempting to reclaim ephemeral-storage 9m18s Warning FreeDiskSpaceFailed node/nodename (combined from similar events): failed to garbage collect required amount of images. Wanted to free 15477086617 bytes, but freed 0 bytes......Environment
- Platform9 Managed Kubernetes - All versions.
Cause
- When
/varor the container root directory where the containers and their dependents resides, reaches a threshold value(80% of the total in general), the kubelet records this as adisk pressureevent. - Filling up of this directory could be due to :
- Pods running on the respective node consuming unlimited storage(possibly not having ephemeral limits assigned) by writing huge log file or the data associated with it.
- Overloading container images that are not in use and thereby consuming space.
- Other system services generating logs and filling up
/var
Resolution
Addressing the possible cases as mentioned in the Cause section using the most appropriate approach will avoid filling up of the respective directory. Thus preventing disk pressure.
VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message