You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sig-autoscaling/annual-report-2021.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@
4
4
5
5
1. What work did the SIG do this year that should be highlighted?
6
6
7
-
- Promotion of autoscaling v2 API to GA
8
-
- Continued improvements of VPA via community feedback
9
-
- Improved extensibility of Cluster Autoscaler
7
+
-[Promotion of autoscaling v2 API to GA.](https://github.com/kubernetes/enhancements/pull/2703)
8
+
-[Continued improvements of VPA via community feedback](https://github.com/kubernetes/autoscaler/issues/3913)
9
+
-[Improved extensibility of Cluster Autoscaler](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/proposals/plugable-provider-grpc.md)
10
10
11
11
2. What initiatives are you working on that aren't being tracked in KEPs?
12
12
@@ -37,7 +37,7 @@ In future, this will be generated from kubernetes/enhancements kep.yaml files
37
37
38
38
- Code contributors and reviewers
39
39
- Issue triage/response
40
-
- Whilst there are no areas with explicitly 2 or few owners, there are a number of areas where we have this few subject matter experts, acting as a significant bottleneck for significant changes
40
+
- Whilst there are no areas with explicitly 2 or few owners, there are a number of areas where we have this few subject matter experts, acting as a significant bottleneck for significant changes. These currently include the core Cluster Autoscaler code, as well as the HPA controller.
41
41
42
42
2. What metrics/community health stats does your group care about and/or measure?
43
43
@@ -57,12 +57,12 @@ In future, this will be generated from kubernetes/enhancements kep.yaml files
57
57
58
58
5. Does the group have contributors from multiple companies/affiliations?
59
59
60
-
- Yes - though the core approvers are almost all from a single company.
60
+
- Yes - though the core approvers are almost all from a single company (Google). Other contributors/code owners are from a variety of companies, including end users (Datadog, Airbnb, Skyscanner...) and vendors (Microsoft, Red Hat, Amazon...), particularly for Cluster Autoscaler cloud provider implementations.
61
61
62
62
6. Are there ways end users/companies can contribute that they currently are not?
63
63
If one of those ways is more full time support, what would they work on and why?
64
64
65
-
- Increased support for some cloud provider implementations for the Cluster Autoscaler
65
+
- Increased support for some cloud provider implementations for the Cluster Autoscaler. See e.g. [issues](https://github.com/kubernetes/autoscaler/issues?q=is%3Aopen+is%3Aissue+label%3Aarea%2Fprovider%2Faws+) and [pull requests](https://github.com/kubernetes/autoscaler/pulls?q=is%3Aopen+is%3Apr+label%3Aarea%2Fprovider%2Fhetzner) which can be queried by cloud provider for starting points. (Modify the label filter as appropriate from the above links.)
66
66
- Responding to issues - the SIG currently lacks the capacity to respond to all issues raised
0 commit comments