Skip to content

Add ephemeral-storage example in resources.requests and resources.limits

Elif Munn requested to merge emunn-ephemeral-storage-resources into main

What does this MR do?

In default values.yaml, we have resources.requests and resources.limits showing cpu and memory. This MR is to add ephemeral-storage example into it so customers know how to set it.

Why was this MR needed?

We got a support ticket - internal only where the runner pod was evicted due to ephemeral-storage request being 0 for the gitlab-runner container. The customer could not tell how to set this for the gitlab-runner container by looking at the default values.yaml. Just like cpu and memory, we should show a sample request and limit for ephemeral-storage under resources.requests and resources.limits.

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Elif Munn

Merge request reports