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

[Docs] Default container limits not documented #6377

Open
2 tasks done
Mathis-Z opened this issue Mar 26, 2025 · 2 comments
Open
2 tasks done

[Docs] Default container limits not documented #6377

Mathis-Z opened this issue Mar 26, 2025 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Mathis-Z
Copy link

Description

I setup Flyte on minikube and was wondering why my hello-world container took over a minute to run. I found this thread explaining the issue: https://discuss.flyte.org/t/9458852/hey-there-we-are-noting-some-relatively-high-latency-for-sim
Essentially, Flyte will set a default cpu request and limit of 0.1 so the container is throttled by default. I think this is unexpected behavior (I would expect no default limit and a reasonable minimum request) and should be documented or maybe even changed in the code.

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@Mathis-Z Mathis-Z added documentation Improvements or additions to documentation untriaged This issues has not yet been looked at by the Maintainers labels Mar 26, 2025
Copy link

welcome bot commented Mar 26, 2025

Thank you for opening your first issue here! 🛠

Copy link

runllm bot commented Mar 26, 2025

Flyte sets default resource requests and limits for tasks, which can lead to throttling if not adjusted. By default, Flyte may set a low CPU request and limit, such as 0.1, which can cause high latency in task execution, especially in environments like minikube where resources are limited. This behavior is not explicitly documented, leading to unexpected performance issues for users.

Would you like more details on how to adjust these defaults or further information on Flyte's resource management?

Sources:


This is an AI-generated response and your feedback is appreciated! Please leave a 👍 if this is helpful and 👎 if it is not.

Mention @RunLLM to ask follow-up questions. See runllm.com for more!

@davidmirror-ops davidmirror-ops self-assigned this Mar 27, 2025
@eapolinario eapolinario removed the untriaged This issues has not yet been looked at by the Maintainers label Mar 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

3 participants