From 712c6758c68b228c3b0e8ecb4ce7d53db38ea3e4 Mon Sep 17 00:00:00 2001 From: Yuan Tang Date: Wed, 9 Apr 2025 18:43:43 -0400 Subject: [PATCH] docs: Avoid bash script syntax highlighting for dark mode (#1918) See https://github.com/meta-llama/llama-stack/pull/1913#issuecomment-2790153778 Signed-off-by: Yuan Tang --- .../distributions/kubernetes_deployment.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/source/distributions/kubernetes_deployment.md b/docs/source/distributions/kubernetes_deployment.md index 8ff3f0408..2daf9d785 100644 --- a/docs/source/distributions/kubernetes_deployment.md +++ b/docs/source/distributions/kubernetes_deployment.md @@ -7,13 +7,13 @@ In this guide, we'll use a local [Kind](https://kind.sigs.k8s.io/) cluster and a First, create a local Kubernetes cluster via Kind: -```bash +``` kind create cluster --image kindest/node:v1.32.0 --name llama-stack-test ``` First, create a Kubernetes PVC and Secret for downloading and storing Hugging Face model: -```bash +``` cat </tmp/test-vllm-llama-stack/Containerfile.llama-stack-run-k8s <