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 ...@@ -132,10 +132,12 @@ For Kubernetes deployment, YAML manifests are provided in the `deploy/` director
#### Deploy to Kubernetes #### Deploy to Kubernetes
Example with disagg: Example with disagg:
Export the NAMESPACE you used in your Dynamo Cloud Installation.
```bash ```bash
cd ~/dynamo/components/backends/vllm/deploy cd dynamo
kubectl apply -f disagg.yaml cd components/backends/vllm/deploy
kubectl apply -f disagg.yaml -n $NAMESPACE
``` ```
To change `DYN_LOG` level, edit the yaml file by adding 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