-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Identify and apply changes on ray-cluster #2534
Comments
Do you have a reproduction script? |
helm install --set image.tag=X ray-cluster ... head pod doesn't get replaced... |
When I tried to perform
This causes the old RayCluster pod to not be deleted. @kevin85421 Do we need to implement this functionality? |
It is expected beheavior that RayCluster does not automatically recreate Pods on changes to the API. However, it is supported to delete the old Pods and have KubeRay automatically recreate with the new spec. RayCluster automatically recreating Pods would be a new feature request we can consider. |
We are introducing a |
That sounds like a good plan. |
@kevin85421 @MortalHappiness what do we think about having the new upgrade strategy API in RayCluster too? |
I think Another solution is to introduce a feature gate or a boolean toggle in the |
Search before asking
Description
when using helm upgrade on ray-cluster, the operator does not identify+apply changes.
instead - it does nothing.
workaround:
helm uninstall + helm install
Use case
change helm values -> helm upgrade
Related issues
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: