Ephemeral-storage

Hello, I hope you are doing well.
I run a GitLab CI pipeline that creates some pods in our Kubernetes namespace, but I’m getting the following warning:
The node was low on resource: ephemeral-storage.
When I check the resources of my nodes, they appear healthy.
Could you please help me resolve this issue?

HI @hamza01

Are you using emptyDir as volume?
It appears the node the Pod is being scheduled on does not have enough storage available. Look at setting the requests and limits for ephermal-storage for the Pods.
Refer to this doc for more info.