From 47cbb0850dae99b7e520980a7b6bcf28a3ded023 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Thu, 29 Feb 2024 14:49:57 -0800 Subject: [PATCH] Update deploy-on-eks.md Signed-off-by: Liang-Chi Hsieh --- docs/kuberay/deploy-on-eks.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/kuberay/deploy-on-eks.md b/docs/kuberay/deploy-on-eks.md index 6a0bfec1..f13c167b 100644 --- a/docs/kuberay/deploy-on-eks.md +++ b/docs/kuberay/deploy-on-eks.md @@ -262,8 +262,8 @@ It's important to note that the `model` argument refers to the path of the LLM m ```sh # Step 2.1: Port forward the Kubernetes Serve service. # Note that the service will be created only when all Serve applications are ready. -kubectl get svc # Check if `aviary-serve-svc` is created. -kubectl port-forward service/aviary-serve-svc 8000:8000 +kubectl get svc # Check if `rayllm-serve-svc` is created. +kubectl port-forward service/rayllm-serve-svc 8000:8000 # Step 2.2: Check that the models have started running using `serve status` serve status @@ -339,4 +339,4 @@ kubectl delete -f ray-service.rayllm-eks.yaml helm uninstall kuberay-operator # Delete the Amazon EKS cluster via AWS Web UI -``` \ No newline at end of file +```