From 4d1ec8899aa905f4b62ec9684ca1c1a530eaedd7 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Mon, 14 Feb 2022 18:08:51 +0200 Subject: [PATCH 1/3] sig-cl: update CONTRIBUTING.md - Fix malformed link - Include link to VODs --- sig-cluster-lifecycle/CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sig-cluster-lifecycle/CONTRIBUTING.md b/sig-cluster-lifecycle/CONTRIBUTING.md index 9280b23c2..2de9265fa 100644 --- a/sig-cluster-lifecycle/CONTRIBUTING.md +++ b/sig-cluster-lifecycle/CONTRIBUTING.md @@ -18,12 +18,13 @@ maintainer responsibilities, and direct engagement from maintainers is a finite ## SIG Cluster Lifecycle explained -Read the SIG mission outlined in the SIG [charter][https://git.k8s.io/community/sig-cluster-lifecycle/charter.md]. +Read the SIG mission outlined in the SIG [charter](https://git.k8s.io/community/sig-cluster-lifecycle/charter.md). Video resources: - [SIG introduction at KubeCon NA 2020](https://www.youtube.com/watch?v=qi-X-Wszetc) - [Slides](https://docs.google.com/presentation/d/18I1YvBUegWegc7oBJiLLxwA2I1c9VVjH) - [SIG contributor onboarding](https://www.youtube.com/watch?v=Bof9aveB3rA) +- [SIG meeting VOD archive](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4) ## Get in touch with the SIG From 5896db6acfb4068a0fd4737259a6bf0567e950c2 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 9 Feb 2022 15:54:00 +0200 Subject: [PATCH 2/3] sig-cl: remove the kubespray Zoom meeting As discussed with the kubespray maintainers: https://kubernetes.slack.com/archives/C2V9WJSJD/p1643716538243509 Their Zoom meeting is no longer active. The maintainers expressed that Slack is sufficient for them and we should remove the meeting from the calendar for the time being. Remove the meeting from sigs.yaml It was also removed from the SIG CL calendar. --- sig-cluster-lifecycle/README.md | 3 --- sigs.yaml | 8 -------- 2 files changed, 11 deletions(-) diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index a5b999357..031d7f02d 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -187,9 +187,6 @@ The following [subprojects][subproject-definition] are owned by sig-cluster-life - [kubernetes-sigs/kubespray](https://github.com/kubernetes-sigs/kubespray/blob/master/OWNERS) - **Contact:** - Slack: [#kubespray](https://kubernetes.slack.com/messages/kubespray) -- **Meetings:** - - Kubespray Office Hours: [Wednesdays at 08:00 PT (Pacific Time)](https://zoom.us/j/532465189?pwd=THMvL2MzdjZXWG55eHpJMkU2dkI1dz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:00&tz=PT%20%28Pacific%20Time%29). - - [Meeting notes and Agenda](https://docs.google.com/document/d/1oDI1rTwla393k6nEMkqz0RU9rUl3J1hov0kQfNcl-4o/edit). ### minikube - **Owners:** - [kubernetes/minikube](https://github.com/kubernetes/minikube/blob/master/OWNERS) diff --git a/sigs.yaml b/sigs.yaml index 7afb4f3c9..722a85aaf 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1180,14 +1180,6 @@ sigs: slack: kubespray owners: - https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS - meetings: - - description: Kubespray Office Hours - day: Wednesday - time: "08:00" - tz: PT (Pacific Time) - frequency: biweekly - url: https://zoom.us/j/532465189?pwd=THMvL2MzdjZXWG55eHpJMkU2dkI1dz09 - archive_url: https://docs.google.com/document/d/1oDI1rTwla393k6nEMkqz0RU9rUl3J1hov0kQfNcl-4o/edit - name: minikube contact: slack: minikube From 0df6fd0b0357c5e4f7c439cee10d26f6e92d2618 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 26 Jan 2022 16:21:45 +0200 Subject: [PATCH 3/3] sig-cl: resolve some warnings with the maintainers tool - Remove kube-up as a subproject. The tool correctly discovers that we do not have OWNERS under k/k/cluster. - Add mailing list / slack / description to projects that did not have it. - Rename kops -> kOps to match the project rename that happened some time ago. - Add more OWNERS URLs in the kubeadm subproject section. These are not kubeadm specific repositories, but kubeadm is the best fit given the top level SIG struct does not have OWNERS. --- sig-cluster-lifecycle/README.md | 72 ++++++++++++++++++++++++++--- sig-list.md | 2 +- sigs.yaml | 80 ++++++++++++++++++++++++++++++--- 3 files changed, 141 insertions(+), 13 deletions(-) diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 031d7f02d..a9a164af0 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -44,7 +44,7 @@ subprojects, and resolve cross-subproject technical issues and decisions. - [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fcluster-lifecycle) - GitHub Teams: - - [@kubernetes/sig-cluster-lifecycle](https://github.com/orgs/kubernetes/teams/sig-cluster-lifecycle) - Notify group + - [@kubernetes/sig-cluster-lifecycle](https://github.com/orgs/kubernetes/teams/sig-cluster-lifecycle) - SIG Cluster Lifecycle mailing list - Steering Committee Liaison: Davanum Srinivas (**[@dims](https://github.com/dims)**) ## Working Groups @@ -57,141 +57,201 @@ The following [working groups][working-group-definition] are sponsored by sig-cl The following [subprojects][subproject-definition] are owned by sig-cluster-lifecycle: ### cluster-addons +A project for figuring out the best way to install, manage and deliver cluster addons - **Owners:** - [kubernetes-sigs/cluster-addons](https://github.com/kubernetes-sigs/cluster-addons/blob/master/OWNERS) - **Contact:** - Slack: [#cluster-addons](https://kubernetes.slack.com/messages/cluster-addons) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster Addons meeting: [Tuesdays at 09:00 PT (Pacific Time)](https://zoom.us/j/130096731?pwd=U3pzWloxZ0lpbEtadTZGSERRdENrZz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/10_tl_SXcFGb-2109QpcFVrdrfnVEuQ05MBrXtasB0vk/edit). ### cluster-api +A project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters - **Owners:** - [kubernetes-sigs/cluster-api](https://github.com/kubernetes-sigs/cluster-api/blob/main/OWNERS) - **Contact:** - Slack: [#cluster-api](https://kubernetes.slack.com/messages/cluster-api) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API office hours: [Wednesdays at 10:00 PT (Pacific Time)](https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1ushaVqAKYnZ2VN_aa3GyKlS4kEd6bSug13xaXOakAQI/edit). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). ### cluster-api-operator +Leverages a declarative API and an operator to empower admins to handle the lifecycle of Cluster API providers within the management cluster - **Owners:** - [kubernetes-sigs/cluster-api-operator](https://github.com/kubernetes-sigs/cluster-api-operator/blob/main/OWNERS) - **Contact:** - Slack: [#cluster-api-operator](https://kubernetes.slack.com/messages/cluster-api-operator) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) ### cluster-api-provider-aws +Cluster API infrastructure provider for AWS - **Owners:** - [kubernetes-sigs/cluster-api-provider-aws](https://github.com/kubernetes-sigs/cluster-api-provider-aws/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-aws](https://kubernetes.slack.com/messages/cluster-api-aws) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API Provider AWS office hours: [Mondays at 09:00 PT (Pacific Time)](https://zoom.us/j/423312508?pwd=Tk9OWnZ4WHg2T2xRek9xZXA1eFQ4dz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1iW-kqcX-IhzVGFrRKTSPGBPOc-0aUvygOVoJ5ETfEZU/). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). ### cluster-api-provider-azure +Cluster API infrastructure provider for Azure - **Owners:** - [kubernetes-sigs/cluster-api-provider-azure](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-azure](https://kubernetes.slack.com/messages/cluster-api-azure) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API Provider Azure office hours: [Thursdays at 08:00 PT (Pacific Time)](https://zoom.us/j/566930821?pwd=N2JuRWljc3hGS3ZnVlBLTk42TFlzQT09) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](http://bit.ly/k8s-capz-agenda). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). ### cluster-api-provider-digitalocean +Cluster API infrastructure provider for DigitalOcean - **Owners:** - [kubernetes-sigs/cluster-api-provider-digitalocean](https://github.com/kubernetes-sigs/cluster-api-provider-digitalocean/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-digitalocean](https://kubernetes.slack.com/messages/cluster-api-digitalocean) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API Provider DigitalOcean office hours: [Thursdays at 09:00 PT (Pacific Time)](https://zoom.us/j/91312171751?pwd=bndnMDdJMkhySDVncjZoR1VhdFBTZz09) (monthly, second Thursday of the month). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](http://bit.ly/k8s-capdo-agenda). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). ### cluster-api-provider-gcp +Cluster API infrastructure provider for GCP - **Owners:** - [kubernetes-sigs/cluster-api-provider-gcp](https://github.com/kubernetes-sigs/cluster-api-provider-gcp/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-gcp](https://kubernetes.slack.com/messages/cluster-api-gcp) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) ### cluster-api-provider-ibmcloud +Cluster API infrastructure provider for IBM Cloud - **Owners:** - [kubernetes-sigs/cluster-api-provider-ibmcloud](https://github.com/kubernetes-sigs/cluster-api-provider-ibmcloud/blob/main/OWNERS) - **Contact:** - Slack: [#cluster-api-ibmcloud](https://kubernetes.slack.com/messages/cluster-api-ibmcloud) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API Provider IBM Cloud office hours: [Fridays at 09:00 IST](https://zoom.us/j/9392903494) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=IST). - [Meeting notes and Agenda](https://docs.google.com/document/d/1oWnqXy1VFv0E3kovQoZfS6IlVP0L4eaQsN-2HYC_6_A). - [Meeting recordings](https://www.youtube.com/playlist?list=PLcYv3LH7qY9Nvx4lNaeOeBrfBZa777h3m). ### cluster-api-provider-kubemark +Cluster API infrastructure provider for Kubemark - **Owners:** - [kubernetes-sigs/cluster-api-provider-kubemark](https://github.com/kubernetes-sigs/cluster-api-provider-kubemark/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-kubemark](https://kubernetes.slack.com/messages/cluster-api-kubemark) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) ### cluster-api-provider-kubevirt +Cluster API infrastructure provider for KubeVirt - **Owners:** - [kubernetes-sigs/cluster-api-provider-kubevirt](https://github.com/kubernetes-sigs/cluster-api-provider-kubevirt/blob/main/OWNERS) +- **Contact:** + - Slack: [#cluster-api-kubevirt](https://kubernetes.slack.com/messages/cluster-api-kubevirt) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API Provider KubeVirt Syncup Meetings: [Tuesdays at 8:00 PT (Pacific Time)](https://zoom.us/j/94685513559?pwd=cnI3RUQyZ3RrckpOc1BQNDA1Q1BrZz09) (weekly starting Tuesday December 7th, 2021). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=8:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1ZAnRLCKOVbDqrsrYis2OR0aZIAlqp576gCJVCkMNiHM/edit?usp=sharing). ### cluster-api-provider-nested +Cluster API infrastructure provider for Nested Clusters - **Owners:** - [kubernetes-sigs/cluster-api-provider-nested](https://github.com/kubernetes-sigs/cluster-api-provider-nested/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-nested](https://kubernetes.slack.com/messages/cluster-api-nested) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API Provider Nested Office Hours: [Tuesdays at 10:00 PT (Pacific Time)](https://zoom.us/j/91929881559?pwd=WllxazhTUzBFN1BNWTRadTA3NGtQQT09) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/10aTeq2lhXW_3aFQAd_MdGjY8PtZPslKhZCCcXxFp3_Q/edit). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). ### cluster-api-provider-openstack +Cluster API infrastructure provider for OpenStack - **Owners:** - [kubernetes-sigs/cluster-api-provider-openstack](https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/master/OWNERS) +- **Contact:** + - Slack: [#cluster-api-openstack](https://kubernetes.slack.com/messages/cluster-api-openstack) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) ### cluster-api-provider-packet +Cluster API infrastructure provider for Packet - **Owners:** - [kubernetes-sigs/cluster-api-provider-packet](https://github.com/kubernetes-sigs/cluster-api-provider-packet/blob/master/OWNERS) - **Contact:** - Slack: [#cluster-api-packet](https://kubernetes.slack.com/messages/cluster-api-packet) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) ### cluster-api-provider-vsphere +Cluster API infrastructure provider for vSphere - **Owners:** - [kubernetes-sigs/cluster-api-provider-vsphere](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/OWNERS) - **Contact:** - Slack: [#cluster-api-vsphere](https://kubernetes.slack.com/messages/cluster-api-vsphere) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Cluster API vSphere meeting: [Thursdays at 10:00 PT (Pacific Time)](https://zoom.us/j/92253194848?pwd=cVVVNDMxeTl1QVJPUlpvLzNSVU1JZz09) (biweekly starting Thursday June 25th, 2020). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1jQrQiOW75uWraPk4b_LWtCTHwT7EZwrWWwMdxeWOEvk/edit?usp=sharing). - [Meeting recordings](https://www.youtube.com/playlist?list=PLutJyDdkKQIovV-AONxMa2cyv-_5LAYiu). ### etcdadm +A command-line tool for operating etcd clusters - **Owners:** - [kubernetes-sigs/etcdadm](https://github.com/kubernetes-sigs/etcdadm/blob/master/OWNERS) - **Contact:** - Slack: [#etcdadm](https://kubernetes.slack.com/messages/etcdadm) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - etcdadm Office Hours: [Mondays at 09:00 PT (Pacific Time)](https://zoom.us/j/612375927?pwd=MldxRnRSOExCVW1rbjM4ZzBSc3MvUT09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1b_J0oBvi9lL0gsPgTOrCw1Zlx3e7BYEuXnB3d2S15pA/edit). ### image-builder +A collection of cross-provider Kubernetes virtual machine image building utilities - **Owners:** - [kubernetes-sigs/image-builder](https://github.com/kubernetes-sigs/image-builder/blob/master/OWNERS) - **Contact:** - Slack: [#image-builder](https://kubernetes.slack.com/messages/image-builder) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - Image Builder office hours: [Thursdays at 08:00 PT (Pacific Time)](https://zoom.us/j/807524571?pwd=WEFTeDJzeWU3bVFkcWQ0UEdZRkRCdz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=08:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1YIOD0Nnid_0h6rKlDxcbfJaoIRNO6mQd9Or5vKRNxaU/edit). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). -### kops +### kOps +A tool for creating, destroying, upgrading and maintaining production-grade, highly available, Kubernetes cluster that also provisions infrastructure - **Owners:** - [kubernetes/kops](https://github.com/kubernetes/kops/blob/master/OWNERS) +- **Contact:** + - Slack: [#kops-dev](https://kubernetes.slack.com/messages/kops-dev) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - - kops Office Hours: [Fridays at 09:00 PT (Pacific Time)](https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). + - kOps Office Hours: [Fridays at 09:00 PT (Pacific Time)](https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/12QkyL0FkNbWPcLFxxRGSPt_tNPBHbmni3YLY-lHny7E/edit). -### kube-up -- **Owners:** - - [kubernetes/kubernetes/cluster](https://github.com/kubernetes/kubernetes/blob/master/cluster/OWNERS) ### kubeadm +A tool that performs the actions necessary to get a minimum viable, secure cluster up and running in a user friendly way - **Owners:** - [kubernetes/cluster-bootstrap](https://github.com/kubernetes/cluster-bootstrap/blob/master/OWNERS) - [kubernetes/kubeadm](https://github.com/kubernetes/kubeadm/blob/main/OWNERS) - [kubernetes/kubernetes/cmd/kubeadm](https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/OWNERS) + - [kubernetes/kubernetes/staging/src/k8s.io/cluster-bootstrap](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/cluster-bootstrap/OWNERS) + - [kubernetes/kubernetes/staging/src/k8s.io/component-base/configz](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-base/configz/OWNERS) + - [kubernetes/kubernetes/staging/src/k8s.io/component-base/featuregate](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/component-base/featuregate/OWNERS) + - [kubernetes/kubernetes/test/e2e/lifecycle](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/lifecycle/OWNERS) + - [kubernetes/kubernetes/test/e2e_kubeadm](https://github.com/kubernetes/kubernetes/blob/master/test/e2e_kubeadm/OWNERS) - [kubernetes/system-validators](https://github.com/kubernetes/system-validators/blob/master/OWNERS) - **Contact:** - Slack: [#kubeadm](https://kubernetes.slack.com/messages/kubeadm) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - kubeadm Office Hours: [Wednesdays at 09:00 PT (Pacific Time)](https://zoom.us/j/179916854?pwd=dzRhbjFnRGVQRDVUVHY1a29JV2JxUT09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1ONcoy8bOw8SWPUwXxnKeRZST3lnUxYpUv4Y6466h9Ek/edit). - [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4). ### kubespray +A project that uses Ansible / Vagrant for deploying production ready clusters on different infrastructure - **Owners:** - [kubernetes-sigs/kubespray](https://github.com/kubernetes-sigs/kubespray/blob/master/OWNERS) - **Contact:** - Slack: [#kubespray](https://kubernetes.slack.com/messages/kubespray) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) ### minikube +Implements a local Kubernetes cluster for application development on macOS, Linux, and Windows - **Owners:** - [kubernetes/minikube](https://github.com/kubernetes/minikube/blob/master/OWNERS) - **Contact:** - Slack: [#minikube](https://kubernetes.slack.com/messages/minikube) + - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) - **Meetings:** - minikube office hours: [Mondays at 11:00 PT (Pacific Time)](https://zoom.us/j/97017029363?pwd=U3MvZ3pMMHM5eWorSjgzUnd5OEFtUT09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29). - [Meeting notes and Agenda](https://docs.google.com/document/d/1jhfmL1gsgN39uCEgz5pW9tnIotFgHhxq2yfMK3KYE4w/edit). diff --git a/sig-list.md b/sig-list.md index bf679862c..d9bf73e21 100644 --- a/sig-list.md +++ b/sig-list.md @@ -39,7 +39,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) |[Autoscaling](sig-autoscaling/README.md)|[autoscaling](https://github.com/kubernetes/kubernetes/labels/sig%2Fautoscaling)|* [Guy Templeton](https://github.com/gjtempleton), Skyscanner
* [Marcin Wielgus](https://github.com/mwielgus), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-autoscaling)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling)|* Regular SIG Meeting: [Mondays at 16:00 Poland (weekly)](https://zoom.us/j/944410904)
|[CLI](sig-cli/README.md)|[cli](https://github.com/kubernetes/kubernetes/labels/sig%2Fcli)|* [Katrina Verey](https://github.com/KnVerey), Shopify
* [Eddie Zaneski](https://github.com/eddiezane), Chainguard, Inc
* [Sean Sullivan](https://github.com/seans3), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-cli)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cli)|* Bug Scrub: [Wednesdays at 09:00 PT (Pacific Time) (monthly)](https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09)
* KRM Functions Subproject Meeting: [Wednesdays at 10:30 PT (Pacific Time) (biweekly)](https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09)
* Kustomize Bug Scrub: [Wednesdays at 09:00 PT (Pacific Time) (monthly)](https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09)
* Regular SIG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09)
|[Cloud Provider](sig-cloud-provider/README.md)|[cloud-provider](https://github.com/kubernetes/kubernetes/labels/sig%2Fcloud-provider)|* [Andrew Sy Kim](https://github.com/andrewsykim), Google
* [Walter Fender](https://github.com/cheftako), Google
* [Nick Turner](https://github.com/nckturner), Amazon
|* [Slack](https://kubernetes.slack.com/messages/sig-cloud-provider)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider)|* Regular SIG Meeting: [Wednesdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/508079177?pwd=ZmEvMksxdTFTc0N1eXFLRm91QUlyUT09)
* (cloud-provider-extraction-migration) Weekly Sync removing the in-tree cloud providers led by @cheftako and @mcrute: [Thursdays at 13:30 PT (Pacific Time) (weekly)](https://docs.google.com/document/d/1KLsGGzNXQbsPeELCeF_q-f0h0CEGSe20xiwvcR2NlYM/edit)
* (provider-alibaba-cloud) Regular Alibaba Cloud Subproject Meeting: [Tuesdays at 12:00 UTC (monthly 2020 start date: Jan. 7th)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)
* (provider-aws) Regular AWS Subproject Meeting: [Fridays at 9:00 PT (Pacific Time) (biweekly 2019 start date: Jan. 11th)](https://zoom.us/my/k8ssigaws)
* (provider-azure) Azure Subproject Meeting: [Mondays at 18:00 PT (Pacific Time) (monthly - third Monday)](https://zoom.us/j/586836662)
* (provider-gcp) Regular GCP Subproject Meeting: [Thursdays at 16:00 UTC (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)
* (provider-ibmcloud) Regular IBM Subproject Meeting: [Wednesdays at 14:00 EST (biweekly)](https://zoom.us/j/9392903494)
* (provider-openstack) Regular OpenStack Subproject Meeting: [Wednesdays at 08:00 PT (Pacific Time) (biweekly starting Wednesday March 20, 2019)](https://docs.google.com/document/d/1bW3j4hFN4D8rv2LFv-DybB3gcE5ISAaOO_OpvDCgrGg/edit)
* (provider-vsphere) Cloud Provider vSphere monthly syncup: [Wednesdays at 09:00 PT (Pacific Time) (monthly - first Wednesday every month)](https://zoom.us/j/584244729)
-|[Cluster Lifecycle](sig-cluster-lifecycle/README.md)|[cluster-lifecycle](https://github.com/kubernetes/kubernetes/labels/sig%2Fcluster-lifecycle)|* [Justin Santa Barbara](https://github.com/justinsb), Google
* [Lubomir Ivanov](https://github.com/neolit123), VMware
* [Vince Prignano](https://github.com/vincepri), VMware
|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* Regular SIG Meeting: [Tuesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/916523531?pwd=eVhPNU5IQWtBYWhmT1N4T0V6bHZFZz09)
* (cluster-addons) Cluster Addons meeting: [Tuesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/130096731?pwd=U3pzWloxZ0lpbEtadTZGSERRdENrZz09)
* (cluster-api) Cluster API office hours: [Wednesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09)
* (cluster-api-provider-aws) Cluster API Provider AWS office hours: [Mondays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/423312508?pwd=Tk9OWnZ4WHg2T2xRek9xZXA1eFQ4dz09)
* (cluster-api-provider-azure) Cluster API Provider Azure office hours: [Thursdays at 08:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/566930821?pwd=N2JuRWljc3hGS3ZnVlBLTk42TFlzQT09)
* (cluster-api-provider-digitalocean) Cluster API Provider DigitalOcean office hours: [Thursdays at 09:00 PT (Pacific Time) (monthly, second Thursday of the month)](https://zoom.us/j/91312171751?pwd=bndnMDdJMkhySDVncjZoR1VhdFBTZz09)
* (cluster-api-provider-ibmcloud) Cluster API Provider IBM Cloud office hours: [Fridays at 09:00 IST (weekly)](https://zoom.us/j/9392903494)
* (cluster-api-provider-kubevirt) Cluster API Provider KubeVirt Syncup Meetings: [Tuesdays at 8:00 PT (Pacific Time) (weekly starting Tuesday December 7th, 2021)](https://zoom.us/j/94685513559?pwd=cnI3RUQyZ3RrckpOc1BQNDA1Q1BrZz09)
* (cluster-api-provider-nested) Cluster API Provider Nested Office Hours: [Tuesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/91929881559?pwd=WllxazhTUzBFN1BNWTRadTA3NGtQQT09)
* (cluster-api-provider-vsphere) Cluster API vSphere meeting: [Thursdays at 10:00 PT (Pacific Time) (biweekly starting Thursday June 25th, 2020)](https://zoom.us/j/92253194848?pwd=cVVVNDMxeTl1QVJPUlpvLzNSVU1JZz09)
* (etcdadm) etcdadm Office Hours: [Mondays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/612375927?pwd=MldxRnRSOExCVW1rbjM4ZzBSc3MvUT09)
* (image-builder) Image Builder office hours: [Thursdays at 08:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/807524571?pwd=WEFTeDJzeWU3bVFkcWQ0UEdZRkRCdz09)
* (kops) kops Office Hours: [Fridays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09)
* (kubeadm) kubeadm Office Hours: [Wednesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/179916854?pwd=dzRhbjFnRGVQRDVUVHY1a29JV2JxUT09)
* (kubespray) Kubespray Office Hours: [Wednesdays at 08:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/532465189?pwd=THMvL2MzdjZXWG55eHpJMkU2dkI1dz09)
* (minikube) minikube office hours: [Mondays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/97017029363?pwd=U3MvZ3pMMHM5eWorSjgzUnd5OEFtUT09)
+|[Cluster Lifecycle](sig-cluster-lifecycle/README.md)|[cluster-lifecycle](https://github.com/kubernetes/kubernetes/labels/sig%2Fcluster-lifecycle)|* [Justin Santa Barbara](https://github.com/justinsb), Google
* [Lubomir Ivanov](https://github.com/neolit123), VMware
* [Vince Prignano](https://github.com/vincepri), VMware
|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* Regular SIG Meeting: [Tuesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/916523531?pwd=eVhPNU5IQWtBYWhmT1N4T0V6bHZFZz09)
* (cluster-addons) Cluster Addons meeting: [Tuesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/130096731?pwd=U3pzWloxZ0lpbEtadTZGSERRdENrZz09)
* (cluster-api) Cluster API office hours: [Wednesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/861487554?pwd=dTVGVVFCblFJc0VBbkFqQlU0dHpiUT09)
* (cluster-api-provider-aws) Cluster API Provider AWS office hours: [Mondays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/423312508?pwd=Tk9OWnZ4WHg2T2xRek9xZXA1eFQ4dz09)
* (cluster-api-provider-azure) Cluster API Provider Azure office hours: [Thursdays at 08:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/566930821?pwd=N2JuRWljc3hGS3ZnVlBLTk42TFlzQT09)
* (cluster-api-provider-digitalocean) Cluster API Provider DigitalOcean office hours: [Thursdays at 09:00 PT (Pacific Time) (monthly, second Thursday of the month)](https://zoom.us/j/91312171751?pwd=bndnMDdJMkhySDVncjZoR1VhdFBTZz09)
* (cluster-api-provider-ibmcloud) Cluster API Provider IBM Cloud office hours: [Fridays at 09:00 IST (weekly)](https://zoom.us/j/9392903494)
* (cluster-api-provider-kubevirt) Cluster API Provider KubeVirt Syncup Meetings: [Tuesdays at 8:00 PT (Pacific Time) (weekly starting Tuesday December 7th, 2021)](https://zoom.us/j/94685513559?pwd=cnI3RUQyZ3RrckpOc1BQNDA1Q1BrZz09)
* (cluster-api-provider-nested) Cluster API Provider Nested Office Hours: [Tuesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/91929881559?pwd=WllxazhTUzBFN1BNWTRadTA3NGtQQT09)
* (cluster-api-provider-vsphere) Cluster API vSphere meeting: [Thursdays at 10:00 PT (Pacific Time) (biweekly starting Thursday June 25th, 2020)](https://zoom.us/j/92253194848?pwd=cVVVNDMxeTl1QVJPUlpvLzNSVU1JZz09)
* (etcdadm) etcdadm Office Hours: [Mondays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/612375927?pwd=MldxRnRSOExCVW1rbjM4ZzBSc3MvUT09)
* (image-builder) Image Builder office hours: [Thursdays at 08:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/807524571?pwd=WEFTeDJzeWU3bVFkcWQ0UEdZRkRCdz09)
* (kOps) kOps Office Hours: [Fridays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09)
* (kubeadm) kubeadm Office Hours: [Wednesdays at 09:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/179916854?pwd=dzRhbjFnRGVQRDVUVHY1a29JV2JxUT09)
* (minikube) minikube office hours: [Mondays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/97017029363?pwd=U3MvZ3pMMHM5eWorSjgzUnd5OEFtUT09)
|[Contributor Experience](sig-contributor-experience/README.md)|[contributor-experience](https://github.com/kubernetes/kubernetes/labels/sig%2Fcontributor-experience)|* [Alison Dowdney](https://github.com/alisondy), Kasten
* [Bob Killen](https://github.com/mrbobbytables), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-contribex)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-contribex)|* Regular SIG Meeting: [Wednesdays at 9:00 PT (Pacific Time) (weekly alternating slack/zoom)](https://zoom.us/j/397264241?pwd=bHNnZVArNFdPaWVJMmttdko0Sktudz09)
* (contributor-comms) Contributor Comms - Upstream Marketing Team Meeting: [Fridays at 8:00 PT (Pacific Time) (weekly)](https://zoom.us/j/596959769?pwd=TURBNlZPb3BEWVFmbWlCYXlMVVJiUT09)
* (events) Office Hours European Edition (Open Q&A for end-user kubernetes related questions): [Wednesdays at 09:00 ET (Eastern Time) (monthly on 3rd Wednesday)](https://hackmd.io/@k8s/office-hours)
* (events) Office Hours Western Edition (Open Q&A for end-user kubernetes related questions): [Wednesdays at 12:00 ET (Eastern Time) (monthly on 3rd Wednesday)]()
* (github-management) GitHub Administration Subproject: [Thursdays at 09:30 PT (Pacific Time) (Monthly on 4th Thursday)](https://zoom.us/j/442435463?pwd=Rk1PWWpSSTJDaWJKdzRYb2EyTlkvZz09)
|[Docs](sig-docs/README.md)|[docs](https://github.com/kubernetes/kubernetes/labels/sig%2Fdocs)|* [Divya Mohan](https://github.com/divya-mohan0209), SUSE
* [Jim Angel](https://github.com/jimangel), Google
* [Natali Vlatko](https://github.com/natalisucks), Wayfair
* [Rey Lejano](https://github.com/reylejano), SUSE
|* [Slack](https://kubernetes.slack.com/messages/sig-docs)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-docs)|* APAC SIG Meeting: [Wednesdays at 05:30 UTC (monthly - Wednesday, after the fourth Tuesday, every month)](https://docs.google.com/document/d/1emuO4nmaQq3K8JZ9-MQeIygtrCPO9kWv7U7RzTaW4F8/edit)
* Korean Team Meeting: [Thursdays at 13:00 UTC (biweekly)](https://docs.google.com/document/d/1h5sMhBpPB5unJmBAS7KzDiPs-_eFQOu5o4UyHwMtFCA/edit)
* Localization Subgroup Meeting: [Mondays at 15:00 UTC (monthly)](https://docs.google.com/document/d/1NwO1AN8Ea2zlK8uAdaDAKf1-LZDAFvSewIfrKqfl5No/)
* Regular SIG Meeting: [Tuesdays at 17:30 UTC (weekly - except fourth Tuesday every month)](https://docs.google.com/document/d/1emuO4nmaQq3K8JZ9-MQeIygtrCPO9kWv7U7RzTaW4F8/edit)
* Spanish Team Meeting: [Tuesdays at 15:30 UTC (weekly)](https://zoom.us/j/95918289494?pwd=Wk9Oa0xZUkFXSDV5OTFoZEZsTURCZz09)
|[Instrumentation](sig-instrumentation/README.md)|[instrumentation](https://github.com/kubernetes/kubernetes/labels/sig%2Finstrumentation)|* [Elana Hashman](https://github.com/ehashman), Red Hat
* [Han Kang](https://github.com/logicalhan), Google
|* [Slack](https://kubernetes.slack.com/messages/sig-instrumentation)
* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation)|* Regular SIG Meeting: [Thursdays at 9:30 PT (Pacific Time) (biweekly)](https://zoom.us/j/5342565819?pwd=RlVsK21NVnR1dmE3SWZQSXhveHZPdz09)
* Regular Triage Meeting: [Thursdays at 9:30 PT (Pacific Time) (biweekly - alternating with regular meeting)](https://zoom.us/j/5342565819?pwd=RlVsK21NVnR1dmE3SWZQSXhveHZPdz09)
diff --git a/sigs.yaml b/sigs.yaml index 722a85aaf..480c95778 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -979,14 +979,17 @@ sigs: mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle teams: - name: sig-cluster-lifecycle - description: Notify group + description: SIG Cluster Lifecycle mailing list liaison: github: dims name: Davanum Srinivas subprojects: - name: cluster-addons + description: A project for figuring out the best way to install, manage and deliver + cluster addons contact: slack: cluster-addons + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-addons/master/OWNERS meetings: @@ -998,8 +1001,11 @@ sigs: url: https://zoom.us/j/130096731?pwd=U3pzWloxZ0lpbEtadTZGSERRdENrZz09 archive_url: https://docs.google.com/document/d/10_tl_SXcFGb-2109QpcFVrdrfnVEuQ05MBrXtasB0vk/edit - name: cluster-api + description: A project focused on providing declarative APIs and tooling to simplify + provisioning, upgrading, and operating multiple Kubernetes clusters contact: slack: cluster-api + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/OWNERS meetings: @@ -1012,11 +1018,18 @@ sigs: archive_url: https://docs.google.com/document/d/1ushaVqAKYnZ2VN_aa3GyKlS4kEd6bSug13xaXOakAQI/edit recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - name: cluster-api-operator + description: Leverages a declarative API and an operator to empower admins to + handle the lifecycle of Cluster API providers within the management cluster contact: slack: cluster-api-operator + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-operator/main/OWNERS - name: cluster-api-provider-aws + description: Cluster API infrastructure provider for AWS + contact: + slack: cluster-api-aws + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS meetings: @@ -1029,6 +1042,10 @@ sigs: archive_url: https://docs.google.com/document/d/1iW-kqcX-IhzVGFrRKTSPGBPOc-0aUvygOVoJ5ETfEZU/ recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - name: cluster-api-provider-azure + description: Cluster API infrastructure provider for Azure + contact: + slack: cluster-api-azure + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS meetings: @@ -1041,6 +1058,10 @@ sigs: archive_url: http://bit.ly/k8s-capz-agenda recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - name: cluster-api-provider-digitalocean + description: Cluster API infrastructure provider for DigitalOcean + contact: + slack: cluster-api-digitalocean + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-digitalocean/master/OWNERS meetings: @@ -1053,11 +1074,17 @@ sigs: archive_url: http://bit.ly/k8s-capdo-agenda recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - name: cluster-api-provider-gcp + description: Cluster API infrastructure provider for GCP + contact: + slack: cluster-api-gcp + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS - name: cluster-api-provider-ibmcloud + description: Cluster API infrastructure provider for IBM Cloud contact: slack: cluster-api-ibmcloud + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-ibmcloud/main/OWNERS meetings: @@ -1070,9 +1097,17 @@ sigs: archive_url: https://docs.google.com/document/d/1oWnqXy1VFv0E3kovQoZfS6IlVP0L4eaQsN-2HYC_6_A recordings_url: https://www.youtube.com/playlist?list=PLcYv3LH7qY9Nvx4lNaeOeBrfBZa777h3m - name: cluster-api-provider-kubemark + description: Cluster API infrastructure provider for Kubemark + contact: + slack: cluster-api-kubemark + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-kubemark/master/OWNERS - name: cluster-api-provider-kubevirt + description: Cluster API infrastructure provider for KubeVirt + contact: + slack: cluster-api-kubevirt + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-kubevirt/main/OWNERS meetings: @@ -1084,6 +1119,10 @@ sigs: url: https://zoom.us/j/94685513559?pwd=cnI3RUQyZ3RrckpOc1BQNDA1Q1BrZz09 archive_url: https://docs.google.com/document/d/1ZAnRLCKOVbDqrsrYis2OR0aZIAlqp576gCJVCkMNiHM/edit?usp=sharing - name: cluster-api-provider-nested + description: Cluster API infrastructure provider for Nested Clusters + contact: + slack: cluster-api-nested + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-nested/master/OWNERS meetings: @@ -1096,16 +1135,24 @@ sigs: archive_url: https://docs.google.com/document/d/10aTeq2lhXW_3aFQAd_MdGjY8PtZPslKhZCCcXxFp3_Q/edit recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - name: cluster-api-provider-openstack + description: Cluster API infrastructure provider for OpenStack + contact: + slack: cluster-api-openstack + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS - name: cluster-api-provider-packet + description: Cluster API infrastructure provider for Packet contact: slack: cluster-api-packet + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-packet/master/OWNERS - name: cluster-api-provider-vsphere + description: Cluster API infrastructure provider for vSphere contact: slack: cluster-api-vsphere + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-vsphere/master/OWNERS meetings: @@ -1118,8 +1165,10 @@ sigs: archive_url: https://docs.google.com/document/d/1jQrQiOW75uWraPk4b_LWtCTHwT7EZwrWWwMdxeWOEvk/edit?usp=sharing recordings_url: https://www.youtube.com/playlist?list=PLutJyDdkKQIovV-AONxMa2cyv-_5LAYiu - name: etcdadm + description: A command-line tool for operating etcd clusters contact: slack: etcdadm + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/etcdadm/master/OWNERS meetings: @@ -1131,8 +1180,11 @@ sigs: url: https://zoom.us/j/612375927?pwd=MldxRnRSOExCVW1rbjM4ZzBSc3MvUT09 archive_url: https://docs.google.com/document/d/1b_J0oBvi9lL0gsPgTOrCw1Zlx3e7BYEuXnB3d2S15pA/edit - name: image-builder + description: A collection of cross-provider Kubernetes virtual machine image building + utilities contact: slack: image-builder + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/image-builder/master/OWNERS meetings: @@ -1144,27 +1196,37 @@ sigs: url: https://zoom.us/j/807524571?pwd=WEFTeDJzeWU3bVFkcWQ0UEdZRkRCdz09 archive_url: https://docs.google.com/document/d/1YIOD0Nnid_0h6rKlDxcbfJaoIRNO6mQd9Or5vKRNxaU/edit recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - - name: kops + - name: kOps + description: A tool for creating, destroying, upgrading and maintaining production-grade, + highly available, Kubernetes cluster that also provisions infrastructure + contact: + slack: kops-dev + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS meetings: - - description: kops Office Hours + - description: kOps Office Hours day: Friday time: "09:00" tz: PT (Pacific Time) frequency: biweekly url: https://zoom.us/j/97072789944?pwd=VVlUR3dhN2h5TEFQZHZTVVd4SnJUdz09 archive_url: https://docs.google.com/document/d/12QkyL0FkNbWPcLFxxRGSPt_tNPBHbmni3YLY-lHny7E/edit - - name: kube-up - owners: - - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/OWNERS - name: kubeadm + description: A tool that performs the actions necessary to get a minimum viable, + secure cluster up and running in a user friendly way contact: slack: kubeadm + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes/cluster-bootstrap/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubeadm/main/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubeadm/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cluster-bootstrap/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/configz/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/featuregate/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e/lifecycle/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e_kubeadm/OWNERS - https://raw.githubusercontent.com/kubernetes/system-validators/master/OWNERS meetings: - description: kubeadm Office Hours @@ -1176,13 +1238,19 @@ sigs: archive_url: https://docs.google.com/document/d/1ONcoy8bOw8SWPUwXxnKeRZST3lnUxYpUv4Y6466h9Ek/edit recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4 - name: kubespray + description: A project that uses Ansible / Vagrant for deploying production ready + clusters on different infrastructure contact: slack: kubespray + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS - name: minikube + description: Implements a local Kubernetes cluster for application development + on macOS, Linux, and Windows contact: slack: minikube + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle owners: - https://raw.githubusercontent.com/kubernetes/minikube/master/OWNERS meetings: