Skip to content

Commit f148234

Browse files
committed
Added info on README for Ray
1 parent cef3d09 commit f148234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker/runner/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
In a ray or distributed computing cluster, the terms "head node" and "worker nodes" refer to different roles that containers play in the cluster. The head node is the master node in a Ray cluster. You typically have one head node. Worker nodes are the containers that execute the jobs, in parallel. You can have as many worker nodes as you want.
33

44
-----------------------------------------------------------
5-
To install KubeRay:
5+
## Installing Kuberay:
66
curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
77
helm repo add kuberay https://ray-project.github.io/kuberay-helm/
88
helm repo update
@@ -25,10 +25,10 @@ Use to forward the needed port to the ray service: kubectl port-forward svc/<clu
2525
This is the port that will be used inside ray_jobs.py, where we submit the jobs to ray.
2626

2727

28-
2928
-----------------------------------------------------
30-
# Useful commands
29+
## Useful commands
3130
kubectl apply -f ray-cluster.yaml
3231
kubectl delete -f ray-cluster.yaml
3332
helm install kuberay-operator ray/kuberay-operator
34-
helm uninstall kuberay-operator
33+
helm uninstall kuberay-operator
34+
kubectl port-forward svc/roboteam-ray-cluster-head-nodeport 8265:8265 6379:6379 10001:10001 8000:8000 &

0 commit comments

Comments
 (0)