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
I had searched in the issues and found no similar feature requirement.
Description
We have a kubernetes cluster set up on GCP and it already is configured to run argo jobs, but I'd like to deploy my ray code to run on this cluster without messing anything up on their end. Is it possible to run jobs directly? is there additional setup? or do I need to create my own cluster?
Use case
This would help people run ray and argo jobs on the same cluster.
Related issues
I'm not sure.
Are you willing to submit a PR?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
clusterSelector is an anti-pattern for the Kubernetes operator design pattern, and thus some bugs are hard to address. For example, when you create a RayJob custom resource with clusterSelector, two jobs will be created in RayCluster (See [Bug] 409 conflicts cause two jobs creations #756 for more details.). We did not promise to support the stability of clusterSelector.
Search before asking
Description
We have a kubernetes cluster set up on GCP and it already is configured to run argo jobs, but I'd like to deploy my ray code to run on this cluster without messing anything up on their end. Is it possible to run jobs directly? is there additional setup? or do I need to create my own cluster?
Use case
This would help people run ray and argo jobs on the same cluster.
Related issues
I'm not sure.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: