-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Feat: graduate kube-scheduler component config to GA #3346
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
Feat: graduate kube-scheduler component config to GA #3346
Conversation
…etails updated. Signed-off-by: kerthcet <[email protected]>
/sig scheduling |
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.
keps/sig-scheduling/785-scheduler-component-config-api/kep.yaml
Outdated
Show resolved
Hide resolved
@@ -228,6 +228,12 @@ N/A | |||
When `v1` gets introduced: | |||
- Mark `v1beta2` as deprecated. | |||
|
|||
* **Is the rollout accompanied by any deprecations and/or removals of features, APIs, fields of API types, flags, etc.?** |
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.
Will take a look tomorrow.
In the meantime - please also adopt to new format of Test Plan:
https://github.com/kubernetes/enhancements/blob/master/keps/NNNN-kep-template/README.md#test-plan
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.
Added the new test plan, PTAL
Signed-off-by: kerthcet <[email protected]>
7c0665e
to
38c3dc4
Compare
kindly ping @wojtek-t |
This looks fine. /approve PRR @alculquicondor - please add it to the tracking sheet: |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alculquicondor, kerthcet, 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 |
Added to tracking sheet. Note that this enhancement requires updating any samples that we have in the website to use the v1 API. |
Thanks for reminding. |
Signed-off-by: kerthcet [email protected]
keps/prod-readiness
. In addition, this pr updated theProduction Readiness Review Questionnaire
with the latest template.