-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Graduate PreferNominatedNode
to GA
#3057
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
Conversation
@@ -198,6 +199,11 @@ in back-to-back releases. | |||
- Gather feedback from developers and surveys. | |||
- The feature is guarded by a feature flag, and will be enabled by default in beta. | |||
|
|||
#### GA | |||
|
|||
- No negtive feedback. |
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.
negative
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.
:)
#### GA | ||
|
||
- No negtive feedback. | ||
- The feature gate `PreferNominatedNode` will graduate to GA. |
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.
is there a link to the testgrid for integration and benchmark tests that you can include here?
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.
I searched in the testgrid (https://k8s-testgrid.appspot.com/sig-scheduling) and haven't found the link of the integration test.
Also the perf dash seems cannot tell much details about the individual metrics (https://perf-dash.k8s.io/#/?jobname=scheduler-perf-benchmark&metriccategoryname=Scheduler&metricname=BenchmarkResults&benchmark=BenchmarkPerfScheduling%2FSchedulingBasic%2F500Nodes-8&metricName=time)
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.
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.
thanks for showing me the link, will update.
|
||
- No negative feedback. | ||
- The feature gate `PreferNominatedNode` will graduate to GA. | ||
- [Integration test](https://k8s-testgrid.appspot.com/presubmits-kubernetes-blocking#pull-kubernetes-integration) is in place and updated, search `TestPreferNominatedNode` and check the status. |
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.
add the query to the specific test(s)
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.
Done
/approve |
LGTM. |
/assign @wojtek-t for PRR. thanks! |
/assign @wojtek-t |
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.
One small nit - other than that LGTM.
@@ -5,7 +5,7 @@ authors: | |||
owning-sig: sig-scheduling | |||
participating-sigs: | |||
- sig-scheduling | |||
status: implementable | |||
status: implemented |
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.
Please revert this change - we mark KEPs as implemented only after the release in which the features goes to stable is actually released (so in this case, only when 1.24 will be out).
Signed-off-by: Dave Chen <dave.chen@arm.com>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, chendave, wojtek-t 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 |
Signed-off-by: Dave Chen dave.chen@arm.com
Move PreferNominatedNode to GA
@Huang-Wei @wojtek-t @ahg-g