-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
area/devopsNeeds devops code changesNeeds devops code changes
Description
Issue description
Description:
Pods can get evicted even if the node has sufficient total disk (e.g., 120G) because Kubernetes schedules pods based on allocatable resources. If ephemeral-storage requests/limits are not set, kubelet may evict pods under pressure.
Affected files:
resourcessection: deployment.yaml#L181volumesection (emptyDir): deployment.yaml#L314
Recommended actions to prevent future eviction:
- Add ephemeral-storage requests/limits to the Deployment.
- Limit
emptyDirsizes or move DIND volumes to a PVC. - Monitor ephemeral-storage usage on nodes.
This will reduce unexpected pod evictions and improve cluster stability.
Metadata
Metadata
Assignees
Labels
area/devopsNeeds devops code changesNeeds devops code changes