Skip to content

Commit

Permalink
[Doc] Fix Doc Typos (ray-project#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
slfan1989 authored Apr 4, 2024
1 parent d3b7d96 commit 9c53a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/guidance/rayservice-high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [ray-service.high-availability-locust.yaml](/ray-operator/config/samples/ray
kubectl exec -it $(kubectl get pods -o=name | grep locust-cluster-head) -- bash

# Install locust and download locust_runner.py.
# locust_runner.py helps distribute the locust workers accross the RayCluster.
# locust_runner.py helps distribute the locust workers across the RayCluster.
pip install locust && wget https://raw.githubusercontent.com/ray-project/serve_workloads/main/microbenchmarks/locust_runner.py

# Start sending requests to the RayService.
Expand All @@ -46,7 +46,7 @@ The locust cluster sends requests to the RayService, starting with a low number

```sh
watch -n 1 "kubectl get pod"
# Satge 1: Low request rate.
# Stage 1: Low request rate.
# NAME READY STATUS RESTARTS AGE
# rayservice-ha-raycluster-pfh8b-head-58xkr 2/2 Running 0 78s
# rayservice-ha-raycluster-pfh8b-worker-worker-rd22n 0/1 Init:0/1 0 9s
Expand Down Expand Up @@ -123,7 +123,7 @@ Here are the details of the rolling update:
3. After the serve service is fully updated, KubeRay removes the old RayCluster. The traffic is now fully served by the new RayCluster.

### Step 7: Examine the locust results
In your locust terminal, You will see the faile rate is 0.00%.
In your locust terminal, You will see the failed rate is 0.00%.
```sh
# fails |
|-------------|
Expand Down

0 comments on commit 9c53a72

Please sign in to comment.