diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2019-10-04 10:46:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 10:46:04 -0700 |
| commit | 655697fa90fb5860a447495222c1094955d96ae0 (patch) | |
| tree | f1eddf1e055b1c487ddd9400bf9f65f60aae4f1d | |
| parent | ac20029cc40bccbe0dd7da21f5cbd75e9fb70f63 (diff) | |
| parent | 9ebf9891d61f5cf5ade8638636588c96d44057ab (diff) | |
Merge pull request #4083 from cantbewong/vmware-ug
Initial Draft VMware User Group
| -rw-r--r-- | OWNERS_ALIASES | 3 | ||||
| -rw-r--r-- | sig-list.md | 1 | ||||
| -rw-r--r-- | sigs.yaml | 31 | ||||
| -rw-r--r-- | ug-vmware-users/README.md | 27 |
4 files changed, 62 insertions, 0 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index a1e6471c..ec7f7bba 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -140,6 +140,9 @@ aliases: - erikerlandson - foxish - liyinan926 + ug-vmware-users-leads: + - cantbewong + - mylesagray committee-code-of-conduct: - Bradamant3 - carolynvs diff --git a/sig-list.md b/sig-list.md index c4b14faf..74fdf3cf 100644 --- a/sig-list.md +++ b/sig-list.md @@ -67,6 +67,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Label |Organizers | Contact | Meetings | |------|-------|------------|--------|----------| |[Big Data](ug-big-data/README.md)|big-data|* [Erik Erlandson](https://github.com/erikerlandson), Red Hat<br>* [Anirudh Ramanathan](https://github.com/foxish), Rockset<br>* [Yinan Li](https://github.com/liyinan926), Google<br>|* [Slack](https://kubernetes.slack.com/messages/ug-big-data)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-ug-big-data)|* Regular User Group Meeting: [Wednesdays at 18:00 UTC (biweekly)](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit)<br> +|[VMware Users](ug-vmware-users/README.md)|vmware-users|* [Steve Wong](https://github.com/cantbewong), VMware<br>* [Myles Gray](https://github.com/mylesagray), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/ug-vmware)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-ug-vmware)|* Regular User Group Meeting: [Thursdays at 11:00 PT (Pacific Time) (monthly)]()<br> ### Master Committee List @@ -2645,6 +2645,37 @@ usergroups: teams: - name: ug-big-data description: General Discussion +- dir: ug-vmware-users + name: VMware Users + mission_statement: > + The VMware User Group facilitates communication among Kubernetes users and contributors + on topics pertaining to running all conformant forms of Kubernetes on VMware infrastructure. + + label: vmware-users + leadership: + chairs: + - github: cantbewong + name: Steve Wong + company: VMware + - github: mylesagray + name: Myles Gray + company: VMware + tech_leads: + - github: brysonshepherd + name: Bryson Shepherd + company: Walmart + - github: phenixblue + name: Joe Searcy + company: T-Mobile + meetings: + - description: Regular User Group Meeting + day: Thursday + time: "11:00" + tz: PT (Pacific Time) + frequency: monthly + contact: + slack: ug-vmware + mailing_list: https://groups.google.com/forum/#!forum/kubernetes-ug-vmware committees: - dir: committee-code-of-conduct name: Code of Conduct diff --git a/ug-vmware-users/README.md b/ug-vmware-users/README.md new file mode 100644 index 00000000..2db2d88a --- /dev/null +++ b/ug-vmware-users/README.md @@ -0,0 +1,27 @@ +<!--- +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 Users User Group + +The VMware User Group facilitates communication among Kubernetes users and contributors on topics pertaining to running all conformant forms of Kubernetes on VMware infrastructure. + +## Meetings +* Regular User Group Meeting: [Thursdays at 11:00 PT (Pacific Time)]() (monthly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=11:00&tz=PT%20%28Pacific%20Time%29). + +## Organizers + +* Steve Wong (**[@cantbewong](https://github.com/cantbewong)**), VMware +* Myles Gray (**[@mylesagray](https://github.com/mylesagray)**), VMware + +## Contact +- Slack: [#ug-vmware](https://kubernetes.slack.com/messages/ug-vmware) +- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-ug-vmware) +- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/ug%2Fvmware-users) +<!-- BEGIN CUSTOM CONTENT --> + +<!-- END CUSTOM CONTENT --> |
