Skip to content

Commit 20e257c

Browse files
committed
Update SIG Autoscaling in sigs.yaml
This updates the mission statement for SIG Autoscaling to correspond to the scope of SIG Autoscaling in the charter. It also ensures that SIG Autoscaling has the right subprojects listed (cluster autoscaler, vertical pod autoscaler, horizontal-pod-autoscaler, and scale-client), moving the metrics project to SIG instrumentation where it belongs.
1 parent 23572e8 commit 20e257c

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

sigs.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,11 @@ sigs:
305305
- name: Autoscaling
306306
dir: sig-autoscaling
307307
mission_statement: >
308-
Covers autoscaling of clusters, horizontal and vertical autoscaling of pods,
309-
setting initial resources for pods, topics related to monitoring pods and
310-
gathering their metrics (e.g. Heapster)
311-
charter_link:
308+
Covers development and maintenance of componets for automated scaling in
309+
Kubernetes. This includes automated vertical and horizontal pod
310+
autoscaling, initial resource estimation, cluster-proportional system
311+
component autoscaling, and autoscaling of Kubernetes clusters themselves.
312+
charter_link: charter.md
312313
label: autoscaling
313314
leadership:
314315
chairs:
@@ -348,9 +349,12 @@ sigs:
348349
- name: autoscaler
349350
owners:
350351
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS
351-
- name: metrics
352+
- name: scale-client
352353
owners:
353-
- https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS
354+
- https://raw.githubusercontent.com/kubernetes/client-go/master/scale/OWNERS # doesn't exist yet
355+
- name: horizntal-pod-autoscaler
356+
owners:
357+
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS
354358
- name: AWS
355359
dir: sig-aws
356360
mission_statement: >
@@ -1010,6 +1014,9 @@ sigs:
10101014
- name: metrics-server
10111015
owners:
10121016
- https://raw.githubusercontent.com/kubernetes-incubator/metrics-server/master/OWNERS
1017+
- name: metrics
1018+
owners:
1019+
- https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS
10131020
- name: Multicluster
10141021
dir: sig-multicluster
10151022
mission_statement: >

0 commit comments

Comments
 (0)