summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Rapposelli <fabio@vmware.com>2018-03-22 16:30:07 +0100
committerFabio Rapposelli <fabio@vmware.com>2018-03-22 23:06:25 +0100
commit419dead4c9b9c8e714ab8518e24c581c29df0ee7 (patch)
tree7581f114cbbc4f84b0beac0c0690d87a594fa76e
parente926accd78d2822b49589e511cd31a52b57c30b8 (diff)
Add VMware SIG
-rw-r--r--OWNERS_ALIASES3
-rw-r--r--sig-list.md1
-rw-r--r--sig-vmware/OWNERS6
-rw-r--r--sig-vmware/README.md32
-rw-r--r--sigs.yaml26
5 files changed, 68 insertions, 0 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES
index 4e7163f0..6b29c212 100644
--- a/OWNERS_ALIASES
+++ b/OWNERS_ALIASES
@@ -99,6 +99,9 @@ aliases:
sig-ui-leads:
- danielromlein
- floreks
+ sig-vmware-leads:
+ - frapposelli
+ - cantbewong
sig-windows-leads:
- michmike
wg-app-def-leads:
diff --git a/sig-list.md b/sig-list.md
index eb198aaf..e4f64aeb 100644
--- a/sig-list.md
+++ b/sig-list.md
@@ -50,6 +50,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|[Storage](sig-storage/README.md)|storage|* [Saad Ali](https://github.com/saad-ali), Google<br>* [Bradley Childs](https://github.com/childsb), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/sig-storage)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)|* Regular SIG Meeting: [Thursdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/614261834)<br>
|[Testing](sig-testing/README.md)|testing|* [Aaron Crickenberger](https://github.com/spiffxp), Samsung SDS<br>* [Erick Feja](https://github.com/fejta), Google<br>* [Steve Kuznetsov](https://github.com/stevekuznetsov), Red Hat<br>* [Timothy St. Clair](https://github.com/timothysc), Heptio<br>|* [Slack](https://kubernetes.slack.com/messages/sig-testing)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-testing)|* Regular SIG Meeting: [Tuesdays at 13:00 PT (Pacific Time) (weekly)](https://zoom.us/my/k8s.sig.testing)<br>* (testing-commons) Testing Commons: [Wednesdays at 07:30 PT (Pacific Time) (bi-weekly)](https://zoom.us/my/k8s.sig.testing)<br>
|[UI](sig-ui/README.md)|ui|* [Dan Romlein](https://github.com/danielromlein), Google<br>* [Sebastian Florek](https://github.com/floreks), Fujitsu<br>|* [Slack](https://kubernetes.slack.com/messages/sig-ui)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)|* Regular SIG Meeting: [Thursdays at 18:00 CET (Central European Time) (weekly)](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)<br>
+|[VMware](sig-vmware/README.md)|vmware|* [Fabio Rapposelli](https://github.com/frapposelli), VMware<br>* [Steve Wong](https://github.com/cantbewong), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/sig-vmware)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-vmware)|* Regular SIG Meeting: [Thursdays at 18:00 UTC (bi-weekly)](https://VMware.zoom.us/j/181493332)<br>
|[Windows](sig-windows/README.md)|windows|* [Michael Michael](https://github.com/michmike), Apprenda<br>|* [Slack](https://kubernetes.slack.com/messages/sig-windows)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-windows)|* Regular SIG Meeting: [Tuesdays at 12:30 Eastern Standard Time (EST) (weekly)](https://zoom.us/my/sigwindows)<br>
### Master Working Group List
diff --git a/sig-vmware/OWNERS b/sig-vmware/OWNERS
new file mode 100644
index 00000000..1a148ea5
--- /dev/null
+++ b/sig-vmware/OWNERS
@@ -0,0 +1,6 @@
+reviewers:
+ - sig-vmware-leads
+approvers:
+ - sig-vmware-leads
+labels:
+ - sig/vmware
diff --git a/sig-vmware/README.md b/sig-vmware/README.md
new file mode 100644
index 00000000..50ee932b
--- /dev/null
+++ b/sig-vmware/README.md
@@ -0,0 +1,32 @@
+<!---
+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 https://git.k8s.io/community/generator/README.md
+-->
+# VMware Special Interest Group
+
+Bring together members of the VMware and Kubernetes community to maintain, support and run Kubernetes on VMware platforms.
+
+## Meetings
+* Regular SIG Meeting: [Thursdays at 18:00 UTC](https://VMware.zoom.us/j/181493332) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=18:00&tz=UTC).
+ * [Meeting notes and Agenda](https://docs.google.com/document/d/1RV0nVtlPoAtM0DQwNYxYCC9lHfiHpTNatyv4bek6XtA/edit?usp=sharing).
+
+## Leadership
+
+### Chairs
+The Chairs of the SIG run operations and processes governing the SIG.
+
+* Fabio Rapposelli (**[@frapposelli](https://github.com/frapposelli)**), VMware
+* Steve Wong (**[@cantbewong](https://github.com/cantbewong)**), VMware
+
+## Contact
+* [Slack](https://kubernetes.slack.com/messages/sig-vmware)
+* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-vmware)
+* [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fvmware)
+
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->
diff --git a/sigs.yaml b/sigs.yaml
index 60ca066b..bb84a044 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -1584,6 +1584,32 @@ sigs:
- name: dashboard
owners:
- https://raw.githubusercontent.com/kubernetes/dashboard/master/OWNERS
+ - name: VMware
+ dir: sig-vmware
+ mission_statement: >
+ Bring together members of the VMware and Kubernetes community to maintain,
+ support and run Kubernetes on VMware platforms.
+ label: vmware
+ leadership:
+ chairs:
+ - name: Fabio Rapposelli
+ github: frapposelli
+ company: VMware
+ - name: Steve Wong
+ github: cantbewong
+ company: VMware
+ meetings:
+ - description: Regular SIG Meeting
+ day: Thursday
+ time: "18:00"
+ tz: "UTC"
+ frequency: bi-weekly
+ url: https://VMware.zoom.us/j/181493332
+ archive_url: https://docs.google.com/document/d/1RV0nVtlPoAtM0DQwNYxYCC9lHfiHpTNatyv4bek6XtA/edit?usp=sharing
+ recordings_url:
+ contact:
+ slack: sig-vmware
+ mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-vmware
- name: Windows
dir: sig-windows
mission_statement: >