Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Discussion options

Hi I'm hosting an ARC controller + some auto scaling runner set in EKS.
We recently found that, in the runners there are resources requests+limits for ephemeral storage applied

image: docker:dind
          name: dind
          resources:
            limits:
              ephemeral-storage: 50Gi
            requests:
              ephemeral-storage: 20Gi

While I can't find the specification anywhere in the helm-chart.
Can anyone help me understand where are the limits added and how to tune it?
Thanks!

You must be logged in to vote

Replies: 1 comment

Comment options

@zongsizhang did you find out where those limits are set? I'm running into issue with a similar setup as your (ARC + EKS) where the pods are being evicted due to DiskPressure on the ephemeral-storage. My pod template doesn't set any limits/requests but it looks like there's some limit set. More storage was already added to the node without luck and pods keep being evicted. How did you get the limits/requests output you pasted above?

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.