Increase resources, k8s setting to handle overwhelming request - #7948
Conversation
| port: http | ||
| periodSeconds: 1 | ||
| resources: | ||
| reqeusts: |
There was a problem hiding this comment.
| reqeusts: | |
| requests: |
popojk
left a comment
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!
|
Are you running the benchmark on devbox? |
Yes, I ran the benchmark in devbox to validate the result of #7757 |
Thanks for review, I will update it and validate it later. |
Signed-off-by: Yuteng Chen <a08h0283@gmail.com>
|
Hi @popojk, thanks for review. The flyte-binary and RustFS resource issues are sparked by my Mac’s limited resources when running lots of task actions. |
Signed-off-by: Yuteng Chen <a08h0283@gmail.com>
7dace49 to
9467ae5
Compare

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