|
12 | 12 | - Governance and leadership changes
|
13 | 13 | -->
|
14 | 14 |
|
| 15 | +- **Performance improvement** |
| 16 | + - Iterated on QueueingHints towards re-enabling the feature. ([KEP-4247](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/4247-queueinghint)) |
| 17 | + - Introduced asynchronous preemption ([KEP-4832](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/4832-async-preemption)) when there are pods to be preempted. |
| 18 | + - Improved [the internal scheduling performance test suite (scheduler-perf)](https://github.com/kubernetes/kubernetes/tree/master/test/integration/scheduler_perf) to cover more scenarios and alert us when the degradation is introduced. |
| 19 | +- **DRA**: Added DRA scheduling with the structured parameters, replacing classic DRA ([KEP-4381](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4381-dra-structured-parameters#kube-scheduler)). |
| 20 | + |
15 | 21 | 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
16 | 22 |
|
| 23 | +- [scheduler-plugins](https://github.com/kubernetes-sigs/scheduler-plugins/) |
| 24 | +- [kwok](https://github.com/kubernetes-sigs/kwok) |
17 | 25 |
|
18 | 26 | 3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
|
19 | 27 |
|
20 | 28 | <!--
|
21 | 29 | Examples include links to email, slides, or recordings.
|
22 | 30 | -->
|
23 | 31 |
|
24 |
| -4. KEP work in 2024 (v1.30, v1.31, v1.32): |
25 |
| -<!-- |
26 |
| - TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction. |
| 32 | +- [Kubecon EU 2024: SIG_Scheduling Intro & Deep Dive](https://sched.co/1YhjR) |
| 33 | +- [Kubecon NA 2024: SIG_Scheduling Intro & Updates](https://sched.co/1hovV) |
27 | 34 |
|
28 |
| - Note: This list is generated from the KEP metadata in kubernetes/enhancements repository. |
29 |
| - If you find any discrepancy in the generated list here, please check the KEP metadata. |
30 |
| - Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect. |
31 |
| ---> |
| 35 | +4. KEP work in 2024 (v1.30, v1.31, v1.32): |
32 | 36 |
|
33 |
| -<!-- |
34 | 37 | - Alpha
|
35 | 38 | - [4816 - DRA Prioritized List](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/4816-dra-prioritized-list) - v1.32
|
36 | 39 | - [4832 - Asynchronous Preemption](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/4832-async-preemption) - v1.32
|
37 | 40 |
|
38 | 41 | - Beta
|
39 | 42 | - [3633 - Introduce MatchLabelKeys and MismatchLabelKeys to PodAffinity and PodAntiAffinity](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3633-matchlabelkeys-to-podaffinity) - v1.31
|
| 43 | + - [4247 - Per-plugin callback functions for efficient requeueing in the scheduling queue](https://github.com/kubernetes/enhancements/blob/master/keps/sig-scheduling/4247-queueinghint/README.md) - v1.32 |
40 | 44 |
|
41 | 45 | - Stable
|
42 | 46 | - [3022 - Tuning the number of domains in PodTopologySpread](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3022-min-domains-in-pod-topology-spread) - v1.30
|
43 | 47 | - [3521 - Pod Scheduling Readiness](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3521-pod-scheduling-readiness) - v1.30
|
44 |
| - - [3838 - Pod Mutable Scheduling Directives](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3838-pod-mutable-scheduling-directives) - v1.30 --> |
| 48 | + - [3838 - Pod Mutable Scheduling Directives](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3838-pod-mutable-scheduling-directives) - v1.30 |
45 | 49 |
|
46 | 50 | ## [Subprojects](https://git.k8s.io/community/sig-scheduling#subprojects)
|
47 | 51 |
|
|
69 | 73 | ## Operational
|
70 | 74 |
|
71 | 75 | Operational tasks in [sig-governance.md]:
|
72 |
| -- [ ] [README.md] reviewed for accuracy and updated if needed |
73 |
| -- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
| 76 | +- [x] [README.md] reviewed for accuracy and updated if needed |
| 77 | +- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
74 | 78 | - [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
|
75 |
| -- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
76 |
| -- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
77 |
| -- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed |
| 79 | +- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
| 80 | +- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
| 81 | +- [x] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed |
78 | 82 |
|
79 | 83 |
|
80 | 84 | [CONTRIBUTING.md]: https://git.k8s.io/community/sig-scheduling/CONTRIBUTING.md
|
|
0 commit comments