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.