diff --git a/docs/source/features/ray.rst b/docs/source/features/ray.rst index 023f6469b6..542f9621bb 100644 --- a/docs/source/features/ray.rst +++ b/docs/source/features/ray.rst @@ -242,10 +242,10 @@ KubeRay Specific # If using a manually managed cluster (not Autopilot or the like) # verify that there are node pools kubectl get nodes - # Check that the ray operator is installed on the cluster + # Check that the ray operator is installed on the cluster # should list rayclusters.ray.io , rayjobs.ray.io , and rayservices.ray.io kubectl get crds | grep ray - # Check that the NVIDIA Driver Operator is installed on the cluster + # Check that the NVIDIA Driver Operator is installed on the cluster # should list clusterpolicies.nvidia.com kubectl get crds | grep nvidia diff --git a/source/standalone/workflows/ray/launch.py b/source/standalone/workflows/ray/launch.py index ed040b9549..d3e3698689 100644 --- a/source/standalone/workflows/ray/launch.py +++ b/source/standalone/workflows/ray/launch.py @@ -15,7 +15,7 @@ """This script helps create one or more KubeRay clusters. This script assumes that there is an existing secret that provides credentials -to access cloud storage. This secret could be created with +to access cloud storage. This secret could be created with .. code-block:: bash gcloud auth login # https://cloud.google.com/sdk/docs/install