From 44f5be04caf97c5674665c1b544248fc7534ef34 Mon Sep 17 00:00:00 2001 From: Gekho457 <62982571+Gekho457@users.noreply.github.com> Date: Mon, 14 Dec 2020 17:30:43 -0800 Subject: [PATCH] [autoscaler][k8s][doc][minor] Fix typo in k8s doc. (#12865) --- doc/source/cluster/k8s-operator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cluster/k8s-operator.rst b/doc/source/cluster/k8s-operator.rst index e26d3fd2a..20caee5bb 100644 --- a/doc/source/cluster/k8s-operator.rst +++ b/doc/source/cluster/k8s-operator.rst @@ -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 --cpu=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``.