Hitesh Jethva Posted September 14 Share Posted September 14 I have a k8s environment, where I am running 3 masters and 7 worker nodes. Daily my pods are in evicted states due to disk pressure. I am getting the below error on my worker node. Message: The node was low on resource: ephemeral-storage. Status: Failed Reason: Evicted Message: Pod The node had condition: [DiskPressure]. But my worker node has enough resources to schedule pods. Please help me resolve this issue 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted September 14 Share Posted September 14 moved to userspace neither a tutorial nor a review 0 Quote Link to comment Share on other sites More sharing options...
Vyoma Production Posted September 14 Share Posted September 14 It seems like your Kubernetes pods are being evicted due to disk pressure, even though your worker nodes appear to have enough resources. This can happen if the system detects low ephemeral storage and enforces eviction policies. To resolve this, you might need to adjust the eviction thresholds, clear up unused storage, or optimize your pod resource requests. Here's a detailed guide to help fix eviction-related issues: Fix Pod Evict Error 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.