Skip to content

Commit 308bb11

Browse files
authored
Merge pull request #6445 from soltysh/sig-apps-annual-report
SIG Apps 2021 annual report
2 parents 3a1111f + 61bd017 commit 308bb11

File tree

1 file changed

+57
-71
lines changed

1 file changed

+57
-71
lines changed

sig-apps/annual-report-2021.md

Lines changed: 57 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -4,134 +4,120 @@
44

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

7-
-
8-
-
9-
-
7+
- Major improvements in the Job API (see below job-related KEPs).
8+
- Stability and availability improvements across several controllers (see below KEPs for DaemonSets and StatefulSets).
9+
- Leadership changes: Maciej joins leadership, Matt and Adnan moving to emeritus.
1010

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

13-
-
14-
-
15-
-
13+
- Conformance testing promotions.
1614

17-
3. KEP work in 2021 (1.x, 1.y, 1.z):
18-
19-
<!--
20-
In future, this will be generated from kubernetes/enhancements kep.yaml files
21-
1. with SIG as owning-sig or in participating-sigs
22-
2. listing 1.x, 1.y, or 1.z in milestones or in latest-milestone
23-
-->
15+
3. KEP work in 2021 (1.21, 1.22, 1.23):
2416

2517
- Stable
26-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
27-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.stable
18+
- [19 - CronJob to Stable](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/19-Graduate-CronJob-to-Stable/README.md) - 1.21
19+
- [85 - PodDisruptionBudget to GA](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/85-Graduate-PDB-to-Stable/README.md) - 1.22
20+
- [592 - TTL After Finished](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/592-ttl-after-finish/README.md) - 1.23
2821
- Beta
29-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
30-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.beta
22+
- [2185 - Random Pod Selection on ReplicaSet Downscale](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2185-random-pod-select-on-replicaset-downscale/README.md) - 1.22
23+
- [1591 - Allow DaemonSets to surge during update like Deployments](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/1591-daemonset-surge/README.md) - 1.22
24+
- [2214 - Indexed Job](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2214-indexed-job/README.md) - 1.22
25+
- [2232 - Suspend Job](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2232-suspend-jobs/README.md) - 1.22
26+
- [2255 - ReplicaSet Pod Deletion Cost](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2255-pod-cost/README.md) - 1.22
27+
- [2307 - Job tracking without lingering Pods](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/2926-job-mutable-scheduling-directives/README.md) - 1.23
28+
- [2599 - minReadySeconds for StatefulSets](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2599-minreadyseconds-for-statefulsets/README.md) - 1.23
29+
- [2926 - Mutable Node Scheduling Directives for Jobs](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2599-minreadyseconds-for-statefulsets/README.md) - 1.23
3130
- Alpha
32-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
33-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md) - $milestone.alpha
34-
- Pre-alpha
35-
- [$kep-number - $title](https://git.k8s.io/community/$link/README.md)
31+
- [2185 - Random Pod Selection on ReplicaSet Downscale](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2185-random-pod-select-on-replicaset-downscale/README.md) - 1.21
32+
- [1591 - Allow DaemonSets to surge during update like Deployments](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/1591-daemonset-surge/README.md) - 1.21
33+
- [2214 - Indexed Job](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2214-indexed-job/README.md) - 1.21
34+
- [2232 - Suspend Job](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2232-suspend-jobs/README.md) - 1.21
35+
- [2255 - ReplicaSet Pod Deletion Cost](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2255-pod-cost/README.md) - 1.21
36+
- [2307 - Job tracking without lingering Pods](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2307-job-tracking-without-lingering-pods/README.md) - 1.22
37+
- [2599 - minReadySeconds for StatefulSets](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2599-minreadyseconds-for-statefulsets/README.md) - 1.22
38+
- [1847 - Auto delete PVCs created by StatefulSet](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/1847-autoremove-statefulset-pvcs/README.md) - 1.23
39+
- [2879 - Track ready Pods in Job status](https://github.com/kubernetes/enhancements/blob/master/keps/sig-apps/2879-ready-pods-job-status/README.md) - 1.23
3640

3741
## Project health
3842

3943
1. What areas and/or subprojects does your group need the most help with?
4044
Any areas with 2 or fewer OWNERs? (link to more details)
4145

42-
-
43-
-
44-
-
46+
- Growing additional reviewers and approvers, also see no. 4 below.
4547

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

48-
-
49-
-
50-
-
50+
- Open untriaged issues and PRs
5151

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

55-
-
55+
- It's up-to-date.
5656

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

60-
-
60+
- We’re working with SIG-CLI on starting a monthly review club, details to be announced soon.
6161

6262
5. Does the group have contributors from multiple companies/affiliations?
6363

64-
-
64+
- [11 companies](https://k8s.devstats.cncf.io/d/8/company-statistics-by-repository-group?orgId=1&var-period=y&var-metric=contributions&var-repogroup_name=SIG%20Apps&var-repo_name=kubernetes%2Fkubernetes&var-companies=All&from=1609455600000&to=1639350000000) contributed code in 2021.
6565

6666
6. Are there ways end users/companies can contribute that they currently are not?
6767
If one of those ways is more full time support, what would they work on and why?
6868

69-
-
70-
-
69+
- Increase the test coverage for all controllers.
7170

7271
## Membership
7372

74-
- Primary slack channel member count:
75-
- Primary mailing list member count:
76-
- Primary meeting attendee count (estimated, if needed):
77-
- Primary meeting participant count (estimated, if needed):
78-
- Unique reviewers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
79-
- Unique approvers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
73+
- Primary slack channel member count: 2900
74+
- Primary mailing list member count: 674
75+
- Primary meeting attendee count (estimated, if needed): 10
76+
- Primary meeting participant count (estimated, if needed): 6
77+
- Unique reviewers for SIG-owned packages: 23
78+
- Unique approvers for SIG-owned packages: 31
8079

8180
Include any other ways you measure group membership
8281

8382
## Subprojects
8483

85-
<!--
86-
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
87-
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
88-
-->
84+
New in 2021:
85+
- None
8986

90-
New in $YYYY:
91-
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
92-
-
9387

94-
Retired in $YYYY:
95-
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
96-
-
88+
Retired in 2021:
89+
- None
9790

9891
Continuing:
99-
- [$subproject-name](https://git.k8s.io/community/$sig-id#$subproject-name)
100-
-
92+
- [application](https://git.k8s.io/community/sig-apps#application)
93+
- [examples](https://git.k8s.io/community/sig-apps#examples)
94+
- [execution-hook](https://git.k8s.io/community/sig-apps#execution-hook)
95+
- [kompose](https://git.k8s.io/community/sig-apps#kompose)
10196

10297
## Working groups
10398

104-
<!--
105-
In future, this will be generated from delta of sigs.yaml from $YYYY-01-01 to $YYYY-12-31
106-
Manually visible via `git diff HEAD@{$YYYY-01-01} HEAD@{$YYYY-12-31} -- $sig-id/README.md`
107-
-->
108-
109-
New in $YYYY:
110-
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
111-
-
99+
New in 2021:
100+
- None
112101

113-
Retired in $YYYY:
114-
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
115-
-
102+
Retired in 2021:
103+
- None
116104

117105
Continuing:
118-
- [$wg-name](https://git.k8s.io/community/$wg-id/) ([$YYYY report](https://git.k8s.io/community/$wg-id/annual-report-$YYYY.md))
119-
-
106+
- [Data Protection](https://git.k8s.io/community/wg-data-protection/) ([2021 report](https://github.com/kubernetes/community/blob/master/wg-data-protection/annual-report-2021.md))
120107

121108
## Operational
122109

123110
Operational tasks in [sig-governance.md]:
124111

125-
- [ ] [README.md] reviewed for accuracy and updated if needed
126-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
112+
- [x] [README.md] reviewed for accuracy and updated if needed
113+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
127114
(or created if missing and your contributor steps and experience are different or more
128115
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
129-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
130-
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
131-
- [ ] Meeting notes and recordings for 2021 are linked from [README.md] and updated/uploaded if needed
132-
- [ ] Did you have community-wide updates in 2021 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
133-
-
134-
-
116+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
117+
- [x] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
118+
- [x] Meeting notes and recordings for 2021 are linked from [README.md] and updated/uploaded if needed
119+
- [x] Did you have community-wide updates in 2021 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
120+
- [KubeCon NA 2021 Sig Apps updates](https://youtu.be/ZvFYvYiMeTs)
135121

136122
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-apps/CONTRIBUTING.md
137123
[contributor ladder]: https://git.k8s.io/community/community-membership.md

0 commit comments

Comments
 (0)