Unverified Commit ff920537 authored by atchernych's avatar atchernych Committed by GitHub
Browse files

docs: add NAMESPACE (#2105)

parent 30942780
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment