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
The maximum number of pods should be maxReplicas * numOfHosts, otherwise when numOfHosts > 1 this could result in workers getting terminated unintentionally.
Reproduction script
n/a
Anything else
No response
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:
Search before asking
KubeRay Component
ray-operator
What happened + What you expected to happen
Kuberay autoscaler currently uses the
maxReplicas
field in the worker group spec to determinemaxWorkers
: https://github.com/ray-project/ray/blob/master/python/ray/autoscaler/_private/kuberay/autoscaling_config.py#L197This is used by the Ray autoscaler to determine if workers need to be terminated: https://github.com/ray-project/ray/blob/master/python/ray/autoscaler/_private/autoscaler.py#L1004
The maximum number of pods should be
maxReplicas
*numOfHosts
, otherwise whennumOfHosts
> 1 this could result in workers getting terminated unintentionally.Reproduction script
n/a
Anything else
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: