Hi,
it seems like it should be possible to use ‘ray up’ with provider=kuberay, but i haven’t been able to make it work, nor find any documentation. The cluster config examples directory on github is also empty for kuberay.
Is there a way to use it? I would prefer to avoid writing my own adhoc cluster management scripts.
Hello! When using Kuberay, you are actually going to be using kubectl
and and KubeRay specific YAML files instead of ray up
, which doesn’t work with provider=kuberay
. KubeRay operates on a different paradigm.
You can check these out to see if it’s helpful:
And some samples: kuberay/ray-operator/config/samples at master · ray-project/kuberay · GitHub