-
Notifications
You must be signed in to change notification settings - Fork 40.1k
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 TaintBasedEvictions featuregate to beta #69824
promote TaintBasedEvictions featuregate to beta #69824
Conversation
/test pull-kubernetes-integration |
@Huang-Wei: GitHub didn't allow me to assign the following users: for, approval. Note that only kubernetes members and repo collaborators can be assigned. 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/test-infra repository. |
/lgtm The notes should be "Upgraded |
@k82cn sure. |
/cc @bsalamat for approval. |
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bsalamat, Huang-Wei 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 |
/hold Feel free to |
@spiffxp in theory, you're right. But there are usually other aspects not being properly covered in unit test/integration test/e2e test. Like in previous release, we met some scalability issue in last moment of promoting And even for e2e test, I don't have a gce/gke/aws env, so I only run it against my local kubeadm cluster. It'd be good to see how prow job works after the featuregate is enabled. So based on above considerations, and our understanding/test coverage on this featuregate, at this moment we're confident to enable it in master branch. |
/milestone v1.13 |
/hold cancel |
What this PR does / why we need it:
Enable
TaintBasedEvictions
featuregate by default.Which issue(s) this PR fixes:
Part of #69533.
Special notes for your reviewer:
Release note:
/kind feature
/sig scheduling