Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
glvov-bdai committed Oct 28, 2024
1 parent abb7002 commit 4196c8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/features/ray.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/standalone/workflows/ray/launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4196c8e

Please sign in to comment.