Skip to content

Commit

Permalink
Merge pull request #3008 from mtaufen/wg-component
Browse files Browse the repository at this point in the history
Create component standard working group
  • Loading branch information
k8s-ci-robot committed Jan 10, 2019
2 parents e5cf48c + 96387cc commit e060786
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 0 deletions.
4 changes: 4 additions & 0 deletions OWNERS_ALIASES
Expand Up @@ -120,6 +120,10 @@ aliases:
- garethr
wg-apply-leads:
- lavalamp
wg-component-standard-leads:
- luxas
- sttts
- mtaufen
wg-container-identity-leads:
- smarterclayton
- destijl
Expand Down
4 changes: 4 additions & 0 deletions sig-api-machinery/README.md
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions sig-list.md
Expand Up @@ -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>
Expand Down
32 changes: 32 additions & 0 deletions sigs.yaml
Expand Up @@ -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: >
Expand Down Expand Up @@ -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

28 changes: 28 additions & 0 deletions 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 -->

0 comments on commit e060786

Please sign in to comment.