Ephemeral storage

Hi,

One of my jobs requires quite a bit of ephemeral storage (2,3 MB~). The K8s scheduler will halt the container because of this. To combat this I tried adding the resource directive to the step. However as mentioned here this has no effect.

The linked post doesn’t provide a fix for this either. Is there a way to request more ephemeral storage? If not, why not, is it coming in the future?

Running on K8s 1.20.5

Thanks