Initial Draft VMware User Group
This commit is contained in:
parent
518de0623b
commit
160d05c17c
|
@ -142,6 +142,9 @@ aliases:
|
|||
- erikerlandson
|
||||
- foxish
|
||||
- liyinan926
|
||||
ug-vmware-users-leads:
|
||||
- cantbewong
|
||||
- mylesgray
|
||||
committee-code-of-conduct:
|
||||
- Bradamant3
|
||||
- carolynvs
|
||||
|
|
|
@ -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/mylesgray), 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
|
||||
|
||||
|
|
31
sigs.yaml
31
sigs.yaml
|
@ -2642,6 +2642,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: mylesgray
|
||||
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
|
||||
|
|
|
@ -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 (**[@mylesgray](https://github.com/mylesgray)**), 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 -->
|
Loading…
Reference in New Issue