Skip to content

Commit 52142f3

Browse files
authored
Merge pull request #7215 from ahg-g/master
sig-scheduling annual report
2 parents f03b6d5 + 18993ca commit 52142f3

File tree

1 file changed

+30
-27
lines changed

1 file changed

+30
-27
lines changed

sig-scheduling/annual-report-2022.md

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@
44

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

7-
-
8-
-
9-
-
7+
- Improvements to PodTopologySpread API: adding more knobs to control spreading behavior (introducing minDomains and matchLabelKey).
8+
- Adding more hooks to simplify integrations with external schedulers (mutable pod scheduling directives, pod scheduling readiness)
9+
1010

1111
2. What initiatives are you working on that aren't being tracked in KEPs?
1212

13-
-
14-
-
15-
-
13+
- Performance improvements.
14+
- Code refactorings and cleanups.
15+
- [Kueue](https://kueue.sigs.k8s.io/), a k8s-native job scheduling and queueing controller, a new subproject sponsored by the sig.
16+
- [scheduler-plugins](https://sigs.k8s.io/scheduler-plugins), repository for out-of-tree scheduler plugins.
17+
1618

1719

1820

@@ -33,29 +35,29 @@
3335
1. What areas and/or subprojects does your group need the most help with?
3436
Any areas with 2 or fewer OWNERs? (link to more details)
3537

36-
-
38+
- Increase the number of reviewers ([call for reviewers](https://groups.google.com/g/kubernetes-sig-scheduling/c/ZzxAujy6dLM))
3739
-
3840
-
3941

4042
2. What metrics/community health stats does your group care about and/or measure?
4143

42-
-
43-
-
44-
-
44+
- Diversity
45+
- Number of contributors
46+
- Meetings attendance
4547

4648
3. Does your [CONTRIBUTING.md] help **new** contributors engage with your group specifically by pointing
4749
to activities or programs that provide useful context or allow easy participation?
4850

49-
-
51+
- It looks up-to-date
5052

5153
4. If your group has special training, requirements for reviewers/approvers, or processes beyond the general [contributor guide],
5254
does your [CONTRIBUTING.md] document those to help **existing** contributors grow throughout the [contributor ladder]?
5355

54-
-
56+
- Nothing special
5557

5658
5. Does the group have contributors from multiple companies/affiliations?
5759

58-
-
60+
- Yes
5961

6062
6. Are there ways end users/companies can contribute that they currently are not?
6163
If one of those ways is more full time support, what would they work on and why?
@@ -65,12 +67,12 @@
6567

6668
## Membership
6769

68-
- Primary slack channel member count:
69-
- Primary mailing list member count:
70-
- Primary meeting attendee count (estimated, if needed):
71-
- Primary meeting participant count (estimated, if needed):
72-
- Unique reviewers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
73-
- Unique approvers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
70+
- Primary slack channel member count: 3050
71+
- Primary mailing list member count: 655
72+
- Primary meeting attendee count (estimated, if needed): 10
73+
- Primary meeting participant count (estimated, if needed): 5
74+
- Unique reviewers for SIG-owned packages: 6 <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
75+
- Unique approvers for SIG-owned packages: 4 <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
7476

7577
Include any other ways you measure group membership
7678

@@ -114,16 +116,17 @@ Include any other ways you measure group membership
114116

115117
Operational tasks in [sig-governance.md]:
116118

117-
- [ ] [README.md] reviewed for accuracy and updated if needed
118-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
119+
- [x] [README.md] reviewed for accuracy and updated if needed
120+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
119121
(or created if missing and your contributor steps and experience are different or more
120122
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
121-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
122-
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
123-
- [ ] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
124-
- [ ] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
125-
-
126-
-
123+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
124+
- [x] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
125+
- [x] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
126+
- [x] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
127+
- [2022 KubeCon NA: SIG-Scheduling Intro & Deep Dive](https://www.youtube.com/watch?v=1GpTE9L9oBM)
128+
- [2022 KubeCon EU: SIG-Scheduling Intro & Deep Dive](https://www.youtube.com/watch?v=R2CpmLfHUYk)
129+
-
127130

128131
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-scheduling/CONTRIBUTING.md
129132
[contributor ladder]: https://git.k8s.io/community/community-membership.md

0 commit comments

Comments
 (0)