[docs] add minimum requirements for cluster configuration to helm guide#5802
Merged
anandbraman merged 1 commit intomainfrom Mar 12, 2026
Conversation
4e1f15d to
8f50310
Compare
8f50310 to
3d62e59
Compare
mythical-fred
approved these changes
Mar 11, 2026
mythical-fred
left a comment
There was a problem hiding this comment.
LGTM. One nit: the link (operations/guide/#expand-existing-pipeline-storage) is a relative path while the memory link above uses an absolute path (/operations/memory). Worth making it /operations/guide/#expand-existing-pipeline-storage for consistency and to ensure it resolves correctly from any page.
| ### Kubernetes Cluster Configuration | ||
|
|
||
| #### Node Sizing | ||
| Nodes with 32-48 CPUs and at least 32 GiB of RAM are the recommended default node size. RAM requirements differ based on usage. For additional guidance on memory, refer to the [memory usage](/operations/memory) documentation. |
Contributor
There was a problem hiding this comment.
Clarify that these resources will be used across both the control plane and the pipelines.
Contributor
Author
There was a problem hiding this comment.
Seems like a good opportunity to point out that you could use different nodes among the pipelines and the control plane with node selectors.
3d62e59 to
64d5ddf
Compare
lalithsuresh
approved these changes
Mar 11, 2026
64d5ddf to
d804ba3
Compare
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.
Describe Manual Test Plan
Checklist
Breaking Changes?
Mark if you think the answer is yes for any of these components:
Describe Incompatible Changes