-
Notifications
You must be signed in to change notification settings - Fork 526
Promote Feature Gate NewWorkerPoolHash
to Beta
and default to true
#12550
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
Promote Feature Gate NewWorkerPoolHash
to Beta
and default to true
#12550
Conversation
Welcome @Duciwuci! |
Hi @Duciwuci. Thanks for your PR. I'm waiting for a gardener member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@rfranzke: GitHub didn't allow me to request PR reviews from the following users: adenitiu. Note that only gardener members and repo collaborators can review this PR, and authors cannot review their own PRs. In response to this: Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Duciwuci <duciwuci@gmail.com>
Thanks @ialidzhikov ! I added your review to the last commit. |
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 change the PR description to
"Part of #9699" and mark it is fixed when the feature gate is removed?
@shafeeqes I shifted the Docs to g/g |
I marked this as breaking as well. |
/lgtm |
LGTM label has been added. Git tree hash: 009dca2fec159716c567df1969f1c6777884c538
|
/retest |
@Duciwuci: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@shafeeqes can leave me a |
/ok-to-test |
@shafeeqes @ialidzhikov good to go like this. Thank you both! |
/assign |
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
LGTM label has been added. Git tree hash: 177ad15addaae58aa537e97a8e582455acf31f09
|
/lgtm |
@adenitiu: changing LGTM is restricted to collaborators In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Co-authored-by: Rafael Franzke <rafael.franzke@sap.com>
Co-authored-by: Rafael Franzke <rafael.franzke@sap.com>
@rfranzke thanks. Adjusted the Docs. |
/test pull-gardener-unit |
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
LGTM label has been added. Git tree hash: 709e26203864b37d70ff619561b2ea663b1202ea
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rfranzke 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 |
/test pull gardener-e2e-kind-ha-multi-node |
@Duciwuci: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/test pull-gardener-e2e-kind-ha-multi-node |
1 similar comment
/test pull-gardener-e2e-kind-ha-multi-node |
…ue` (gardener#12550) * promote NewWorkerPoolHash to Beta and default to true * fill docs and remove feature gate for dev setup Signed-off-by: Duciwuci <duciwuci@gmail.com> * shift feature gate to 1.125 * fix unit tests * Update docs/deployment/feature_gates.md Co-authored-by: Rafael Franzke <rafael.franzke@sap.com> * Update pkg/features/features.go Co-authored-by: Rafael Franzke <rafael.franzke@sap.com> --------- Signed-off-by: Duciwuci <duciwuci@gmail.com> Co-authored-by: Rafael Franzke <rafael.franzke@sap.com>
How to categorize this PR?
/area control-plane
/kind enhancement
What this PR does / why we need it:
This PR promotes the feature gate
NewWorkerPoolHash
toBeta
status.Now that we had the feature gate in alpha for 27 versions, we are confident this can go
Beta
.Which issue(s) this PR fixes:
Fixes #9699
Special notes for your reviewer:
Release note: