Add the kubeadm adoption WG to this repo
This commit is contained in:
parent
d57a2a5d6f
commit
31623e7c7e
|
@ -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 -->
|
||||
|
|
21
sigs.yaml
21
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
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
reviewers:
|
||||
- luxas
|
||||
- justinsb
|
||||
approvers:
|
||||
- luxas
|
||||
- justinsb
|
|
@ -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 -->
|
Loading…
Reference in New Issue