summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sig-list.md1
-rw-r--r--sigs.yaml18
-rw-r--r--wg-cluster-api/OWNERS8
-rw-r--r--wg-cluster-api/README.md29
4 files changed, 56 insertions, 0 deletions
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<br>* [Greg Gastle](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)|* [Tuesdays at 15:00 UTC (bi-weekly (On demand))](TBD)<br>
|[Resource Management](wg-resource-management/README.md)|* [Vishnu Kannan](https://github.com/vishh), Google<br>* [Derek Carr](https://github.com/derekwaynecarr), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/wg-resource-mgmt)<br>* [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)<br>
+|[cluster api](wg-cluster-api/README.md)|* [Kris Nova](https://github.com/kris-nova), Microsoft<br>* [Jacob Beacham](https://github.com/pipejakob), Google<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)|
|[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)|* [Tuesdays at 18:00 UTC (bi-weekly)](https://zoom.us/j/166836%E2%80%8B624)<br>
<!-- BEGIN CUSTOM CONTENT -->
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 @@
+<!---
+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 generator/README.md.
+-->
+# 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)
+
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->