Cleaning up /tmp/drone/* in Kubernetes nodes?

Hi, I have just been using drone quite recently. My current setup is Drone on Kubernetes (installed through Helm). I’m currently running drone version 1.1.0.

In the past few days, I noticed that my pods were getting evicted almost all the time. After going through some research, I noticed the issue was /tmp/drone/ folder on Kubernetes nodes.

What is the best practice to clean this folder so the rest of the pods aren’t affected?

Thanks.

This was fixed a few weeks ago and is available in 1.2.0 and higher

1 Like

Awesome! Thank you, @bradrydzewski