-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
docs-agentdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Context
Slack thread: https://slack.com/archives/C034XCYJPSN/p1770701104014179
Problem
Users setting up resources for the Kubernetes operator and Helm chart deployments lack guidance on CPU/memory requests and limits. The current guidance is suboptimal and does not recommend setting requests equal to limits, which can lead to inconsistent scheduling and resource contention.
Suggested Fix
- Add a dedicated section in the k8s operator resource setup and Helm chart deployment docs that explicitly recommends setting
requests = limitsfor both CPU and memory. - Provide a short rationale for why requests should equal limits in this context.
- Include a concise configuration example showing the recommended values for both CPU and memory.
- Ensure the recommendation appears in any resource-related tables or defaults documentation for these deployment paths.
Existing Documentation
No existing documentation pages were found for this topic.
Codebase References
No related PRs or source files were found.
Reactions are currently unavailable
Metadata
Metadata
Labels
docs-agentdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request