-
Notifications
You must be signed in to change notification settings - Fork 688
docs: CLOSE ME #2516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: CLOSE ME #2516
Conversation
- Add Grove documentation for advanced scheduling capabilities - Add K8s metrics setup guide for Prometheus and Grafana - Consolidate and streamline dynamo_deploy guides - Improve Dynamo Cloud/Platform documentation clarity - Update Minikube and GKE setup guides with clearer terminology - Add multinode deployment improvements with Grove/KAI-Scheduler info
…m for consistency
Redundant Headings Fixed: - docs/architecture/architecture.md: Changed 'High level architecture and key benefits' to 'Key benefits' - docs/guides/dynamo_deploy/minikube.md: Removed redundant 'Setting Up Minikube' H2, promoted subsections - components/backends/sglang/docs/sgl-http-server.md: Demoted second H1 'Introduction' to H2 - components/backends/vllm/deepseek-r1.md: Demoted second H1 'Instructions' to H2 - docs/architecture/sla_planner.md: Changed 'Architecture' H2 to 'Design' - components/README.md: Changed 'Core Components' to 'Core Services' - components/backends/sglang/docs/multinode-examples.md: Removed redundant 'Multi-node sized models' H2 Ambiguous Quick Start Headings Fixed: - docs/architecture/sla_planner.md: Changed 'Quick Start:' to 'To deploy SLA Planner:' - components/backends/sglang/README.md: 'Quick Start' → 'SGLang Quick Start' - components/backends/trtllm/README.md: 'Quick Start' → 'TensorRT-LLM Quick Start' - components/backends/vllm/README.md: 'Quick Start' → 'vLLM Quick Start' - docs/components/router/README.md: 'Quick Start' → 'KV Router Quick Start' - docs/guides/dynamo_deploy/model_caching_with_fluid.md: 'Quick Start' → 'Pre-deployment Steps' All changes improve documentation clarity and eliminate redundancy in Sphinx breadcrumbs/TOC.
|
Caution Review failedThe pull request is closed. WalkthroughAdds a Markdown docs style rule and broad documentation edits (headings/structure). Introduces multiple backup Kubernetes/DynamoGraphDeployment manifests for SGLang, TensorRT-LLM, and vLLM (agg, disagg, router, planner variants). Adds numerous TRT-LLM engine configuration .bak files (DeepSeek R1, Llama 4 Eagle, Gemma3, GPT-OSS, multimodal). Minor doc link/file cleanups and a placeholder example. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant Client
participant Frontend
participant Router as KV Router (optional)
participant Prefill as Prefill Worker
participant Decode as Decode Worker
Client->>Frontend: HTTP request
alt Router mode enabled
Frontend->>Router: Route request (kv)
Router->>Prefill: Prefill (optional)
Router->>Decode: Decode/Generate
else Aggregated
Frontend->>Decode: Generate
end
Decode-->>Frontend: Tokens/Response
Frontend-->>Client: Stream/Response
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. 📜 Recent review detailsConfiguration used: .coderabbit.yaml 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. 📒 Files selected for processing (68)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
This PR consolidates Dynamo's Kubernetes documentation and addresses tech writer feedback to improve clarity and navigation.
📚 Documentation Consolidation
🏷️ Fixed Heading Issues (Tech Writer Feedback)
Redundant Headings:
Ambiguous Quick Start Headings:
Summary by CodeRabbit
New Features
Documentation
Chores