From 3435c25f8f2baaa1be171c6ae8dd40056dffed2a Mon Sep 17 00:00:00 2001 From: mohitjain2504 <87856435+mohitjain2504@users.noreply.github.com> Date: Sat, 16 Nov 2024 03:54:34 +0530 Subject: [PATCH] Update kubernetes.md (#48082) ## Why are these changes needed? Fixed typo ## Related issue number ## Checks - [ ] I've signed off every commit(by using the -s flag, i.e., `git commit -s`) in this PR. - [ ] I've run `scripts/format.sh` to lint the changes in this PR. - [ ] I've included any doc changes needed for https://docs.ray.io/en/master/. - [ ] I've added any new APIs to the API Reference. For example, if I added a method in Tune, I've added it in `doc/source/tune/api/` under the corresponding `.rst` file. - [ ] I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/ - Testing Strategy - [ ] Unit tests - [ ] Release tests - [ ] This PR is not tested :( --------- Signed-off-by: mohitjain2504 <87856435+mohitjain2504@users.noreply.github.com> Signed-off-by: Richard Liaw Co-authored-by: Richard Liaw Co-authored-by: Gene Der Su --- doc/source/serve/production-guide/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/serve/production-guide/kubernetes.md b/doc/source/serve/production-guide/kubernetes.md index f8b55a1f116f..eab728781a77 100644 --- a/doc/source/serve/production-guide/kubernetes.md +++ b/doc/source/serve/production-guide/kubernetes.md @@ -72,7 +72,7 @@ rayservice-sample 7s $ kubectl get pods NAME READY STATUS RESTARTS AGE -ervice-sample-raycluster-454c4-worker-small-group-b6mmg 1/1 Running 0 XXs +service-sample-raycluster-454c4-worker-small-group-b6mmg 1/1 Running 0 XXs kuberay-operator-7fbdbf8c89-4lrnr 1/1 Running 0 XXs rayservice-sample-raycluster-454c4-head-krk9d 1/1 Running 0 XXs