Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
41 lines (35 sloc)
1.04 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: Simplified Scheduler Config | |
kep-number: 2891 | |
authors: | |
- "@damemi" | |
owning-sig: sig-scheduling | |
participating-sigs: | |
status: implementable | |
creation-date: 2021-08-25 | |
reviewers: | |
- "@ahg-g" | |
- "@alculquicondor" | |
- "@Huang-Wei" | |
approvers: | |
- "@ahg-g" | |
- "@Huang-Wei" | |
##### WARNING !!! ###### | |
# prr-approvers has been moved to its own location | |
# You should create your own in keps/prod-readiness | |
# Please make a copy of keps/prod-readiness/template/nnnn.yaml | |
# to keps/prod-readiness/sig-xxxxx/00000.yaml (replace with kep number) | |
#prr-approvers: | |
see-also: | |
- "keps/sig-scheduling/624-scheduling-framework" | |
# The target maturity stage in the current dev cycle for this KEP. | |
stage: beta | |
# The most recent milestone for which work toward delivery of this KEP has been | |
# done. This can be the current (upcoming) milestone, if it is being actively | |
# worked on. | |
latest-milestone: "v1.23" | |
# The milestone at which this feature was, or is targeted to be, at each stage. | |
milestone: | |
alpha: "v1.23" | |
beta: "v1.24" | |
stable: "v1.25" | |
disable-supported: false |