Increase resources, k8s setting to handle overwhelming request - #7948
Open
0yukali0 wants to merge 1 commit into
Open
Increase resources, k8s setting to handle overwhelming request#79480yukali0 wants to merge 1 commit into
0yukali0 wants to merge 1 commit into
Conversation
Signed-off-by: Yuteng Chen <a08h0283@gmail.com>
0yukali0
marked this pull request as ready for review
September 2, 2026 22:27
popojk
reviewed
Sep 4, 2026
| port: http | ||
| periodSeconds: 1 | ||
| resources: | ||
| reqeusts: |
Contributor
There was a problem hiding this comment.
Suggested change
| reqeusts: | |
| requests: |
popojk
reviewed
Sep 4, 2026
popojk
left a comment
Contributor
There was a problem hiding this comment.
It seems to be be a typo in values.yaml, making the resources settings not valid in actual deployment. Could you please:
- Fix the typo and test it again
- Run
make devbox-buildto generate new manifest files underdocker/devbox-bundled/manifests
Thanks!
Contributor
|
Are you running the benchmark on devbox? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tracking issue
Close #7939
Why are the changes needed?
flyte-benchmark triggers overloading problem of k8s API server, OOM of rustfs and flute-binary.
What changes were proposed in this pull request?
Set default reserved resources for flyte and rustfs.
How was this patch tested?
Running experiment with parameters with -k 10 -n 2000 to trigger the issue.
I recommended that environment 20core and 28G to run the benchmark with parameters
-k 25 -n 2000in devbox.Labels
Setup process
My environments includes 9 core, 26G memory and 100G disk. (Colima instance)
# git clone flyte make devbox-build make devbox-runScreenshots
Check all the applicable boxes
Related PRs
Related #7757
Stack
If you do use
git townto manage PR Stacks, the stack relevant to this PRwill show below. Otherwise, you can ignore this section.
Docs link