From 69f07277b661c2e60481ec2a558913f3ea74233e Mon Sep 17 00:00:00 2001 From: Derek Carr Date: Mon, 6 Apr 2020 14:58:53 -0400 Subject: retire wg resource mgmt --- OWNERS_ALIASES | 3 -- archive/wg-resource-management/OWNERS | 8 ++++ archive/wg-resource-management/README.md | 66 ++++++++++++++++++++++++++++++++ sig-list.md | 1 - sigs.yaml | 34 ---------------- wg-resource-management/OWNERS | 8 ---- wg-resource-management/README.md | 66 -------------------------------- 7 files changed, 74 insertions(+), 112 deletions(-) create mode 100644 archive/wg-resource-management/OWNERS create mode 100644 archive/wg-resource-management/README.md delete mode 100644 wg-resource-management/OWNERS delete mode 100644 wg-resource-management/README.md diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index ad54cbaa..8c765eb2 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -135,9 +135,6 @@ aliases: wg-policy-leads: - ericavonb - hannibalhuang - wg-resource-management-leads: - - derekwaynecarr - - vishh wg-security-audit-leads: - aasmall - cji diff --git a/archive/wg-resource-management/OWNERS b/archive/wg-resource-management/OWNERS new file mode 100644 index 00000000..41b30f58 --- /dev/null +++ b/archive/wg-resource-management/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs at https://go.k8s.io/owners + +reviewers: + - wg-resource-management-leads +approvers: + - wg-resource-management-leads +labels: + - wg/resource-management diff --git a/archive/wg-resource-management/README.md b/archive/wg-resource-management/README.md new file mode 100644 index 00000000..a666b203 --- /dev/null +++ b/archive/wg-resource-management/README.md @@ -0,0 +1,66 @@ + +# Resource Management Working Group + +Designing and shepherding cross-cutting features around compute resource isolation and utilization. + +## Stakeholder SIGs +* SIG Autoscaling +* SIG Instrumentation +* SIG Network +* SIG Node +* SIG Scheduling +* SIG Storage + +## Meetings +* Regular WG Meeting: [Wednesdays at 11:00 PT (Pacific Time)](https://zoom.us/j/4799874685) (biweekly (On demand)). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29). + * [Meeting notes and Agenda](https://docs.google.com/document/d/1j3vrG6BgE0hUDs2e-1ZUegKN4W4Adb1B6oJ6j-4kyPU). + * [Meeting recordings](https://www.youtube.com/watch?v=FUUJeWIEej0&list=PL69nYSiGNLP2uTrVwZCFtdEvLQvsbG2w4). + +## Organizers + +* Derek Carr (**[@derekwaynecarr](https://github.com/derekwaynecarr)**), Red Hat +* Vishnu Kannan (**[@vishh](https://github.com/vishh)**), Google + +## Contact +- Slack: [#wg-resource-mgmt](https://kubernetes.slack.com/messages/wg-resource-mgmt) +- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management) +- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fresource-management) + +A working group that is a cross-SIG effort currently sponsored by sig-node and sig-scheduling with +a focus on improving Kubernetes Compute Resource Management. + +Features tackled in this workgroup typically span more than one of the following SIGs: +* SIG-Node +* SIG-Scheduling +* SIG-Autoscaling +* SIG-Instrumentation +* SIG-Storage +* SIG-Networking + +Many advanced resource management topics span these functional areas, and this working +group is intended to support collaboration. Prior to pursuing major changes in compute resource +management, it is encouraged that community members share their ideas in this working group +to reach broad consensus across the SIGs. Once consensus is reached, the enhancements +are then managed by the appropriate SIGs based on impacted areas of code. + +It is an open and active working group, and we always welcome new additions! + +## Goals: + +Topics include, but are not limited to: + +* Support for Performance sensitive workloads (exclusive cores, cpu pinning strategies, numa) +* Integrating new hardware devices (gpus, fpga, infiniband, etc.) +* Improving resource isolation (local storage, hugepages, caches, etc.) +* Improving Quality of Service (Performance SLOs) +* Performance benchmarking +* APIs and extensions related to the features mentioned above +* ... + diff --git a/sig-list.md b/sig-list.md index d24d17b8..7cbf6ded 100644 --- a/sig-list.md +++ b/sig-list.md @@ -60,7 +60,6 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[Machine Learning](wg-machine-learning/README.md)|* Apps
* Node
|* [Klaus Ma](https://github.com/k82cn), Huawei
* [Kenneth Owens](https://github.com/kow3ns), Google
* [Vishnu Kannan](https://github.com/vishh), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-machine-learning)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-machine-learning)|* Regular WG Meeting: [Thursdays at 13:00 PT (Pacific Time) (biweekly)](https://zoom.com.cn/j/103404077)
|[Multitenancy](wg-multitenancy/README.md)|* API Machinery
* Auth
* Network
* Node
* Scheduling
* Storage
|* [Sanjeev Rampal](https://github.com/srampal), Cisco
* [Tasha Drew](https://github.com/tashimi), VMware
|* [Slack](https://kubernetes.slack.com/messages/wg-multitenancy)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy)|* Regular WG Meeting: [Tuesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)
|[Policy](wg-policy/README.md)|* Architecture
* Auth
* Multicluster
* Network
* Node
* Scheduling
* Storage
|* [Erica von Buelow](https://github.com/ericavonb), Red Hat
* [Howard Huang](https://github.com/hannibalhuang), Huawei
|* [Slack](https://kubernetes.slack.com/messages/wg-policy)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-policy)|* Regular WG Meeting: [Wednesdays at 16:00 PT (Pacific Time) (weekly)](https://zoom.us/j/7375677271)
-|[Resource Management](wg-resource-management/README.md)|* Autoscaling
* Instrumentation
* Network
* Node
* Scheduling
* Storage
|* [Derek Carr](https://github.com/derekwaynecarr), Red Hat
* [Vishnu Kannan](https://github.com/vishh), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-resource-mgmt)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management)|* Regular WG Meeting: [Wednesdays at 11:00 PT (Pacific Time) (biweekly (On demand))](https://zoom.us/j/4799874685)
|[Security Audit](wg-security-audit/README.md)|* Auth
|* [Aaron Small](https://github.com/aasmall), Google
* [Craig Ingram](https://github.com/cji), Salesforce
* [Jay Beale](https://github.com/jaybeale), InGuardians
* [Joel Smith](https://github.com/joelsmith), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-security-audit)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-security-audit)|* Regular WG Meeting: [Mondays at 13:00 PT (Pacific Time) (weekly)](https://docs.google.com/document/d/1RbC4SBZBlKth7IjYv_NaEpnmLGwMJ0ElpUOmsG-bdRA/edit)
### Master User Group List diff --git a/sigs.yaml b/sigs.yaml index 4c03a3b2..ffc5fbd6 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2715,40 +2715,6 @@ workinggroups: contact: slack: wg-policy mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-policy -- dir: wg-resource-management - name: Resource Management - mission_statement: > - Designing and shepherding cross-cutting features around compute resource isolation - and utilization. - - stakeholder_sigs: - - Autoscaling - - Instrumentation - - Network - - Node - - Scheduling - - Storage - label: resource-management - leadership: - chairs: - - github: derekwaynecarr - name: Derek Carr - company: Red Hat - - github: vishh - name: Vishnu Kannan - company: Google - meetings: - - description: Regular WG Meeting - day: Wednesday - time: "11:00" - tz: PT (Pacific Time) - frequency: biweekly (On demand) - url: https://zoom.us/j/4799874685 - archive_url: https://docs.google.com/document/d/1j3vrG6BgE0hUDs2e-1ZUegKN4W4Adb1B6oJ6j-4kyPU - recordings_url: https://www.youtube.com/watch?v=FUUJeWIEej0&list=PL69nYSiGNLP2uTrVwZCFtdEvLQvsbG2w4 - contact: - slack: wg-resource-mgmt - mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management - dir: wg-security-audit name: Security Audit mission_statement: > diff --git a/wg-resource-management/OWNERS b/wg-resource-management/OWNERS deleted file mode 100644 index 41b30f58..00000000 --- a/wg-resource-management/OWNERS +++ /dev/null @@ -1,8 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -reviewers: - - wg-resource-management-leads -approvers: - - wg-resource-management-leads -labels: - - wg/resource-management diff --git a/wg-resource-management/README.md b/wg-resource-management/README.md deleted file mode 100644 index a666b203..00000000 --- a/wg-resource-management/README.md +++ /dev/null @@ -1,66 +0,0 @@ - -# Resource Management Working Group - -Designing and shepherding cross-cutting features around compute resource isolation and utilization. - -## Stakeholder SIGs -* SIG Autoscaling -* SIG Instrumentation -* SIG Network -* SIG Node -* SIG Scheduling -* SIG Storage - -## Meetings -* Regular WG Meeting: [Wednesdays at 11:00 PT (Pacific Time)](https://zoom.us/j/4799874685) (biweekly (On demand)). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29). - * [Meeting notes and Agenda](https://docs.google.com/document/d/1j3vrG6BgE0hUDs2e-1ZUegKN4W4Adb1B6oJ6j-4kyPU). - * [Meeting recordings](https://www.youtube.com/watch?v=FUUJeWIEej0&list=PL69nYSiGNLP2uTrVwZCFtdEvLQvsbG2w4). - -## Organizers - -* Derek Carr (**[@derekwaynecarr](https://github.com/derekwaynecarr)**), Red Hat -* Vishnu Kannan (**[@vishh](https://github.com/vishh)**), Google - -## Contact -- Slack: [#wg-resource-mgmt](https://kubernetes.slack.com/messages/wg-resource-mgmt) -- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management) -- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fresource-management) - -A working group that is a cross-SIG effort currently sponsored by sig-node and sig-scheduling with -a focus on improving Kubernetes Compute Resource Management. - -Features tackled in this workgroup typically span more than one of the following SIGs: -* SIG-Node -* SIG-Scheduling -* SIG-Autoscaling -* SIG-Instrumentation -* SIG-Storage -* SIG-Networking - -Many advanced resource management topics span these functional areas, and this working -group is intended to support collaboration. Prior to pursuing major changes in compute resource -management, it is encouraged that community members share their ideas in this working group -to reach broad consensus across the SIGs. Once consensus is reached, the enhancements -are then managed by the appropriate SIGs based on impacted areas of code. - -It is an open and active working group, and we always welcome new additions! - -## Goals: - -Topics include, but are not limited to: - -* Support for Performance sensitive workloads (exclusive cores, cpu pinning strategies, numa) -* Integrating new hardware devices (gpus, fpga, infiniband, etc.) -* Improving resource isolation (local storage, hugepages, caches, etc.) -* Improving Quality of Service (Performance SLOs) -* Performance benchmarking -* APIs and extensions related to the features mentioned above -* ... - -- cgit v1.2.3