Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Allow setting resource requests and limits for ephemeral storage #11137

Open
vanHavel opened this issue Aug 26, 2024 · 2 comments
Open

Comments

@vanHavel
Copy link

Feature Area

/area backend
/area sdk

What feature would you like to see?

Allow setting ephemeral requests and limits for resources.
This was supported in kfp v1, but is no longer available in kfp v2.

What is the use case or pain point?

Pods might get evicted, if they exceed their ephemeral storage request (which is currently always zero).
The k8s scheduler can schedule pods better, based on their ephemeral storage needs.

Is there a workaround currently?

I don't know a workaround. Please let me know, if there is one.


Love this idea? Give it a 👍.

@diankasileymane
Copy link

Dear @vanHavel, did you manage to find a workaround ? I am facing the same issue

@vanHavel
Copy link
Author

vanHavel commented Sep 4, 2024

Unfortunately not, I think the best one can do right now is to make sure every pod runs on its own node with enough disk space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants