Skip to content

Commit ff92053

Browse files
authored
docs: add NAMESPACE (#2105)
1 parent 3094278 commit ff92053

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

components/backends/vllm/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,12 @@ For Kubernetes deployment, YAML manifests are provided in the `deploy/` director
132132
#### Deploy to Kubernetes
133133

134134
Example with disagg:
135+
Export the NAMESPACE you used in your Dynamo Cloud Installation.
135136

136137
```bash
137-
cd ~/dynamo/components/backends/vllm/deploy
138-
kubectl apply -f disagg.yaml
138+
cd dynamo
139+
cd components/backends/vllm/deploy
140+
kubectl apply -f disagg.yaml -n $NAMESPACE
139141
```
140142

141143
To change `DYN_LOG` level, edit the yaml file by adding

0 commit comments

Comments
 (0)