From a51d5b045be4c43793f34d7cb17b4b6e598d9db6 Mon Sep 17 00:00:00 2001 From: Robert Bailey Date: Tue, 12 Sep 2017 13:20:47 -0700 Subject: Adding the working group for the cluster API effort. --- sig-list.md | 1 + sigs.yaml | 18 ++++++++++++++++++ wg-cluster-api/OWNERS | 8 ++++++++ wg-cluster-api/README.md | 29 +++++++++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 wg-cluster-api/OWNERS create mode 100644 wg-cluster-api/README.md diff --git a/sig-list.md b/sig-list.md index a9c4670c..e634bb52 100644 --- a/sig-list.md +++ b/sig-list.md @@ -57,6 +57,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) |------|------------|---------|----------| |[Container Identity](wg-container-identity/README.md)|* [Clayton Coleman](https://github.com/smarterclayton), Red Hat
* [Greg Gastle](https://github.com/destijl), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-container-identity)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity)|* [Tuesdays at 15:00 UTC (bi-weekly (On demand))](TBD)
|[Resource Management](wg-resource-management/README.md)|* [Vishnu Kannan](https://github.com/vishh), Google
* [Derek Carr](https://github.com/derekwaynecarr), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-resource-mgmt)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management)|* [Tuesdays at 18:00 UTC (weekly (On demand))](https://zoom.us/j/4799874685)
+|[cluster api](wg-cluster-api/README.md)|* [Kris Nova](https://github.com/kris-nova), Microsoft
* [Jacob Beacham](https://github.com/pipejakob), Google
* [Robert Bailey](https://github.com/roberthbailey), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)| |[kubeadm adoption](wg-kubeadm-adoption/README.md)|* [Lucas Käldström](https://github.com/luxas), Luxas Labs (occasionally contracting for Weaveworks)
* [Justin Santa Barbara](https://github.com/justinsb)
|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* [Tuesdays at 18:00 UTC (bi-weekly)](https://zoom.us/j/166836%E2%80%8B624)
diff --git a/sigs.yaml b/sigs.yaml index 213b5047..f41f32be 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -758,3 +758,21 @@ workinggroups: contact: slack: sig-cluster-lifecycle mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle + - name: cluster api + dir: wg-cluster-api + mission_statement: > + Define a portable API that represents a Kubernetes cluster. The API will contain the control plane and its configuration and the underlying infrastructure (nodes, node pools, etc). + leads: + - name: Kris Nova + github: kris-nova + company: Microsoft + - name: Jacob Beacham + github: pipejakob + company: Google + - name: Robert Bailey + github: roberthbailey + company: Google + meeting_archive_url: https://docs.google.com/document/d/16ils69KImmE94RlmzjWDrkmFZysgB2J4lGnYMRN89WM/edit + contact: + slack: sig-cluster-lifecycle + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle diff --git a/wg-cluster-api/OWNERS b/wg-cluster-api/OWNERS new file mode 100644 index 00000000..b28607fc --- /dev/null +++ b/wg-cluster-api/OWNERS @@ -0,0 +1,8 @@ +reviewers: + - kris-nova + - pipejakob + - roberthbailey +approvers: + - kris-nova + - pipejakob + - roberthbailey diff --git a/wg-cluster-api/README.md b/wg-cluster-api/README.md new file mode 100644 index 00000000..fa32c2cc --- /dev/null +++ b/wg-cluster-api/README.md @@ -0,0 +1,29 @@ + +# cluster api Working Group + +Define a portable API that represents a Kubernetes cluster. The API will contain the control plane and its configuration and the underlying infrastructure (nodes, node pools, etc). + +## Meetings + +Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/16ils69KImmE94RlmzjWDrkmFZysgB2J4lGnYMRN89WM/edit). +Meeting recordings can be found [here](). + +## Organizers +* Kris Nova (**[@kris-nova](https://github.com/kris-nova)**), Microsoft +* Jacob Beacham (**[@pipejakob](https://github.com/pipejakob)**), Google +* Robert Bailey (**[@roberthbailey](https://github.com/roberthbailey)**), Google + +## Contact +* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle) +* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) + + + + -- cgit v1.2.3