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 <