-
Notifications
You must be signed in to change notification settings - Fork 301
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
Allow mutating queue name in Deployment Webhook. #3528
Allow mutating queue name in Deployment Webhook. #3528
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
e5b7db3
to
40d8aa6
Compare
df84a3e
to
db1a636
Compare
db1a636
to
bad767d
Compare
I know, but mutating is probably a more common use-case than deleting, and would let us handle these two scenarios independently |
fcf3de6
to
69e036e
Compare
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.
Can we also have e2e test for that? When renaming from non-existing to existing queue-name
69e036e
to
bb5e82f
Compare
Oh, I found another problem. When Pods have Scheduling Gates and we update them through the Deployment, both the Pods and the Workloads get stuck. I will try to fix it, but I’ll need a reconciler for that. /hold to fix this issue. |
ba6e05a
to
049a5a4
Compare
049a5a4
to
cae6094
Compare
/unhold |
79a4b53
to
c2426ca
Compare
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
/approve
Thanks!
LGTM label has been added. Git tree hash: 388d6c014f42f3a0a328bffaa964bda43b90453f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbobrovskyi, mimowo 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 |
/release-note-edit
|
/retest |
* Allow mutating queue name in Deployment Webhook. * Review remarks.
What type of PR is this?
/kind feature
What this PR does / why we need it:
Allow mutating queue name in Deployment Webhook.
Which issue(s) this PR fixes:
Fixes #3552
Special notes for your reviewer:
Does this PR introduce a user-facing change?