keps/sig-scheduling/3521-pod-scheduling-readiness/kep.yaml (31 lines of code) (raw):
title: Pod Scheduling Readiness
kep-number: 3521
authors:
- "@Huang-Wei"
owning-sig: sig-scheduling
participating-sigs:
- sig-machinery
status: implementable
creation-date: 2022-09-16
reviewers:
- "@ahg-g"
- "@smarterclayton"
approvers:
- "@ahg-g"
- "@smarterclayton"
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.27"
# The milestone at which this feature was, or is targeted to be, at each stage.
milestone:
alpha: "v1.26"
beta: "v1.27"
stable: "v1.29"
# The following PRR answers are required at alpha release
# List the feature gate name and the components for which it must be enabled
feature-gates:
- name: PodSchedulingReadiness
components:
- kube-apiserver
- kube-scheduler
disable-supported: true
# The following PRR answers are required at beta release
metrics:
- scheduler_pending_pods{queue="gated"}