-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Adds UPDATE to the RayCluster Mutating Webhook so apply can be used #638
Adds UPDATE to the RayCluster Mutating Webhook so apply can be used #638
Conversation
c111e0a
to
dc7021d
Compare
Just a note - it may be good to convert the PR to draft itself - that will avoid accidental merge. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sutaakar The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
8ad4785
into
project-codeflare:main
Issue link
What changes have been made
Adds UPDATE to the list of operations on which the
RayCluster
Mutating Webhook
operates on.This allows to
oc apply -f
oroc replace
to work and gives the ability to update existing runningrayclusters
without deleting them.Verification steps
Redeploy the mutating webhook and create, update and delete rayclusters and re-create them.
Checks