summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sig-list.md1
-rw-r--r--sigs.yaml21
-rw-r--r--wg-kubeadm-adoption/OWNERS6
-rw-r--r--wg-kubeadm-adoption/README.md29
4 files changed, 57 insertions, 0 deletions
diff --git a/sig-list.md b/sig-list.md
index 1b5acef8..02d974f3 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>
+|[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 -->
<!-- END CUSTOM CONTENT -->
diff --git a/sigs.yaml b/sigs.yaml
index a468c01e..c1b837d3 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 00000000..1edfa5b0
--- /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 00000000..97cdd6c0
--- /dev/null
+++ b/wg-kubeadm-adoption/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.
+-->
+# 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)
+
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->