Merge pull request #889 from roberthbailey/sig-cluster-lifecycle
Add roberthbailey as a lead for cluster-lifecycle.
This commit is contained in:
commit
786b30974b
|
|
@ -8,6 +8,7 @@ To understand how this file is generated, see generator/README.md.
|
|||
-->
|
||||
# Cluster Lifecycle SIG
|
||||
|
||||
The Cluster Lifecycle SIG is responsible for building the user experience for deploying and upgrading Kubernetes clusters.
|
||||
|
||||
## Meetings
|
||||
* [Tuesdays at 16:00 UTC](https://zoom.us/j/166836%E2%80%8B624) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=16:00&tz=UTC).
|
||||
|
|
@ -17,6 +18,7 @@ Meeting notes and Agenda can be found [here](https://docs.google.com/a/weave.wor
|
|||
## Leads
|
||||
* [Luke Marsden](https://github.com/lukemarsden), Weave
|
||||
* [Joe Beda](https://github.com/jbeda), Heptio
|
||||
* [Robert Bailey](https://github.com/roberthbailey), Google
|
||||
|
||||
## Contact
|
||||
* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|
|||
|[Azure](sig-azure/README.md)|* [Jason Hansen](https://github.com/slack), Microsoft<br>* [Cole Mickens](https://github.com/colemickens), Microsoft<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-azure)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-azure)|* [Wednesdays at 16:00 UTC (biweekly)](https://deis.zoom.us/j/2018742972)<br>
|
||||
|[Big Data](sig-big-data/README.md)|* [Anirudh Ramanathan](https://github.com/foxish), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-big-data)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-big-data)|* [Wednesdays at 17:00 UTC (weekly)](https://zoom.us/my/sig.big.data)<br>
|
||||
|[CLI](sig-cli/README.md)|* [Fabiano Franz](https://github.com/fabianofranz), Red Hat<br>* [Phillip Wittrock](https://github.com/pwittrock), Google<br>* [Tony Ado](https://github.com/AdoHe), Alibaba<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cli)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cli)|* [Wednesdays at 16:00 UTC (biweekly)](https://zoom.us/my/sigcli)<br>
|
||||
|[Cluster Lifecycle](sig-cluster-lifecycle/README.md)|* [Luke Marsden](https://github.com/lukemarsden), Weave<br>* [Joe Beda](https://github.com/jbeda), Heptio<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* [Tuesdays at 16:00 UTC (weekly)](https://zoom.us/j/166836%E2%80%8B624)<br>
|
||||
|[Cluster Lifecycle](sig-cluster-lifecycle/README.md)|* [Luke Marsden](https://github.com/lukemarsden), Weave<br>* [Joe Beda](https://github.com/jbeda), Heptio<br>* [Robert Bailey](https://github.com/roberthbailey), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* [Tuesdays at 16:00 UTC (weekly)](https://zoom.us/j/166836%E2%80%8B624)<br>
|
||||
|[Cluster Ops](sig-cluster-ops/README.md)|* [Rob Hirschfeld](https://github.com/zehicle), RackN<br>* [Jaice Singer DuMars](https://github.com/jdumars), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-ops)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-ops)|* [Thursdays at 20:00 UTC (biweekly)](https://zoom.us/j/297937771)<br>
|
||||
|[Contributor Experience](sig-contributor-experience/README.md)|* [Garrett Rodrigues](https://github.com/grodrigues3), Google<br>* [Elsie Phillips](https://github.com/Phillels), CoreOS<br>|* [Slack](https://kubernetes.slack.com/messages/sig-contribex)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-contribex)|* [Wednesdays at 16:30 UTC (biweekly)](https://zoom.us/j/7658488911)<br>
|
||||
|[Docs](sig-docs/README.md)|* [Devin Donnelly](https://github.com/devin-donnelly), Google<br>* [Jared Bhatti](https://github.com/jaredbhatti), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-docs)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs)|* [Tuesdays at 17:30 UTC (biweekly)](https://zoom.us/j/678394311)<br>
|
||||
|
|
|
|||
|
|
@ -210,6 +210,8 @@ sigs:
|
|||
- name: Cluster Lifecycle
|
||||
dir: sig-cluster-lifecycle
|
||||
mission_statement: >
|
||||
The Cluster Lifecycle SIG is responsible for building the user experience
|
||||
for deploying and upgrading Kubernetes clusters.
|
||||
leads:
|
||||
- name: Luke Marsden
|
||||
github: lukemarsden
|
||||
|
|
@ -217,6 +219,9 @@ sigs:
|
|||
- name: Joe Beda
|
||||
github: jbeda
|
||||
company: Heptio
|
||||
- name: Robert Bailey
|
||||
github: roberthbailey
|
||||
company: Google
|
||||
meetings:
|
||||
- day: Tuesday
|
||||
utc: "16:00"
|
||||
|
|
|
|||
Loading…
Reference in New Issue