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.
This commit is contained in:
Solly Ross 2018-07-26 15:14:18 -04:00 committed by Solly Ross
parent 1b7ab870dd
commit bfd97a2008
4 changed files with 23 additions and 13 deletions

View File

@ -10,6 +10,8 @@ To understand how this file is generated, see https://git.k8s.io/community/gener
Covers development and maintenance of components 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. Covers development and maintenance of components 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.
The [charter](charter.md) defines the scope and governance of the Autoscaling Special Interest Group.
## Meetings ## Meetings
* Regular SIG Meeting: [Mondays at 14:00 UTC](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (biweekly/triweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=14:00&tz=UTC). * Regular SIG Meeting: [Mondays at 14:00 UTC](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (biweekly/triweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=14:00&tz=UTC).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1RvhQAEIrVLHbyNnuaT99-6u9ZUMp7BfkPupT2LAZK7w/edit). * [Meeting notes and Agenda](https://docs.google.com/document/d/1RvhQAEIrVLHbyNnuaT99-6u9ZUMp7BfkPupT2LAZK7w/edit).
@ -20,7 +22,7 @@ Covers development and maintenance of components for automated scaling in Kubern
The Chairs of the SIG run operations and processes governing the SIG. The Chairs of the SIG run operations and processes governing the SIG.
* Marcin Wielgus (**[@mwielgus](https://github.com/mwielgus)**), Google * Marcin Wielgus (**[@mwielgus](https://github.com/mwielgus)**), Google
* Solly Ross (**[@directxman12](https://github.com/directxman12)**), Red Hat * Solly Ross (**[@directxman12](https://github.com/directxman12)**), Google
## Contact ## Contact
* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling) * [Slack](https://kubernetes.slack.com/messages/sig-autoscaling)

View File

@ -5,9 +5,9 @@ the Roles and Organization Management outlined in [sig-governance].
## Scope ## Scope
Covers development and maintenance of components for automated scaling in Covers development and maintenance of Kubernetes components for automated
Kubernetes. This includes automated vertical and horizontal pod scaling in Kubernetes. This includes automated vertical and horizontal
autoscaling, initial resource estimation, cluster-proportional system pod autoscaling, initial resource estimation, cluster-proportional system
component autoscaling, and autoscaling of Kubernetes clusters themselves. component autoscaling, and autoscaling of Kubernetes clusters themselves.
### In scope ### In scope
@ -19,8 +19,8 @@ component autoscaling, and autoscaling of Kubernetes clusters themselves.
single-component scaling tools (e.g. pod-nanny), and single-component scaling tools (e.g. pod-nanny), and
cluster-proportional scaling tools cluster-proportional scaling tools
- Ensuring API interfaces (the scale subresource) are availble and usable - Ensuring API interfaces (the scale subresource) are available and usable
to enable other SIG to write autoscalable objects, and enable people to to enable other SIGs to write autoscalable objects, and enable people to
interact with those interfaces. interact with those interfaces.
[Link to SIG section in sigs.yaml][sigs.yaml] [Link to SIG section in sigs.yaml][sigs.yaml]
@ -28,13 +28,14 @@ component autoscaling, and autoscaling of Kubernetes clusters themselves.
#### Code, Binaries and Services #### Code, Binaries and Services
- Components and utilities that take automated action to scale a component - Components and utilities that take automated action to scale a component
on the cluster on the cluster (e.g. the horizontal-pod-autoscaler or addon-resizer
subproject)
- Components and utilities that take automated action to scale the cluster - Components and utilities that take automated action to scale the cluster
itself itself (e.g. the cluster-autoscaler subproject)
- Special parts of client-go for interacting with with the scaling - Special parts of client-go for interacting with with the scaling
interfaces used by the HPA (e.g. the polymorphic scale client). interfaces used by the HPA (e.g. the scale-client subproject)
#### Cross-cutting and Externally Facing Processes #### Cross-cutting and Externally Facing Processes
@ -44,16 +45,22 @@ component autoscaling, and autoscaling of Kubernetes clusters themselves.
- Coordinating with SIG Instrumentation to ensure that metrics APIs are - Coordinating with SIG Instrumentation to ensure that metrics APIs are
suitable for autoscaling on. suitable for autoscaling on.
- Coordinating with SIG Scheduling to make sure scheduling descisions can - Coordinating with SIG Scheduling to make sure scheduling decisions can
interact well with the cluster autoscaler interact well with the cluster autoscaler
- Coordinating with SIG Cluster Lifecycle on integration between the
cluster autoscaler and cluster API
- Coordinating with SIG Node around Kubelet requirements for vertical
scaling of pods
### Out of scope ### Out of scope
- Testing general cluster performance at scale (this falls under the - Testing general cluster performance at scale (this falls under the
purview of [SIG Scalability]). purview of [SIG Scalability]).
- Owning metrics APIs (this falls under the purview of [SIG - Owning metrics APIs (this falls under the purview of [SIG
Instrumentation]. SIG Autoscaling should collaborate with [SIG Instrumentation]). SIG Autoscaling should collaborate with [SIG
Instrumentation] to ensure that metrics APIs are suitable for using in Instrumentation] to ensure that metrics APIs are suitable for using in
autoscaling. autoscaling.

View File

@ -26,7 +26,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|[Apps](sig-apps/README.md)|apps|* [Matt Farina](https://github.com/mattfarina), Samsung SDS<br>* [Adnan Abdulhussein](https://github.com/prydonius), Bitnami<br>* [Kenneth Owens](https://github.com/kow3ns), Google<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) (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Apps](sig-apps/README.md)|apps|* [Matt Farina](https://github.com/mattfarina), Samsung SDS<br>* [Adnan Abdulhussein](https://github.com/prydonius), Bitnami<br>* [Kenneth Owens](https://github.com/kow3ns), Google<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) (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|[Architecture](sig-architecture/README.md)|architecture|* [Brian Grant](https://github.com/bgrant0607), Google<br>* [Jaice Singer DuMars](https://github.com/jdumars), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* Regular SIG Meeting: [Thursdays at 19:00 UTC (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Architecture](sig-architecture/README.md)|architecture|* [Brian Grant](https://github.com/bgrant0607), Google<br>* [Jaice Singer DuMars](https://github.com/jdumars), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-architecture)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-architecture)|* Regular SIG Meeting: [Thursdays at 19:00 UTC (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|[Auth](sig-auth/README.md)|auth|* [Mike Danese](https://github.com/mikedanese), Google<br>* [Mo Khan](https://github.com/enj), Red Hat<br>* [Tim Allclair](https://github.com/tallclair), Google<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://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Auth](sig-auth/README.md)|auth|* [Mike Danese](https://github.com/mikedanese), Google<br>* [Mo Khan](https://github.com/enj), Red Hat<br>* [Tim Allclair](https://github.com/tallclair), Google<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://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|[Autoscaling](sig-autoscaling/README.md)|autoscaling|* [Marcin Wielgus](https://github.com/mwielgus), Google<br>* [Solly Ross](https://github.com/directxman12), Red Hat<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 14:00 UTC (biweekly/triweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Autoscaling](sig-autoscaling/README.md)|autoscaling|* [Marcin Wielgus](https://github.com/mwielgus), Google<br>* [Solly Ross](https://github.com/directxman12), 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 14:00 UTC (biweekly/triweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|[AWS](sig-aws/README.md)|aws|* [Justin Santa Barbara](https://github.com/justinsb)<br>* [Kris Nova](https://github.com/kris-nova), Heptio<br>* [Nishi Davidson](https://github.com/d-nishi), AWS<br>|* [Slack](https://kubernetes.slack.com/messages/sig-aws)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* Regular SIG Meeting: [Fridays at 9:00 PT (Pacific Time) (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[AWS](sig-aws/README.md)|aws|* [Justin Santa Barbara](https://github.com/justinsb)<br>* [Kris Nova](https://github.com/kris-nova), Heptio<br>* [Nishi Davidson](https://github.com/d-nishi), AWS<br>|* [Slack](https://kubernetes.slack.com/messages/sig-aws)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-aws)|* Regular SIG Meeting: [Fridays at 9:00 PT (Pacific Time) (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|[Azure](sig-azure/README.md)|azure|* [Stephen Augustus](https://github.com/justaugustus), Red Hat<br>* [Dave Strebel](https://github.com/dstrebel), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-azure)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)|* Regular SIG Meeting: [Wednesdays at 16:00 UTC (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Azure](sig-azure/README.md)|azure|* [Stephen Augustus](https://github.com/justaugustus), Red Hat<br>* [Dave Strebel](https://github.com/dstrebel), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-azure)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)|* Regular SIG Meeting: [Wednesdays at 16:00 UTC (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>
|[Big Data](sig-big-data/README.md)|big-data|* [Anirudh Ramanathan](https://github.com/foxish), Rockset<br>* [Erik Erlandson](https://github.com/erikerlandson), Red Hat<br>* [Yinan Li](https://github.com/liyinan926), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-big-data)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-big-data)|* Regular SIG Meeting: [Wednesdays at 17:00 UTC (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Big Data](sig-big-data/README.md)|big-data|* [Anirudh Ramanathan](https://github.com/foxish), Rockset<br>* [Erik Erlandson](https://github.com/erikerlandson), Red Hat<br>* [Yinan Li](https://github.com/liyinan926), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-big-data)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-big-data)|* Regular SIG Meeting: [Wednesdays at 17:00 UTC (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br>

View File

@ -425,6 +425,7 @@ sigs:
Kubernetes. This includes automated vertical and horizontal pod Kubernetes. This includes automated vertical and horizontal pod
autoscaling, initial resource estimation, cluster-proportional system autoscaling, initial resource estimation, cluster-proportional system
component autoscaling, and autoscaling of Kubernetes clusters themselves. component autoscaling, and autoscaling of Kubernetes clusters themselves.
charter_link: charter.md
label: autoscaling label: autoscaling
leadership: leadership:
chairs: chairs:
@ -433,7 +434,7 @@ sigs:
company: Google company: Google
- name: Solly Ross - name: Solly Ross
github: directxman12 github: directxman12
company: Red Hat company: Google
meetings: meetings:
- description: Regular SIG Meeting - description: Regular SIG Meeting
day: Monday day: Monday