diff options
| -rw-r--r-- | OWNERS_ALIASES | 4 | ||||
| -rw-r--r-- | sig-api-machinery/README.md | 4 | ||||
| -rw-r--r-- | sig-list.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 32 | ||||
| -rw-r--r-- | wg-component-standard/README.md | 28 |
5 files changed, 69 insertions, 0 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index ae628ead..f3c43107 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -120,6 +120,10 @@ aliases: - garethr wg-apply-leads: - lavalamp + wg-component-standard-leads: + - luxas + - sttts + - mtaufen wg-container-identity-leads: - smarterclayton - destijl diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 8887d0ef..341cbb31 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -95,6 +95,10 @@ The following subprojects are owned by sig-api-machinery: - **yaml** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/OWNERS +- **component-base** + - Owners: + - https://raw.githubusercontent.com/kubernetes/component-base/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/OWNERS ## GitHub Teams diff --git a/sig-list.md b/sig-list.md index 2acd4064..89baed50 100644 --- a/sig-list.md +++ b/sig-list.md @@ -60,6 +60,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) |------|------------|---------|----------| |[App Def](wg-app-def/README.md)|* [Antoine Legrand](https://github.com/ant31), CoreOS<br>* [Bryan Liles](https://github.com/bryanl), Heptio<br>* [Gareth Rushgrove](https://github.com/garethr), Docker<br>|* [Slack](https://kubernetes.slack.com/messages/wg-app-def)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-app-def)|* Regular WG Meeting: [Wednesdays at 16:00 UTC (bi-weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Apply](wg-apply/README.md)|* [Daniel Smith](https://github.com/lavalamp), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-apply)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-apply)|* Regular WG Meeting: [Tuesdays at 9:30 PT (Pacific Time) (weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> +|[Component Standard](wg-component-standard/README.md)|* [Lucas Käldström](https://github.com/luxas), Luxas Labs (occasionally contracting for Weaveworks)<br>* [Dr. Stefan Schimanski](https://github.com/sttts), Red Hat<br>* [Michael Taufen](https://github.com/mtaufen), Google<br>|* [Slack](https://kubernetes.slack.com/messages/)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard)|* Regular WG Meeting: [Tuesdays at 08:30 PT (Pacific Time) (weekly)](https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI)<br> |[Container Identity](wg-container-identity/README.md)|* [Clayton Coleman](https://github.com/smarterclayton), Red Hat<br>* [Greg Castle](https://github.com/destijl), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-container-identity)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity)|* Regular WG Meeting: [Wednesdays at 10:00 PDT (bi-weekly (On demand))](https://zoom.us/my/k8s.sig.auth)<br> |[IoT Edge](wg-iot-edge/README.md)|* [Cindy Xing](https://github.com/cindyxing), Huawei<br>* [Dejan Bosanac](https://github.com/dejanb), Red Hat<br>* [Preston Holmes](https://github.com/ptone), Google<br>* [Steve Wong](https://github.com/cantbewong), VMWare<br>|* [Slack](https://kubernetes.slack.com/messages/wg-iot-edge)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-iot-edge)|* Regular WG Meeting: [Fridays at 16:00 UTC (bi-weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> |[Kubeadm Adoption](wg-kubeadm-adoption/README.md)|* [Lucas Käldström](https://github.com/luxas), Luxas Labs (occasionally contracting for Weaveworks)<br>* [Justin Santa Barbara](https://github.com/justinsb)<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* Regular WG Meeting: [Tuesdays at 18:00 UTC (bi-weekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> @@ -108,6 +108,10 @@ sigs: - name: yaml owners: - https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/OWNERS + - name: component-base + owners: + - https://raw.githubusercontent.com/kubernetes/component-base/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/OWNERS - name: Apps dir: sig-apps mission_statement: > @@ -2381,3 +2385,31 @@ workinggroups: contact: slack: wg-security-audit mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-audit + - name: Component Standard + dir: wg-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/0032-create-a-k8s-io-component-repo.md. + charter_link: + leadership: + chairs: + - name: Lucas Käldström + github: luxas + company: Luxas Labs (occasionally contracting for Weaveworks) + - name: Dr. Stefan Schimanski + github: sttts + company: Red Hat + - name: Michael Taufen + github: mtaufen + company: Google + meetings: + - description: Regular WG Meeting + day: Tuesday + time: "08:30" + tz: "PT (Pacific Time)" + frequency: weekly + url: https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI + contact: + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard + diff --git a/wg-component-standard/README.md b/wg-component-standard/README.md new file mode 100644 index 00000000..d6d08884 --- /dev/null +++ b/wg-component-standard/README.md @@ -0,0 +1,28 @@ +<!--- +This is an autogenerated file! + +Please do not edit this file directly, but instead make changes to the +sigs.yaml file in the project root. + +To understand how this file is generated, see https://git.k8s.io/community/generator/README.md +---> +# 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/0032-create-a-k8s-io-component-repo.md. + +## Meetings +* Regular WG Meeting: [Tuesdays at 08:30 PT (Pacific Time)](https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:30&tz=PT%20%28Pacific%20Time%29). + +## Organizers + +* Lucas Käldström (**[@luxas](https://github.com/luxas)**), Luxas Labs (occasionally contracting for Weaveworks) +* Dr. Stefan Schimanski (**[@sttts](https://github.com/sttts)**), Red Hat +* Michael Taufen (**[@mtaufen](https://github.com/mtaufen)**), Google + +## Contact +* [Slack](https://kubernetes.slack.com/messages/) +* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard) + +<!-- BEGIN CUSTOM CONTENT --> + +<!-- END CUSTOM CONTENT --> |
