summaryrefslogtreecommitdiff
path: root/sigs.yaml
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-08-16 06:59:01 -0700
committerGitHub <noreply@github.com>2018-08-16 06:59:01 -0700
commit69583c388b2609aa1b74db3be21aa8da697c4a65 (patch)
treeee801a41d31a2eea341cd9ee371b7243d931eeac /sigs.yaml
parent8ff7c9ce00fa74e75b3ffd5c825857f7ae023655 (diff)
parentaebe613d41b2056a30f1b9c989b860544420c9b3 (diff)
Merge pull request #2534 from DirectXMan12/autoscaling/sigs-updates
Update SIG Autoscaling in sigs.yaml
Diffstat (limited to 'sigs.yaml')
-rw-r--r--sigs.yaml33
1 files changed, 26 insertions, 7 deletions
diff --git a/sigs.yaml b/sigs.yaml
index d29bd3bb..6fff228c 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -308,10 +308,10 @@ sigs:
- name: Autoscaling
dir: sig-autoscaling
mission_statement: >
- Covers autoscaling of clusters, horizontal and vertical autoscaling of pods,
- setting initial resources for pods, topics related to monitoring pods and
- gathering their metrics (e.g. Heapster)
- charter_link:
+ Covers development and maintenance of componets for automated scaling in
+ Kubernetes. This includes automated vertical and horizontal pod
+ autoscaling, initial resource estimation, cluster-proportional system
+ component autoscaling, and autoscaling of Kubernetes clusters themselves.
label: autoscaling
leadership:
chairs:
@@ -348,12 +348,28 @@ sigs:
- name: sig-autoscaling-test-failures
description: Test Failures and Triage
subprojects:
- - name: autoscaler
+ - name: scale-client
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/client-go/master/scale/OWNERS # doesn't exist yet
+ - name: cluster-autoscaler
owners:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS
- - name: metrics
+ - name: vertical-pod-autoscaler
owners:
- - https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS
+ - name: horizontal-pod-autoscaler
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS
+ - https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS
+ - name: cluster-proportional-vertical-autoscaler
+ owners:
+ - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-vertical-autoscaler/master/OWNERS
+ - name: cluster-proportional-autoscaler
+ owners:
+ - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-autoscaler/master/OWNERS
+ - name: addon-resizer
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/autoscaler/master/addon-resizer/OWNERS
- name: AWS
dir: sig-aws
mission_statement: >
@@ -1020,6 +1036,9 @@ sigs:
- name: metrics-server
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/metrics-server/master/OWNERS
+ - name: metrics
+ owners:
+ - https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS
- name: Multicluster
dir: sig-multicluster
mission_statement: >