From 8dc9744c84a28e4c33c1506f0375b0999e19ad2f Mon Sep 17 00:00:00 2001 From: Adil Hafeez Date: Mon, 16 Mar 2026 11:13:37 -0700 Subject: [PATCH] cross-reference deployment.rst from llm_router.rst k8s section --- docs/source/guides/llm_router.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/guides/llm_router.rst b/docs/source/guides/llm_router.rst index a7f297d2..2fceb112 100644 --- a/docs/source/guides/llm_router.rst +++ b/docs/source/guides/llm_router.rst @@ -372,7 +372,8 @@ Key things to know before deploying: ``subPath`` in the Deployment — omitting ``subPath`` causes Kubernetes to mount a directory instead of a file. -For full step-by-step commands, see the +For the canonical Plano Kubernetes deployment (ConfigMap, Secrets, Deployment YAML), see +:ref:`deployment`. For full step-by-step commands specific to this demo, see the `demo README `_.