Skip to content

Commit 8c26d6a

Browse files
authored
Merge pull request #7210 from soltysh/sig-apps-annual-report-2022
SIG Apps Annual report 2022
2 parents a80ab37 + 604e83f commit 8c26d6a

File tree

4 files changed

+51
-42
lines changed

4 files changed

+51
-42
lines changed

sig-apps/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ The [charter](charter.md) defines the scope and governance of the Apps Special I
2424
The Chairs of the SIG run operations and processes governing the SIG.
2525

2626
* Janet Kuo (**[@janetkuo](https://github.com/janetkuo)**), Google
27-
* Kenneth Owens (**[@kow3ns](https://github.com/kow3ns)**), Brex
27+
* Kenneth Owens (**[@kow3ns](https://github.com/kow3ns)**), Snowflake
28+
* Maciej Szulik (**[@soltysh](https://github.com/soltysh)**), Red Hat
29+
30+
### Technical Leads
31+
The Technical Leads of the SIG establish new subprojects, decommission existing
32+
subprojects, and resolve cross-subproject technical issues and decisions.
33+
34+
* Janet Kuo (**[@janetkuo](https://github.com/janetkuo)**), Google
35+
* Kenneth Owens (**[@kow3ns](https://github.com/kow3ns)**), Snowflake
2836
* Maciej Szulik (**[@soltysh](https://github.com/soltysh)**), Red Hat
2937

3038
## Emeritus Leads

sig-apps/annual-report-2022.md

+30-39
Original file line numberDiff line numberDiff line change
@@ -4,81 +4,74 @@
44

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

7-
-
8-
-
9-
-
7+
- We're working closely with [WG Batch](https://git.k8s.io/community/wg-batch/README.md) towards improving batch workloads for use in HPC, AI/ML and data analytics workflows.
8+
- [Mentoring cohort](https://github.com/kubernetes/community/issues/6665) which allowed us to grow our reviewers' list.
109

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

13-
-
14-
-
15-
-
16-
17-
12+
- None.
1813

1914
3. KEP work in 2022 (v1.24, v1.25, v1.26):
2015
- alpha:
2116
- [2804 - Consolidate Workload controllers life cycle status](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2804-consolidate-workload-controllers-status) - v1.24
2217
- [961 - Implement maxUnavailable for StatefulSets](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/961-maxunavailable-for-statefulset) - v1.24
18+
- [3329 - Retriable and non-retriable Pod failures for Jobs](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/3329-retriable-and-non-retriable-failures) - v1.25
19+
- [3017 - Pod Healthy Policy for PDB](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/3017-pod-healthy-policy-for-pdb) - v1.26
2320
- beta:
24-
- [2307 - Job tracking without lingering Pods](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2307-job-tracking-without-lingering-pods) - v1.26
2521
- [2879 - Track ready Pods in Job status](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2879-ready-pods-job-status) - v1.24
22+
- [3140 - TimeZone support in CronJob](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/3140-TimeZone-support-in-CronJob) - v1.25
23+
- [2307 - Job tracking without lingering Pods](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2307-job-tracking-without-lingering-pods) - v1.26
24+
- [3329 - Retriable and non-retriable Pod failures for Jobs](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/3329-retriable-and-non-retriable-failures) - v1.26
2625
- stable:
2726
- [2214 - Indexed Job](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2214-indexed-job) - v1.24
2827
- [2232 - Suspend Job](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2232-suspend-jobs) - v1.24
28+
- [1591 - Allow DaemonSets to surge during update like Deployments](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/1591-daemonset-surge/kep.yaml) - v1.25
2929
- [2599 - minReadySeconds for StatefulSets](https://github.com/kubernetes/enhancements/tree/master/keps/sig-apps/2599-minreadyseconds-for-statefulsets) - v1.25
3030

31-
3231
## Project health
3332

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

37-
-
38-
-
39-
-
36+
- The [mentoring cohort](https://github.com/kubernetes/community/issues/6665) we've run in 2022 attracted a few new members, but we still need more.
4037

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

43-
-
44-
-
45-
-
40+
- [Open untriaged issues and PRs](https://github.com/kubernetes/kubernetes/issues?q=is%3Aopen+is%3Aissue+label%3Aneeds-triage+label%3Asig%2Fapps)
4641

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

50-
-
45+
- It's up-to-date.
5146

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

55-
-
50+
- No additional training than the recent mentoring cohort is planned, yet.
5651

5752
5. Does the group have contributors from multiple companies/affiliations?
5853

59-
-
54+
- [13 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 2022.
6055

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

64-
-
65-
-
59+
- Increase the test coverage for all controllers, is probably the best way to help and start contributing to sig-apps owned controllers.
60+
This also nicely fits into the on-going effort of [increasing the project reliability](https://groups.google.com/g/kubernetes-sig-release/c/P5gFtnjXDqI/m/lVVZ40w2AAAJ).
6661

6762
## Membership
6863

69-
- Primary slack channel member count:
70-
- Primary mailing list member count:
71-
- Primary meeting attendee count (estimated, if needed):
72-
- Primary meeting participant count (estimated, if needed):
73-
- Unique reviewers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
74-
- Unique approvers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
64+
- Primary slack channel member count: 3224
65+
- Primary mailing list member count: 710
66+
- Primary meeting attendee count (estimated, if needed): 10
67+
- Primary meeting participant count (estimated, if needed): 6
68+
- Unique reviewers for SIG-owned packages: 71
69+
- Unique approvers for SIG-owned packages: 35
7570

7671
Include any other ways you measure group membership
7772

7873
## [Subprojects](https://git.k8s.io/community/sig-apps#subprojects)
7974

80-
81-
8275
**Continuing:**
8376

8477
- application
@@ -87,10 +80,8 @@ Include any other ways you measure group membership
8780
- kompose
8881
- workloads-api
8982

90-
9183
## [Working groups](https://git.k8s.io/community/sig-apps#working-groups)
9284

93-
9485
**New in 2022:**
9586

9687
- Batch
@@ -103,16 +94,16 @@ Include any other ways you measure group membership
10394

10495
Operational tasks in [sig-governance.md]:
10596

106-
- [ ] [README.md] reviewed for accuracy and updated if needed
107-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
97+
- [x] [README.md] reviewed for accuracy and updated if needed
98+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
10899
(or created if missing and your contributor steps and experience are different or more
109100
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
110-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
111-
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
112-
- [ ] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
113-
- [ ] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
114-
-
115-
-
101+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
102+
- [x] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
103+
- [x] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
104+
- [x] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
105+
- [KubeCon EU 2022 SIG Apps Updates](https://www.youtube.com/watch?v=JAUIUNhYZWg)
106+
- [KubeCon NA 2022 SIG Apps Updates](https://www.youtube.com/watch?v=UliDcWor_d0)
116107

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

sig-list.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
3333
| Name | Label | Chairs | Contact | Meetings |
3434
|------|-------|--------|---------|----------|
3535
|[API Machinery](sig-api-machinery/README.md)|[api-machinery](https://github.com/kubernetes/kubernetes/labels/sig%2Fapi-machinery)|* [David Eads](https://github.com/deads2k), Red Hat<br>* [Federico Bongiovanni](https://github.com/fedebongio), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-api-machinery)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery)|* Kubebuilder and Controller Runtime Meeting: [Thursdays at 11:00 PT (Pacific Time) (biweekly)]()<br>* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/apimachinery)<br>
36-
|[Apps](sig-apps/README.md)|[apps](https://github.com/kubernetes/kubernetes/labels/sig%2Fapps)|* [Janet Kuo](https://github.com/janetkuo), Google<br>* [Kenneth Owens](https://github.com/kow3ns), Brex<br>* [Maciej Szulik](https://github.com/soltysh), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-apps)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-apps)|* Regular SIG Meeting: [Mondays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/739385290?pwd=ekVmNGRjT214MGJkY1JUUUpPMVlJUT09)<br>
36+
|[Apps](sig-apps/README.md)|[apps](https://github.com/kubernetes/kubernetes/labels/sig%2Fapps)|* [Janet Kuo](https://github.com/janetkuo), Google<br>* [Kenneth Owens](https://github.com/kow3ns), Snowflake<br>* [Maciej Szulik](https://github.com/soltysh), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-apps)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-apps)|* Regular SIG Meeting: [Mondays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/739385290?pwd=ekVmNGRjT214MGJkY1JUUUpPMVlJUT09)<br>
3737
|[Architecture](sig-architecture/README.md)|[architecture](https://github.com/kubernetes/kubernetes/labels/sig%2Farchitecture)|* [Derek Carr](https://github.com/derekwaynecarr), Red Hat<br>* [Davanum Srinivas](https://github.com/dims), Amazon Web Services<br>* [John Belamaric](https://github.com/johnbelamaric), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* Enhancements Subproject Meeting: [Thursdays at 10:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/95357819945)<br>* Production Readiness Office Hours: [Wednesdays at 12:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/482444151)<br>* Regular SIG Meeting: [Thursdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/845605479)<br>* code organization Office Hours: [Thursdays at 14:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/159990793)<br>* conformance office Hours: [Wednesdays at 18:00 UTC (First Wednesday of the month)](https://zoom.us/j/427337923)<br>
3838
|[Auth](sig-auth/README.md)|[auth](https://github.com/kubernetes/kubernetes/labels/sig%2Fauth)|* [Mo Khan](https://github.com/enj), Microsoft<br>* [Mike Danese](https://github.com/mikedanese), Google<br>* [Rita Zhang](https://github.com/ritazh), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-auth)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-auth)|* Regular SIG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/264572674)<br>* Secrets Store CSI Meeting: [Thursdays at 8:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/91272289538)<br>* Weekly Issues/PR Triage Meeting: [Mondays at 9:00 PT (Pacific Time) (weekly)](https://zoom.us/j/264572674)<br>
3939
|[Autoscaling](sig-autoscaling/README.md)|[autoscaling](https://github.com/kubernetes/kubernetes/labels/sig%2Fautoscaling)|* [Guy Templeton](https://github.com/gjtempleton), Skyscanner<br>* [Marcin Wielgus](https://github.com/mwielgus), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling)|* Regular SIG Meeting: [Mondays at 16:00 Poland (weekly)](https://zoom.us/j/944410904)<br>

sigs.yaml

+11-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,17 @@ sigs:
166166
company: Google
167167
- github: kow3ns
168168
name: Kenneth Owens
169-
company: Brex
169+
company: Snowflake
170+
- github: soltysh
171+
name: Maciej Szulik
172+
company: Red Hat
173+
tech_leads:
174+
- github: janetkuo
175+
name: Janet Kuo
176+
company: Google
177+
- github: kow3ns
178+
name: Kenneth Owens
179+
company: Snowflake
170180
- github: soltysh
171181
name: Maciej Szulik
172182
company: Red Hat

0 commit comments

Comments
 (0)