Skip to content

Commit

Permalink
[Bug][Doc] fix the link error of operator document (ray-project#1046)
Browse files Browse the repository at this point in the history
fix the link error of operator document
  • Loading branch information
xubo245 authored Apr 26, 2023
1 parent 22451b9 commit d908e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ray-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Sample | Description
[ray-cluster.complete.yaml](config/samples/ray-cluster.complete.yaml) | Shows all available custom resource properties.
[ray-cluster.autoscaler.yaml](config/samples/ray-cluster.autoscaler.yaml) | Shows all available custom resource properties and demonstrates autoscaling.
[ray-cluster.complete.large.yaml](config/samples/ray-cluster.complete.large.yaml) | Demonstrates resource configuration for production use-cases.
[ray-cluster.autoscaler.large.yaml](config/samples/ray-cluster.autoscaler.yaml) | Demonstrates resource configuration for autoscaling Ray clusters in production.
[ray-cluster.autoscaler.large.yaml](config/samples/ray-cluster.autoscaler.large.yaml) | Demonstrates resource configuration for autoscaling Ray clusters in production.

!!! note

Expand All @@ -82,7 +82,7 @@ Sample | Description
running in production. Always set limits for memory and CPU. When possible, set requests equal to limits.
See the [Ray documentation](https://docs.ray.io/en/latest/cluster/kubernetes/user-guides/config.html#resources) for further guidance.
See [ray-cluster.complete.large.yaml](config/samples/ray-cluster.complete.large.yaml) and
[ray-cluster.autoscaler.large.yaml](config/samples/ray-cluster.autoscaler.yaml) for examples of RayCluster
[ray-cluster.autoscaler.large.yaml](config/samples/ray-cluster.autoscaler.large.yaml) for examples of RayCluster
resource configurations suitable for production.
The rest of the sample configs above are meant only for experimentation in local kind or minikube environments.

Expand Down

0 comments on commit d908e84

Please sign in to comment.