docs: align Kubernetes build selector with CLI - #12729
Merged
Merged
Conversation
Signed-off-by: Anish Maddipoti <amaddipoti@nvidia.com>
Contributor
WalkthroughThe Kubernetes selector now supports hardware, backend, release channel, version, and install-form selections. It filters unsupported combinations, generates backend-specific commands, and updates recommendation metadata. Install selector descriptions and headings no longer use “local” terminology. ChangesKubernetes installation selector
Estimated code review effort: 4 (Complex) | ~35 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Comment |
Signed-off-by: Anish Maddipoti <amaddipoti@nvidia.com>
athreesh
enabled auto-merge (squash)
August 5, 2026 23:49
Signed-off-by: Anish Maddipoti <amaddipoti@nvidia.com>
Contributor
Author
|
/ok to test 851cc43 |
Contributor
hhzhang16
added a commit
that referenced
this pull request
Aug 6, 2026
dyn-3691-extract-shared-target-pid-cuda-customstorage-operation-layer * 'main' of https://github.com/ai-dynamo/dynamo: (65 commits) fix(frontend): emit SGLang stream role once (#12741) docs(fern): promote v1.3.1 to current release (#12752) fix(docs): remove duplicate unscoped community-rail CSS rules (#12615) feat(operator): migrate CRD storage to v1beta1 (#11904) fix: synchronize self-benchmark capacity across DP ranks (#12021) chore(deps): bump dynamo-tokenizers to 1.8.0 (#12707) fix(frontend): preserve split UTF-8 characters (#12688) docs: align Kubernetes build selector with CLI (#12729) fix(frontend): preserve completion backend error status (#12706) fix(operator): replace snapshot pods after GMS restart (#11286) refactor(media): rename installer module, drop --packages per review fix(media): harden installer against three pre-redesign review findings fix(media): verify installs in a fresh interpreter; teach --pip-args= form test(serve): install test-time decoders at the validated bounds feat(media): explicit installer for additional media decoders docs(spica): correct kv_load_ratio support guidance (#12714) feat(operator): add experimental grove.forceScalingGroup for single-node components (#11772) fix(vllm): declare entry-stage engine_input_source in GLM-Image NIXL config (#12709) chore: bump trtllm to v1.3.0rc23 (#12532) perf: remove trtllm postprocessing workers from the args as post processing workers are not effective in dynamo (#12592) ... Signed-off-by: Hannah Zhang <hannahz@nvidia.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.
Summary
Why
The CLI guide and Kubernetes guide were using two different selector components. The CLI selector showed the support boundary by keeping unsupported combinations visible but disabled, while the Kubernetes selector used a smaller custom image-path control. This PR makes the Kubernetes quickstart visually and conceptually match the CLI selector while preserving Kubernetes-specific commands.
Related Issues
Reviewer Start
docs/fern/components/KubernetesContainerSelector.tsxfor the selector behavior.docs/fern/pages/kubernetes/getting-started/quickstart.mdxfor how the selected variables are consumed.Validation
npx --yes fern-api@5.80.2 docs broken-linksnpx --yes fern-api@5.80.2 check --warnings— 0 errors; existing warnings only for unauthenticated redirect check and light-mode accent contrastgit diff --check origin/main...HEADhttp://localhost:3000/dynamo/dev/kubernetes/getting-started/quickstart