-
Notifications
You must be signed in to change notification settings - Fork 751
fix: add curl and jq for health checks #2203 #2209
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
Conversation
Co-authored-by: Dmitry Tokarev <[email protected]>
|
Caution Review failedFailed to post review comments. Configuration used: .coderabbit.yaml 📒 Files selected for processing (11)
🧰 Additional context used🧠 Learnings (7)components/backends/trtllm/README.md (1)Learnt from: dmitry-tokarev-nv container/Dockerfile.vllm (1)Learnt from: grahamking components/backends/vllm/README.md (1)Learnt from: dmitry-tokarev-nv components/backends/sglang/README.md (1)Learnt from: dmitry-tokarev-nv container/Dockerfile.sglang (1)Learnt from: grahamking examples/README.md (1)Learnt from: PeaBrane README.md (2)Learnt from: dmitry-tokarev-nv Learnt from: biswapanda 🧬 Code Graph Analysis (1)components/backends/vllm/src/dynamo/vllm/args.py (1)
🔇 Additional comments (12)
WalkthroughThis update reorganizes and enhances documentation for framework support and installation instructions, particularly for SGLang. It introduces a new modular port allocation system for the vLLM backend, centralizing port management and ETCD coordination in a dedicated module. Dockerfiles are updated to install additional utilities and adjust package installation steps. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CLI
participant Config
participant PortsModule
participant ETCD
User->>CLI: Launch vLLM backend with port range args
CLI->>Config: Parse --dynamo-port-min/max
Config->>PortsModule: Request port(s) allocation (with range)
PortsModule->>PortsModule: Check port availability & hold ports
PortsModule->>ETCD: Reserve port(s) with metadata
ETCD-->>PortsModule: Acknowledge reservation
PortsModule-->>Config: Return allocated port(s)
Config->>CLI: Complete backend startup with assigned ports
Estimated code review effort🎯 4 (Complex) | ⏱️ ~40 minutes Possibly related PRs
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 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. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Overview:
fix: add curl and jq for health checks #2203
Cherry-pick : #2203
https://nvbugspro.nvidia.com/bug/5425651
closes:
Details:
Where should the reviewer start?
Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)
Summary by CodeRabbit
Documentation
New Features
Refactor
Chores