Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Update deploy-on-gke.md #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/kuberay/deploy-on-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ kubectl get nodes "-o=custom-columns=NAME:.metadata.name,GPU:.status.allocatable
## Step 5: Install the KubeRay operator

```sh
# Install both CRDs and KubeRay operator v0.6.0.
# Update helm repo
helm repo add kuberay https://ray-project.github.io/kuberay-helm/
helm repo update
# Install both CRDs and KubeRay operator v0.6.0.
helm install kuberay-operator kuberay/kuberay-operator

# It should be scheduled on the CPU node. If it is not, something is wrong.
```
Expand Down Expand Up @@ -243,4 +245,4 @@ helm uninstall kuberay-operator
gcloud container clusters delete rayllm-gpu-cluster
```

See the [GKE documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/deleting-a-cluster) for more details on deleting a GKE cluster.
See the [GKE documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/deleting-a-cluster) for more details on deleting a GKE cluster.