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
Users may manually update minReplicas to a value greater than replicas. Then, KubeRay will create new Pods to ensure the worker group has $minReplicas Pods. It's the Autoscaler's duty to update replicas to ensure it is equal to or greater than minReplicas.
For this test,
Create a RayCluster with the Autoscaler enabled, containing a worker group with replicas: 1 and minReplicas: 0.
Update minReplicas from 0 to 2.
KubeRay should create an additional Pod.
Submit some Ray detached actors to trigger autoscaling to 5 Pods.
Verify whether the Autoscaler successfully scales up to 5 Pods.
Check whether replicas is set to 5.
Use case
No response
Related issues
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
Description
Users may manually update
minReplicas
to a value greater thanreplicas
. Then, KubeRay will create new Pods to ensure the worker group has$minReplicas
Pods. It's the Autoscaler's duty to updatereplicas
to ensure it is equal to or greater thanminReplicas
.For this test,
replicas: 1
andminReplicas: 0
.minReplicas
from 0 to 2.replicas
is set to 5.Use case
No response
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: