mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[docs][autoscaler][k8s][minor] quotes #12866
This commit is contained in:
parent
44f5be04ca
commit
8cebe5cbe9
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ The rest of this document explains step-by-step how to use the Ray Kubernetes Op
|
|||
.. note::
|
||||
The example commands in this document launch six Kubernetes pods, using a total of 6 CPU and 3.5Gi memory.
|
||||
If you are experimenting using a test Kubernetes environment such as `minikube`_, make sure to provision sufficient resources, e.g.
|
||||
:bash:`minikube start --cpus=6 --memory="4G"`.
|
||||
:bash:`minikube start --cpus=6 --memory=\"4G\"`.
|
||||
Alternatively, reduce resource usage by editing the ``yaml`` files referenced in this document; for example, reduce ``minWorkers``
|
||||
in ``example_cluster.yaml`` and ``example_cluster2.yaml``.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue