diff --git a/sig-list.md b/sig-list.md index 1b5acef89..02d974f3c 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)
+|[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 a468c01e7..c1b837d34 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -737,3 +737,24 @@ workinggroups: contact: slack: wg-container-identity mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity + - name: kubeadm adoption + dir: wg-kubeadm-adoption + mission_statement: > + Boost adoption of the kubeadm tool. kubeadm is a tool for creating new Kubernetes clusters easily for new users, but can also be used as a toolbox for higher-level deployment + solutions. This working group makes sure kubeadm meets the extensibility requirements of those higher-level Kubernetes installers. + leads: + - name: Lucas Käldström + github: luxas + company: Luxas Labs (occasionally contracting for Weaveworks) + - name: Justin Santa Barbara + github: justinsb + meetings: + - day: Tuesday + utc: "18:00" + frequency: bi-weekly + meeting_url: https://zoom.us/j/166836%E2%80%8B624 + meeting_archive_url: https://docs.google.com/document/d/1KdXsLYiJYJdiRbtgZsx6qbHF4g_K-gAScB9Zs4avgzg/edit + meeting_recordings_url: https://www.youtube.com/watch?v=-Xlcrm5iT80&list=PLPgAK4Icr0ehh93BiMC3djAc5KoW7WIkl + contact: + slack: sig-cluster-lifecycle + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle diff --git a/wg-kubeadm-adoption/OWNERS b/wg-kubeadm-adoption/OWNERS new file mode 100644 index 000000000..1edfa5b0f --- /dev/null +++ b/wg-kubeadm-adoption/OWNERS @@ -0,0 +1,6 @@ +reviewers: + - luxas + - justinsb +approvers: + - luxas + - justinsb diff --git a/wg-kubeadm-adoption/README.md b/wg-kubeadm-adoption/README.md new file mode 100644 index 000000000..97cdd6c04 --- /dev/null +++ b/wg-kubeadm-adoption/README.md @@ -0,0 +1,29 @@ + +# kubeadm adoption Working Group + +Boost adoption of the kubeadm tool. kubeadm is a tool for creating new Kubernetes clusters easily for new users, but can also be used as a toolbox for higher-level deployment solutions. This working group makes sure kubeadm meets the extensibility requirements of those higher-level Kubernetes installers. + +## Meetings +* [Tuesdays at 18:00 UTC](https://zoom.us/j/166836%E2%80%8B624) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=18:00&tz=UTC). + +Meeting notes and Agenda can be found [here](https://docs.google.com/document/d/1KdXsLYiJYJdiRbtgZsx6qbHF4g_K-gAScB9Zs4avgzg/edit). +Meeting recordings can be found [here](https://www.youtube.com/watch?v=-Xlcrm5iT80&list=PLPgAK4Icr0ehh93BiMC3djAc5KoW7WIkl). + +## Organizers +* Lucas Käldström (**[@luxas](https://github.com/luxas)**), Luxas Labs (occasionally contracting for Weaveworks) +* Justin Santa Barbara (**[@justinsb](https://github.com/justinsb)**) + +## Contact +* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle) +* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) + + + +