@@ -102,7 +102,7 @@ extraPodSpec:
102102
103103Before using these templates, ensure you have:
104104
105- 1 . ** Dynamo Cloud Platform installed** - See [ Quickstart Guide] ( ../../../../docs/guides/dynamo_deploy /README.md )
105+ 1 . ** Dynamo Cloud Platform installed** - See [ Quickstart Guide] ( ../../../../docs/kubernetes /README.md )
1061062 . ** Kubernetes cluster with GPU support**
1071073 . ** Container registry access** for TensorRT-LLM runtime images
1081084 . ** HuggingFace token secret** (referenced as ` envFromSecret: hf-token-secret ` )
@@ -153,7 +153,7 @@ args:
153153
154154### 3. Deploy
155155
156- See the [ Create Deployment Guide] ( ../../../../docs/guides/dynamo_deploy /create_deployment.md ) to learn how to deploy the deployment file.
156+ See the [ Create Deployment Guide] ( ../../../../docs/kubernetes /create_deployment.md ) to learn how to deploy the deployment file.
157157
158158First, create a secret for the HuggingFace token.
159159``` bash
@@ -277,9 +277,9 @@ Configure the `model` name and `host` based on your deployment.
277277
278278# # Further Reading
279279
280- - **Deployment Guide**: [Creating Kubernetes Deployments](../../../../docs/guides/dynamo_deploy /create_deployment.md)
281- - **Quickstart**: [Deployment Quickstart](../../../../docs/guides/dynamo_deploy /README.md)
282- - **Platform Setup**: [Dynamo Cloud Installation](../../../../docs/guides/dynamo_deploy /installation_guide.md)
280+ - **Deployment Guide**: [Creating Kubernetes Deployments](../../../../docs/kubernetes /create_deployment.md)
281+ - **Quickstart**: [Deployment Quickstart](../../../../docs/kubernetes /README.md)
282+ - **Platform Setup**: [Dynamo Cloud Installation](../../../../docs/kubernetes /installation_guide.md)
283283- **Examples**: [Deployment Examples](../../../../docs/examples/README.md)
284284- **Architecture Docs**: [Disaggregated Serving](../../../../docs/architecture/disagg_serving.md), [KV-Aware Routing](../../../../docs/architecture/kv_cache_routing.md)
285285- **Multinode Deployment**: [Multinode Examples](../multinode/multinode-examples.md)
@@ -298,4 +298,4 @@ Common issues and solutions:
2982986. **Git LFS issues** : Ensure git-lfs is installed before building containers
2992997. **ARM deployment** : Use `--platform linux/arm64` when building on ARM machines
300300
301- For additional support, refer to the [deployment troubleshooting guide](../../../../docs/guides/dynamo_deploy /README.md).
301+ For additional support, refer to the [deployment troubleshooting guide](../../../../docs/kubernetes /README.md).
0 commit comments