Add auto MNNVL user guide documentation#437
Merged
Merged
Conversation
Add a user-facing guide for the auto MNNVL feature under docs/user-guide/. Covers enabling the feature via Helm, prerequisites and constraints, how ComputeDomains are created per PCS replica, opting out via annotation, scaling behavior, observability, and configuration reference with examples.
- Rename "Constraints" section to "Limitations" - Reword "One IMEX channel per node" bullet for technical clarity - Reword "PCS-level granularity" bullet for clarity - Move Limitations section to just before Examples Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
danbar2
previously approved these changes
Mar 18, 2026
shayasoolin
previously approved these changes
Mar 23, 2026
- Add link to NVIDIA DRA driver installation guide in prerequisites - Remove repetitive Configuration Reference table - Remove redundant Examples section - Promote Limitations to a top-level section Made-with: Cursor
shayasoolin
approved these changes
Mar 23, 2026
danbar2
approved these changes
Mar 23, 2026
enoodle
pushed a commit
to enoodle/grove
that referenced
this pull request
Mar 24, 2026
* Add auto MNNVL user guide documentation Add a user-facing guide for the auto MNNVL feature under docs/user-guide/. Covers enabling the feature via Helm, prerequisites and constraints, how ComputeDomains are created per PCS replica, opting out via annotation, scaling behavior, observability, and configuration reference with examples. * docs: apply review suggestions from PR ai-dynamo#437 - Rename "Constraints" section to "Limitations" - Reword "One IMEX channel per node" bullet for technical clarity - Reword "PCS-level granularity" bullet for clarity - Move Limitations section to just before Examples Signed-off-by: Erez Freiberger <enoodle@gmail.com>
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 type of PR is this?
/kind documentation
What this PR does / why we need it:
Add a user-facing guide for the auto MNNVL feature under docs/user-guide/. Covers enabling the feature via Helm, prerequisites and constraints, how ComputeDomains are created per PCS replica, opting out via annotation, scaling behavior, observability, and configuration reference with examples.
Which issue(s) this PR fixes:
Refs #270