Skip to content

Commit

Permalink
Merge pull request #1053 from roberthbailey/wg-cluster-api
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Adding the working group for the cluster API effort.

@luxas fyi
  • Loading branch information
Kubernetes Submit Queue committed Sep 12, 2017
2 parents 1902659 + a51d5b0 commit a3dc8a1
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
1 change: 1 addition & 0 deletions sig-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->

Expand Down
18 changes: 18 additions & 0 deletions sigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 8 additions & 0 deletions wg-cluster-api/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
reviewers:
- kris-nova
- pipejakob
- roberthbailey
approvers:
- kris-nova
- pipejakob
- roberthbailey
29 changes: 29 additions & 0 deletions wg-cluster-api/README.md
Original file line number Diff line number Diff line change
@@ -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 -->

0 comments on commit a3dc8a1

Please sign in to comment.