ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
990 stars 330 forks source link

[Bug] As Rayservice CR - serveConfigV2 has the list of the Applications. If the number of applications increases the applications and deployment configuration part increases which might increase the CR size. In this case as the size of cr object is limited by etcd how should we handle the case where number of applications increases #2027

Open rajendra-avesha opened 3 months ago

rajendra-avesha commented 3 months ago

Search before asking

KubeRay Component

ray-operator

What happened + What you expected to happen

If the number of applications increases the applications and deployment configuration part increases which might increase the CR size. In this case as the size of cr object is limited by etcd how should we handle the case where number of applications increases

Reproduction script

we can try taking our sample rayservice CR and replicate the application to have N number applications

Anything else

No response

Are you willing to submit a PR?