SIG Autoscaling - 2022 Annual Report
This commit is contained in:
parent
742886c548
commit
448ac440e1
|
@ -4,64 +4,65 @@
|
||||||
|
|
||||||
1. What work did the SIG do this year that should be highlighted?
|
1. What work did the SIG do this year that should be highlighted?
|
||||||
|
|
||||||
-
|
- Continued productionisation of VPA
|
||||||
-
|
|
||||||
-
|
|
||||||
|
|
||||||
2. What initiatives are you working on that aren't being tracked in KEPs?
|
2. What initiatives are you working on that aren't being tracked in KEPs?
|
||||||
|
|
||||||
-
|
- [Multidimensional Pod Autoscaler](https://github.com/kubernetes/autoscaler/pull/5342)
|
||||||
-
|
- [Balancer](https://github.com/kubernetes/autoscaler/blob/master/balancer/proposals/balancer.md)
|
||||||
-
|
- Improving SIG Processes
|
||||||
|
- [Increasing documentation of CA cloudprovider implementation expectations](https://github.com/kubernetes/autoscaler/pull/5198)
|
||||||
|
- [Moving to a regular release schedule for CA](https://github.com/kubernetes/autoscaler/pull/5589)
|
||||||
|
|
||||||
|
|
||||||
3. KEP work in 2022 (v1.24, v1.25, v1.26):
|
3. KEP work in 2022 (v1.24, v1.25, v1.26):
|
||||||
|
|
||||||
|
- None
|
||||||
|
|
||||||
|
|
||||||
## Project health
|
## Project health
|
||||||
|
|
||||||
1. What areas and/or subprojects does your group need the most help with?
|
1. What areas and/or subprojects does your group need the most help with?
|
||||||
Any areas with 2 or fewer OWNERs? (link to more details)
|
Any areas with 2 or fewer OWNERs? (link to more details)
|
||||||
|
|
||||||
-
|
- [Horizontal Pod Autoscaler](https://github.com/kubernetes/kubernetes/pull/117178) - down to one approver and reviewer currently.
|
||||||
-
|
- Cluster Autoscaler issue triage continues to be a challenge.
|
||||||
-
|
-
|
||||||
|
|
||||||
2. What metrics/community health stats does your group care about and/or measure?
|
2. What metrics/community health stats does your group care about and/or measure?
|
||||||
|
|
||||||
-
|
- SIG Call engagement/attendance
|
||||||
-
|
- Numbers of open PRs
|
||||||
-
|
-
|
||||||
|
|
||||||
3. Does your [CONTRIBUTING.md] help **new** contributors engage with your group specifically by pointing
|
3. Does your [CONTRIBUTING.md] help **new** contributors engage with your group specifically by pointing
|
||||||
to activities or programs that provide useful context or allow easy participation?
|
to activities or programs that provide useful context or allow easy participation?
|
||||||
|
|
||||||
-
|
- No
|
||||||
|
|
||||||
4. If your group has special training, requirements for reviewers/approvers, or processes beyond the general [contributor guide],
|
4. If your group has special training, requirements for reviewers/approvers, or processes beyond the general [contributor guide],
|
||||||
does your [CONTRIBUTING.md] document those to help **existing** contributors grow throughout the [contributor ladder]?
|
does your [CONTRIBUTING.md] document those to help **existing** contributors grow throughout the [contributor ladder]?
|
||||||
|
|
||||||
-
|
- N/A
|
||||||
|
|
||||||
5. Does the group have contributors from multiple companies/affiliations?
|
5. Does the group have contributors from multiple companies/affiliations?
|
||||||
|
|
||||||
-
|
- Yes - though the SIG's owners files continue to be heavily weighted towards a single company/
|
||||||
|
|
||||||
6. Are there ways end users/companies can contribute that they currently are not?
|
6. Are there ways end users/companies can contribute that they currently are not?
|
||||||
If one of those ways is more full time support, what would they work on and why?
|
If one of those ways is more full time support, what would they work on and why?
|
||||||
|
|
||||||
-
|
- HPA - expanding the owners/reviewers and improving the reliability of tests in this area
|
||||||
-
|
|
||||||
|
|
||||||
## Membership
|
## Membership
|
||||||
|
|
||||||
- Primary slack channel member count:
|
- Primary slack channel member count: 4470
|
||||||
- Primary mailing list member count:
|
- Primary mailing list member count: 291
|
||||||
- Primary meeting attendee count (estimated, if needed):
|
- Primary meeting attendee count (estimated, if needed): ~10
|
||||||
- Primary meeting participant count (estimated, if needed):
|
- Primary meeting participant count (estimated, if needed): ~5
|
||||||
- Unique reviewers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
|
- Unique reviewers for SIG-owned packages: 9 (have aggregated this across all SIG owned subprojects)
|
||||||
- Unique approvers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
|
- Unique approvers for SIG-owned packages: 9 (have aggregated this across all SIG owned subprojects)
|
||||||
|
- Cluster Autoscaler including cloud provider implementations: ~40
|
||||||
|
|
||||||
Include any other ways you measure group membership
|
Include any other ways you measure group membership
|
||||||
|
|
||||||
|
@ -74,7 +75,6 @@ Include any other ways you measure group membership
|
||||||
- addon-resizer
|
- addon-resizer
|
||||||
- cluster-autoscaler
|
- cluster-autoscaler
|
||||||
- horizontal-pod-autoscaler
|
- horizontal-pod-autoscaler
|
||||||
- scale-client
|
|
||||||
- vertical-pod-autoscaler
|
- vertical-pod-autoscaler
|
||||||
|
|
||||||
|
|
||||||
|
@ -83,20 +83,20 @@ Include any other ways you measure group membership
|
||||||
|
|
||||||
**New in 2022:**
|
**New in 2022:**
|
||||||
|
|
||||||
- Batch
|
- [Balancer](https://github.com/kubernetes/autoscaler/blob/master/balancer/proposals/balancer.md)
|
||||||
|
|
||||||
## Operational
|
## Operational
|
||||||
|
|
||||||
Operational tasks in [sig-governance.md]:
|
Operational tasks in [sig-governance.md]:
|
||||||
|
|
||||||
- [ ] [README.md] reviewed for accuracy and updated if needed
|
- [x] [README.md] reviewed for accuracy and updated if needed
|
||||||
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
|
||||||
(or created if missing and your contributor steps and experience are different or more
|
(or created if missing and your contributor steps and experience are different or more
|
||||||
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
|
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
|
||||||
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
|
||||||
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
|
- [x] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
|
||||||
- [ ] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
|
- [x] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
|
||||||
- [ ] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
|
- [x] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue