Skip to content

Commit 7b2be42

Browse files
committed
fix(examples): require selector image override
Signed-off-by: Kay Yan <kay.yan@daocloud.io>
1 parent 8653dba commit 7b2be42

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

examples/runtime-free-router/sglang/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ kubectl create secret generic hf-token-secret \
4141
-n "${NAMESPACE}"
4242
```
4343

44+
Before applying, replace the `my-registry/dynamo-select-service:my-tag`
45+
placeholder in `kustomization.yaml` with a Dynamo image that includes
46+
`python -m dynamo.select_service`.
47+
4448
Apply the manifests and wait for the Pods:
4549

4650
```bash

examples/runtime-free-router/sglang/kustomization.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ resources:
88
- sglang-worker.yaml
99
images:
1010
- name: dynamo-image
11-
newName: nvcr.io/nvidia/ai-dynamo/dynamo-frontend
12-
newTag: 1.3.0-dev.1
11+
# Replace with a Dynamo image built with the select-service feature.
12+
newName: my-registry/dynamo-select-service
13+
newTag: my-tag
1314
- name: sglang-image
1415
newName: lmsysorg/sglang
1516
newTag: v0.5.12.post1

0 commit comments

Comments
 (0)