Skip to content

fix(nvca): backport pylon upstream health path to 3.2 - #1069

Open
Max-NV wants to merge 1 commit into
release-src/compute-plane-services/nvca/v3.2from
mxing/backport/icms-upstream-health-path-v3.2
Open

fix(nvca): backport pylon upstream health path to 3.2#1069
Max-NV wants to merge 1 commit into
release-src/compute-plane-services/nvca/v3.2from
mxing/backport/icms-upstream-health-path-v3.2

Conversation

@Max-NV

@Max-NV Max-NV commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Backports the icms-translate half of #907 to the 3.2 release branch.

Pylon probes /health then /v1/health/ready and exits when neither answers. icms-translate already receives the function health URI as INFERENCE_HEALTH_ENDPOINT but never forwarded it, so an engine serving only a custom health path crash-loops next to a healthy inference container. newLLMRouterClientContainer now passes it as --upstream-health-path, skipping the gRPC and divergent-health-port cases where pylon cannot use it.

Only the translate change is picked; the pylon crates from #907 are not part of NVCA. The vendored copy under src/compute-plane-services/nvca/vendor is updated in step with the source copy.

Rollout

--upstream-health-path requires pylon >= 0.10.0, which rejects unknown arguments. Staging is on 0.10.0. Any cluster still resolving the llmRouterClientImageDefault fallback (stargate-client:0.4.0) or another pre-0.10.0 pylon will fail LLM worker startup with unexpected argument, so confirm 3.2 consumers pin a current pylon before merging.

For QA

go test ./pkg/icms-translate/... passes, go build ./... passes for nvca. Cherry-pick applied without conflicts. The four backported subtests cover the declared endpoint, a divergent health port, gRPC protocol, and an absent endpoint.

Pylon probes /health and /v1/health/ready and exits when neither answers,
so an engine that serves only a custom health path crash-loops next to a
healthy inference container. icms-translate already receives the function
health URI as INFERENCE_HEALTH_ENDPOINT but never passed it down.

Cherry-picks the icms-translate half of #907 onto 3.2. Pylon already ships
the matching --upstream-health-path flag as of 0.10.0.

Signed-off-by: Max Xing <mxing@nvidia.com>
@Max-NV
Max-NV requested review from a team as code owners August 21, 2026 20:04
@Max-NV
Max-NV requested a review from vrv3814 August 21, 2026 20:04
@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

🗂️ Base branches to auto review (1)
  • main

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: fced22fb-cbd5-4f23-a1a6-984ada8fa53d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant