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
The RayService controller updates the head and serve services to point to the pending cluster when it is ready, then promotes the pending cluster to the active cluster. However, it seems possible that the services have already pointed to the pending RayCluster, but RayService decides to prepare a new cluster because the user updated the RayService spec.
Then, the old pending cluster will be removed, and requests may be dropped.