Hi i am trying deploy rayjob on eks cluster through existing ray cluster i am getting error while using clusterselector you cannot mention suspend on rayjob yaml what is the fix
Hi @canopus,
Can you post your RayJob YAML configuration? Make sure it’s correctly set up according to the specifications required by Ray and KubeRay.
apiVersion: ray.io/v1
kind: RayJob
metadata:
name: rayjob-use-existing-raycluster
namespace: solution-lab
spec:
suspend: true
shutdownAfterJobFinishes: true
entrypoint: python -c “import ray; ray.init(); print(ray.cluster_resources())”
clusterSelector:
ray.io/cluster: ray-cluster-solution-lab-kuberay