From a8fb89db5534f659e62e5c04528445b933d8e434 Mon Sep 17 00:00:00 2001 From: Michael Taufen Date: Fri, 17 Sep 2021 14:57:52 -0700 Subject: Dissolve WG Component Standard Per the recent announcement[1], update sigs.yaml to mark the dissolution of the Component Standard Working Group. [1]: https://groups.google.com/g/kubernetes-dev/c/_IN6H0m_QHk --- OWNERS_ALIASES | 3 -- archive/wg-component-standard/README.md | 54 +++++++++++++++++++++++++++++++++ liaisons.md | 1 - sig-list.md | 1 - sigs.yaml | 46 ---------------------------- wg-component-standard/README.md | 51 ------------------------------- 6 files changed, 54 insertions(+), 102 deletions(-) create mode 100644 archive/wg-component-standard/README.md delete mode 100644 wg-component-standard/README.md diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 71f358d5..37486f29 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -102,9 +102,6 @@ aliases: wg-api-expression-leads: - apelisse - kwiesmueller - wg-component-standard-leads: - - mtaufen - - stealthybox wg-data-protection-leads: - xing-yang - yuxiangqian diff --git a/archive/wg-component-standard/README.md b/archive/wg-component-standard/README.md new file mode 100644 index 00000000..6005c709 --- /dev/null +++ b/archive/wg-component-standard/README.md @@ -0,0 +1,54 @@ + +# Component Standard Working Group + +The Component Standard Working Group was disbanded in September 2021 due to lack of activity. This page remains for archival purposes. +Develop a standard foundation (philosophy and libraries) for core Kubernetes components to build on top of. Areas to standardize include configuration (flags, ComponentConfig APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md. + +## Stakeholder SIGs +* SIG API Machinery +* SIG Architecture +* SIG Cluster Lifecycle + +## Meetings +* Regular WG Meeting (please join kubernetes-dev@googlegroups.com or kubernetes-wg-component-standard@googlegroups.com to access the notes): [Tuesdays at 08:30 PT (Pacific Time)](https://zoom.us/j/8027741546) (no longer active). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:30&tz=PT%20%28Pacific%20Time%29). + * [Meeting notes and Agenda](https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI). +* Weekly Mentorship Office Hours - Come ask questions and get help: [Tuesdays at 10:00 PT (Pacific Time)](https://zoom.us/j/8027741546) (no longer active). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). + * [Meeting notes and Agenda](https://docs.google.com/document/d/1iVBnMAdiTE1Ej_O4P809MCHGVVUkfYmPx6zlSLG0hOg). + +## Emeritus Organizers + +* Lucas Käldström (**[@luxas](https://github.com/luxas)**) +* Michael Taufen (**[@mtaufen](https://github.com/mtaufen)**) +* Leigh Capili (**[@stealthybox](https://github.com/stealthybox)**) +* Dr. Stefan Schimanski (**[@sttts](https://github.com/sttts)**) + +## Contact +- Slack: [#wg-component-standard](https://kubernetes.slack.com/messages/wg-component-standard) +- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard) +- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fcomponent-standard) +- GitHub Teams: + - [@kubernetes/wg-component-standard](https://github.com/orgs/kubernetes/teams/wg-component-standard) - Component Standard Discussion +- Steering Committee Liaison: Christoph Blecker (**[@cblecker](https://github.com/cblecker)**) + + +## Issues +* [Project Board](https://github.com/orgs/kubernetes/projects/26) +* [kubernetes/kubernetes Issues / PR's needing Review](https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=label%3Awg%2Fcomponent-standard+) + +Issues are opened in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) or the appropriate project/component repo with the `wg/component-standard` label. +To apply this label to an issue using Prow, leave a comment containing `/wg component-standard` on its own line. + +[kubernetes/component-base](https://github.com/kubernetes/component-base) is an automated staging repository managed from the ./staging directory in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). Issues are not currently looked at on this repo. + +Adding issues to the project board is helpful. +The `wg/component-standard` label is used in other org's repos such as [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) meaning you can't link them easily in the Project Board. +For repos outside of the kubernetes org, You can add(`+`) a note with links to the issues on the Project Board. + + diff --git a/liaisons.md b/liaisons.md index 511a118c..02a67d45 100644 --- a/liaisons.md +++ b/liaisons.md @@ -48,7 +48,6 @@ of SIGs, WGs and UGs. | [SIG Usability](sig-usability/README.md) | Davanum Srinivas (**[@dims](https://github.com/dims)**) | | [SIG Windows](sig-windows/README.md) | Jordan Liggitt (**[@liggitt](https://github.com/liggitt)**) | | [WG API Expression](wg-api-expression/README.md) | Jordan Liggitt (**[@liggitt](https://github.com/liggitt)**) | -| [WG Component Standard](wg-component-standard/README.md) | Christoph Blecker (**[@cblecker](https://github.com/cblecker)**) | | [WG Data Protection](wg-data-protection/README.md) | Paris Pittman (**[@parispittman](https://github.com/parispittman)**) | | [WG IoT Edge](wg-iot-edge/README.md) | Derek Carr (**[@derekwaynecarr](https://github.com/derekwaynecarr)**) | | [WG K8s Infra](wg-k8s-infra/README.md) | Nikhita Raghunath (**[@nikhita](https://github.com/nikhita)**) | diff --git a/sig-list.md b/sig-list.md index 1874549d..f3f3644f 100644 --- a/sig-list.md +++ b/sig-list.md @@ -62,7 +62,6 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Stakeholder SIGs |Organizers | Contact | Meetings | |------|------------------|-----------|---------|----------| |[API Expression](wg-api-expression/README.md)|* API Machinery
* Architecture
|* [Antoine Pelisse](https://github.com/apelisse), Google
* [Kevin Wiesmueller](https://github.com/kwiesmueller), //SEIBERT/MEDIA GmbH
|* [Slack](https://kubernetes.slack.com/messages/wg-api-expression)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-api-expression)|* Regular WG Meeting: [Tuesdays at 9:30 PT (Pacific Time) (biweekly)](https://zoom.us/j/94238112084)
-|[Component Standard](wg-component-standard/README.md)|* API Machinery
* Architecture
* Cluster Lifecycle
|* [Michael Taufen](https://github.com/mtaufen), Google
* [Leigh Capili](https://github.com/stealthybox), Weaveworks
|* [Slack](https://kubernetes.slack.com/messages/wg-component-standard)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard)|* Regular WG Meeting (please join kubernetes-dev@googlegroups.com or kubernetes-wg-component-standard@googlegroups.com to access the notes): [Tuesdays at 08:30 PT (Pacific Time) (weekly)](https://zoom.us/j/8027741546)
* Weekly Mentorship Office Hours - Come ask questions and get help: [Tuesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/8027741546)
|[Data Protection](wg-data-protection/README.md)|* Apps
* Storage
|* [Xing Yang](https://github.com/xing-yang), VMware
* [Xiangqian Yu](https://github.com/yuxiangqian), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-data-protection)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-data-protection)|* Regular WG Meeting: [Wednesdays at 9:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/6933410772)
|[IoT Edge](wg-iot-edge/README.md)|* Multicluster
* Network
|* [Steve Wong](https://github.com/cantbewong), VMware
* [Cindy Xing](https://github.com/cindyxing), Microsoft
* [Dejan Bosanac](https://github.com/dejanb), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-iot-edge)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-iot-edge)|* APAC WG Meeting: [Wednesdays at 5:00 UTC (every four weeks)](https://zoom.us/j/91251176046?pwd=cmdqclovM3R3eDB1VlpuL1ZGU1hnZz09)
* Regular WG Meeting (Pacific Time): [Wednesdays at 09:00 PT (every four weeks)](https://zoom.us/j/92778512626?pwd=MXhlemwvYnhkQmkxeXllQ0Z5VGs4Zz09)
|[K8s Infra](wg-k8s-infra/README.md)|* Architecture
* Contributor Experience
* Release
* Testing
|* [Arnaud Meukam](https://github.com/ameukam), Alter Way
* [Davanum Srinivas](https://github.com/dims), VMware
* [Aaron Crickenberger](https://github.com/spiffxp), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-k8s-infra)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-k8s-infra)|* Regular WG Meeting: [Wednesdays at 20:00 UTC (bi-weekly)](https://zoom.us/j/93109963352?pwd=SHJTcFR2bVg1akYxSDREUWQzaldrQT09)
diff --git a/sigs.yaml b/sigs.yaml index f7059c4d..9f535bc4 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2702,52 +2702,6 @@ workinggroups: liaison: github: liggitt name: Jordan Liggitt -- dir: wg-component-standard - name: Component Standard - mission_statement: > - Develop a standard foundation (philosophy and libraries) for core Kubernetes components - to build on top of. Areas to standardize include configuration (flags, ComponentConfig - APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated - authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md. - - stakeholder_sigs: - - API Machinery - - Architecture - - Cluster Lifecycle - label: component-standard - leadership: - chairs: - - github: mtaufen - name: Michael Taufen - company: Google - - github: stealthybox - name: Leigh Capili - company: Weaveworks - meetings: - - description: Regular WG Meeting (please join kubernetes-dev@googlegroups.com or - kubernetes-wg-component-standard@googlegroups.com to access the notes) - day: Tuesday - time: "08:30" - tz: PT (Pacific Time) - frequency: weekly - url: https://zoom.us/j/8027741546 - archive_url: https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI - - description: Weekly Mentorship Office Hours - Come ask questions and get help - day: Tuesday - time: "10:00" - tz: PT (Pacific Time) - frequency: weekly - url: https://zoom.us/j/8027741546 - archive_url: https://docs.google.com/document/d/1iVBnMAdiTE1Ej_O4P809MCHGVVUkfYmPx6zlSLG0hOg - contact: - slack: wg-component-standard - mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard - teams: - - name: wg-component-standard - description: Component Standard Discussion - liaison: - github: cblecker - name: Christoph Blecker - dir: wg-data-protection name: Data Protection mission_statement: > diff --git a/wg-component-standard/README.md b/wg-component-standard/README.md deleted file mode 100644 index b78644d7..00000000 --- a/wg-component-standard/README.md +++ /dev/null @@ -1,51 +0,0 @@ - -# Component Standard Working Group - -Develop a standard foundation (philosophy and libraries) for core Kubernetes components to build on top of. Areas to standardize include configuration (flags, ComponentConfig APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md. - -## Stakeholder SIGs -* SIG API Machinery -* SIG Architecture -* SIG Cluster Lifecycle - -## Meetings -* Regular WG Meeting (please join kubernetes-dev@googlegroups.com or kubernetes-wg-component-standard@googlegroups.com to access the notes): [Tuesdays at 08:30 PT (Pacific Time)](https://zoom.us/j/8027741546) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:30&tz=PT%20%28Pacific%20Time%29). - * [Meeting notes and Agenda](https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI). -* Weekly Mentorship Office Hours - Come ask questions and get help: [Tuesdays at 10:00 PT (Pacific Time)](https://zoom.us/j/8027741546) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). - * [Meeting notes and Agenda](https://docs.google.com/document/d/1iVBnMAdiTE1Ej_O4P809MCHGVVUkfYmPx6zlSLG0hOg). - -## Organizers - -* Michael Taufen (**[@mtaufen](https://github.com/mtaufen)**), Google -* Leigh Capili (**[@stealthybox](https://github.com/stealthybox)**), Weaveworks - -## Contact -- Slack: [#wg-component-standard](https://kubernetes.slack.com/messages/wg-component-standard) -- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard) -- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fcomponent-standard) -- GitHub Teams: - - [@kubernetes/wg-component-standard](https://github.com/orgs/kubernetes/teams/wg-component-standard) - Component Standard Discussion -- Steering Committee Liaison: Christoph Blecker (**[@cblecker](https://github.com/cblecker)**) - - -## Issues -* [Project Board](https://github.com/orgs/kubernetes/projects/26) -* [kubernetes/kubernetes Issues / PR's needing Review](https://github.com/kubernetes/kubernetes/issues?utf8=%E2%9C%93&q=label%3Awg%2Fcomponent-standard+) - -Issues are opened in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes) or the appropriate project/component repo with the `wg/component-standard` label. -To apply this label to an issue using Prow, leave a comment containing `/wg component-standard` on its own line. - -[kubernetes/component-base](https://github.com/kubernetes/component-base) is an automated staging repository managed from the ./staging directory in [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes). Issues are not currently looked at on this repo. - -Adding issues to the project board is helpful. -The `wg/component-standard` label is used in other org's repos such as [kubernetes-sigs/kubebuilder](https://github.com/kubernetes-sigs/kubebuilder) meaning you can't link them easily in the Project Board. -For repos outside of the kubernetes org, You can add(`+`) a note with links to the issues on the Project Board. - - -- cgit v1.2.3