Skip to content

Commit 006294b

Browse files
committed
sig-scheduling 2023 update
1 parent 48a9591 commit 006294b

File tree

1 file changed

+14
-22
lines changed

1 file changed

+14
-22
lines changed

sig-scheduling/annual-report-2023.md

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,19 @@
44

55
1. What work did the SIG do this year that should be highlighted?
66

7-
<!--
8-
Some example items that might be worth highlighting:
9-
- Major KEP advancement
10-
- Important initiatives that aren't tracked via KEPs
11-
- Paying down significant tech debt
12-
- Governance and leadership changes
13-
-->
7+
- Refine the scheduler’s APIs to provide more options that cater to diverse infrastructure and workload requirements. This includes continuing improvements on the PodTopologySpread API and applying the same approach to the PodAffinity API.
8+
- Explore fine-grained (re-)queuing directives to enhance scheduling efficiency. This involves introducing new controls for developers to implement custom logic for determining how and when a pod should be (re-)queued.
9+
- Stabilize core scheduling while enhancing its extensibility with external components.
1410

1511
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1612

17-
<!--
18-
Note: This list is generated from the KEP metadata in kubernetes/enhancements repository.
19-
If you find any discrepancy in the generated list here, please check the KEP metadata.
20-
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
21-
-->
13+
None.
2214

2315
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
2416

25-
<!--
26-
Examples include links to email, slides, or recordings.
27-
-->
17+
Yes. SIG-Scheduling provided the following updates:
18+
- [KubeCon EU 2023](https://sched.co/1HySx)
19+
- [KubeCon NA 2023](https://sched.co/1R2rr)
2820

2921
4. KEP work in 2023 (v1.27, v1.28, v1.29):
3022

@@ -46,7 +38,7 @@
4638

4739

4840
**New in 2023:**
49-
- [kube-scheduler-wasm-extension](https://git.k8s.io/community/<no value>#kube-scheduler-wasm-extension)
41+
- [kube-scheduler-wasm-extension](https://github.com/kubernetes/community/tree/master/sig-scheduling#kube-scheduler-wasm-extension)
5042
**Retired in 2023:**
5143
- kube-batch
5244
**Continuing:**
@@ -70,12 +62,12 @@
7062
## Operational
7163

7264
Operational tasks in [sig-governance.md]:
73-
- [ ] [README.md] reviewed for accuracy and updated if needed
74-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
75-
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
76-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
77-
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
78-
- [ ] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
65+
- [x] [README.md] reviewed for accuracy and updated if needed
66+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
67+
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
68+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
69+
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
70+
- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed
7971

8072

8173
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scheduling/CONTRIBUTING.md

0 commit comments

Comments
 (0)