Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
ff920537
Unverified
Commit
ff920537
authored
Jul 24, 2025
by
atchernych
Committed by
GitHub
Jul 25, 2025
Browse files
docs: add NAMESPACE (#2105)
parent
30942780
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
components/backends/vllm/README.md
components/backends/vllm/README.md
+4
-2
No files found.
components/backends/vllm/README.md
View file @
ff920537
...
...
@@ -132,10 +132,12 @@ For Kubernetes deployment, YAML manifests are provided in the `deploy/` director
#### Deploy to Kubernetes
Example with disagg:
Export the NAMESPACE you used in your Dynamo Cloud Installation.
```
bash
cd
~/dynamo/components/backends/vllm/deploy
kubectl apply
-f
disagg.yaml
cd
dynamo
cd
components/backends/vllm/deploy
kubectl apply
-f
disagg.yaml
-n
$NAMESPACE
```
To change
`DYN_LOG`
level, edit the yaml file by adding
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment