diff --git a/generator/README.md b/generator/README.md index 3a2dd2442..edef37b84 100644 --- a/generator/README.md +++ b/generator/README.md @@ -27,7 +27,11 @@ sig-list.md To (re)build documentation for all the SIGs, run these commands: ```bash -make all +make +``` +or +```bash +make generate ``` To build docs for one SIG, run one of these commands: diff --git a/generator/list.tmpl b/generator/list.tmpl index 9a80a8df0..9a5ee7295 100644 --- a/generator/list.tmpl +++ b/generator/list.tmpl @@ -2,7 +2,7 @@ # SIGs and Working Groups Most community activity is organized into Special Interest Groups (SIGs), -time bounded Working Groups, and the [community meeting](communication.md#Meeting). +time bounded Working Groups, and the [community meeting](communication.md#weekly-meeting). SIGs follow these [guidelines](governance.md) although each of these groups may operate a little differently depending on their needs and workflow. diff --git a/sig-list.md b/sig-list.md index 2f411c2ec..d219faecc 100644 --- a/sig-list.md +++ b/sig-list.md @@ -9,7 +9,7 @@ To understand how this file is generated, see generator/README.md. # SIGs and Working Groups Most community activity is organized into Special Interest Groups (SIGs), -time bounded Working Groups, and the [community meeting](communication.md#Meeting). +time bounded Working Groups, and the [community meeting](communication.md#weekly-meeting). SIGs follow these [guidelines](governance.md) although each of these groups may operate a little differently depending on their needs and workflow. @@ -56,10 +56,10 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md) | Name | Organizers | Contact | Meetings | |------|------------|---------|----------| |[App Def](wg-app-def/README.md)|* [Antoine Legrand](https://github.com/ant31), CoreOS
* [Sebastien Goasguen](https://github.com/sebgoa), Bitnami
|* [Slack](https://kubernetes.slack.com/messages/wg-app-def)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-app-def)|* [Wednesdays at 16:00 UTC (bi-weekly)]()
+|[Cluster API](wg-cluster-api/README.md)|* [Kris Nova](https://github.com/kris-nova), Microsoft
* [Jacob Beacham](https://github.com/pipejakob), Google
* [Robert Bailey](https://github.com/roberthbailey), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)| |[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)
+|[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)
|[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)|* [Wednesdays at 18:00 UTC (weekly (On demand))](https://zoom.us/j/4799874685)
-|[cluster api](wg-cluster-api/README.md)|* [Kris Nova](https://github.com/kris-nova), Microsoft
* [Jacob Beacham](https://github.com/pipejakob), Google
* [Robert Bailey](https://github.com/roberthbailey), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
* [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)
* [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 b49d14638..d87a0ed0f 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -769,7 +769,7 @@ workinggroups: contact: slack: wg-container-identity mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity - - name: kubeadm adoption + - 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 @@ -790,7 +790,7 @@ workinggroups: contact: slack: sig-cluster-lifecycle mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle - - name: cluster api + - 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). @@ -828,7 +828,7 @@ workinggroups: - day: Wednesday utc: "16:00" frequency: bi-weekly - meeting_archive_url: hhttps://docs.google.com/document/d/1Pxc-qwAt4FvuISZ_Ib5KdUwlynFkGueuzPx5Je_lbGM/edit + meeting_archive_url: https://docs.google.com/document/d/1Pxc-qwAt4FvuISZ_Ib5KdUwlynFkGueuzPx5Je_lbGM/edit contact: slack: wg-app-def mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-app-def diff --git a/wg-cluster-api/README.md b/wg-cluster-api/README.md index fa32c2cc9..23c4f87e8 100644 --- a/wg-cluster-api/README.md +++ b/wg-cluster-api/README.md @@ -6,7 +6,7 @@ sigs.yaml file in the project root. To understand how this file is generated, see generator/README.md. --> -# cluster api Working Group +# 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). diff --git a/wg-kubeadm-adoption/README.md b/wg-kubeadm-adoption/README.md index 97cdd6c04..15d1c1694 100644 --- a/wg-kubeadm-adoption/README.md +++ b/wg-kubeadm-adoption/README.md @@ -6,7 +6,7 @@ sigs.yaml file in the project root. To understand how this file is generated, see generator/README.md. --> -# kubeadm adoption Working Group +# 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.