chore: Reduce Texera k8 Resources for Development#4165
Open
Ma77Ball wants to merge 8 commits intoapache:mainfrom
Open
chore: Reduce Texera k8 Resources for Development#4165Ma77Ball wants to merge 8 commits intoapache:mainfrom
Ma77Ball wants to merge 8 commits intoapache:mainfrom
Conversation
Contributor
|
@SarahAsad23 Please test this PR on your Mac and leave review comments, if any. |
Contributor
Author
1593dc9 to
c55ad0f
Compare
Contributor
Author
Contributor
Author
|
The workflow runs now. There was an error calling GitHub Actions (not sure why, but it is unrelated to this pr). I will merge soon after merging main into this branch. |
Contributor
Author
|
@aicam I fixed all the issues please merge |
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.
What changes were proposed in this PR?
Added Kubernetes resource requests and limits for all Texera microservices and dependencies in
values-development.yamlto support running Texera on resource-constrained hardware (e.g., local k3s clusters, Minikube, or small cloud VMs).Specifically:
1to0.25and memory from1Gito256Mi, with explicit limits.256Mi.10mCPU,256Mimemory) and limits (1000mCPU,256Mi–1Gimemory depending on service).This prevents pods from consuming unbounded resources and starving other services on a shared node, and enables Texera to run on machines with as little as ~8GB RAM.
Any related issues, documentation, discussions?
closes #4291
How was this PR tested?
Helm chart deployed and verified all pods start successfully with the new resource constraints.
Was this PR authored or co-authored using generative AI tooling?
No