You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/usage/examples/kuberay/kuberay-mcad.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This integration will help in queuing on [kuberay](https://github.com/ray-projec
10
10
11
11
#### Steps
12
12
13
-
- Install kuberay operator from [link](https://docs.ray.io/en/latest/cluster/kubernetes/getting-started.html#deploying-the-kuberay-operator)
14
-
- Submit ray cluster to MCAD as appwrapper using the config file `aw-raycluster.yaml` present in the same directory using command `kubectl create -f aw-raycluster.yaml.yaml`
13
+
- Install kuberay operator from [link](https://docs.ray.io/en/latest/cluster/kubernetes/getting-started.html#deploying-the-kuberay-operator)
14
+
- Submit ray cluster to MCAD as appwrapper using the config file `aw-raycluster.yaml` present in the `config` directory using command `kubectl create -f aw-raycluster.yaml`
15
15
- Check the status of the appwrapper using command `kubectl describe appwrapper <your-appwrapper-name>`
16
16
- Check running pods using command `kubectl get pods -n <your-name-space>`
0 commit comments