Skip to content

Commit

Permalink
[docs] fix typo in fault-tolerance production guide (ray-project#48554)
Browse files Browse the repository at this point in the history
Fixes a very small misstatement in the serve fault-tolerance docs guide

---------

Signed-off-by: Marwan Sarieddine <sarieddine.marwan@gmail.com>
  • Loading branch information
marwan116 authored and JP-sDEV committed Nov 14, 2024
1 parent b235d30 commit 1668e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/serve/production-guide/fault-tolerance.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,9 @@ $ python
383
```

### HTTPProxy failure
### Proxy failure

You can simulate HTTPProxy failures by manually killing deployment replicas. If you're running KubeRay, make sure to `exec` into a Ray pod before running these commands.
You can simulate Proxy failures by manually killing `ProxyActor` actors. If you're running KubeRay, make sure to `exec` into a Ray pod before running these commands.

```console
$ ray summary actors
Expand Down

0 comments on commit 1668e4f

Please sign in to comment.