Merge pull request #113275 from Huang-Wei/kep-3521-B

[KEP-3521] Part 2: Core scheduling implementation
This commit is contained in:
Kubernetes Prow Robot
2022-11-07 23:18:19 -08:00
committed by GitHub
41 changed files with 797 additions and 94 deletions

View File

@@ -49,7 +49,9 @@
subsystem: scheduler
help: Number of pending pods, by the queue type. 'active' means number of pods in
activeQ; 'backoff' means number of pods in backoffQ; 'unschedulable' means number
of pods in unschedulablePods.
of pods in unschedulablePods that the scheduler attempted to schedule and failed;
'gated' is the number of unschedulable pods that the scheduler never attempted
to schedule because they are gated.
type: Gauge
stabilityLevel: STABLE
labels: