From d5ae4f7f421eacd8de2f7fb012ca7b1ef88e9c71 Mon Sep 17 00:00:00 2001 From: Paul Schweigert Date: Sun, 6 Apr 2025 08:10:57 -0400 Subject: [PATCH] [Doc][Bugfix] Add missing EOF in k8s deploy doc (#16025) --- docs/source/deployment/k8s.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/deployment/k8s.md b/docs/source/deployment/k8s.md index 3885956791365..9079cfa8e1b66 100644 --- a/docs/source/deployment/k8s.md +++ b/docs/source/deployment/k8s.md @@ -46,6 +46,7 @@ metadata: type: Opaque data: token: $(HF_TOKEN) +EOF ``` Next, start the vLLM server as a Kubernetes Deployment and Service: