archive wg-multitenancy
This commit is contained in:
parent
1b38ec97b5
commit
f1b63f8b74
|
@ -0,0 +1,43 @@
|
|||
<!---
|
||||
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
|
||||
--->
|
||||
# Multitenancy Working Group
|
||||
|
||||
Define the models of multitenancy that Kubernetes will support. Discuss and execute upon any remaining work that needs to be done to support these models. Create conformance tests that will prove that these models can be built and used in production environments.
|
||||
|
||||
## Stakeholder SIGs
|
||||
* [SIG API Machinery](/sig-api-machinery)
|
||||
* [SIG Auth](/sig-auth)
|
||||
* [SIG Network](/sig-network)
|
||||
* [SIG Node](/sig-node)
|
||||
* [SIG Scheduling](/sig-scheduling)
|
||||
* [SIG Storage](/sig-storage)
|
||||
|
||||
## Meetings
|
||||
*Joining the [mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy) for the group will typically add invites for the following meetings to your calendar.*
|
||||
* Regular WG Meeting: [Tuesdays at 11:00 PT (Pacific Time)](https://zoom.us/my/k8s.sig.auth) (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/1fj3yzmeU2eU8ZNBCUJG97dk_wC7228-e_MmdcmTNrZY/edit?usp=sharing).
|
||||
* [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP1tBA0W8zEe6UwPsabGQk-j).
|
||||
|
||||
## Organizers
|
||||
|
||||
* Sanjeev Rampal (**[@srampal](https://github.com/srampal)**), Cisco
|
||||
* Tasha Drew (**[@tashimi](https://github.com/tashimi)**), VMware
|
||||
|
||||
## Emeritus Organizers
|
||||
|
||||
* David Oppenheimer (**[@davidopp](https://github.com/davidopp)**)
|
||||
|
||||
## Contact
|
||||
- Slack: [#wg-multitenancy](https://kubernetes.slack.com/messages/wg-multitenancy)
|
||||
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy)
|
||||
- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fmultitenancy)
|
||||
- Steering Committee Liaison: Benjamin Elder (**[@BenTheElder](https://github.com/BenTheElder)**)
|
||||
<!-- BEGIN CUSTOM CONTENT -->
|
||||
|
||||
<!-- END CUSTOM CONTENT -->
|
42
sigs.yaml
42
sigs.yaml
|
@ -3256,48 +3256,6 @@ workinggroups:
|
|||
liaison:
|
||||
github: cblecker
|
||||
name: Christoph Blecker
|
||||
- dir: wg-multitenancy
|
||||
name: Multitenancy
|
||||
mission_statement: >
|
||||
Define the models of multitenancy that Kubernetes will support. Discuss and execute
|
||||
upon any remaining work that needs to be done to support these models. Create
|
||||
conformance tests that will prove that these models can be built and used in production
|
||||
environments.
|
||||
|
||||
stakeholder_sigs:
|
||||
- API Machinery
|
||||
- Auth
|
||||
- Network
|
||||
- Node
|
||||
- Scheduling
|
||||
- Storage
|
||||
label: multitenancy
|
||||
leadership:
|
||||
chairs:
|
||||
- github: srampal
|
||||
name: Sanjeev Rampal
|
||||
company: Cisco
|
||||
- github: tashimi
|
||||
name: Tasha Drew
|
||||
company: VMware
|
||||
emeritus_leads:
|
||||
- github: davidopp
|
||||
name: David Oppenheimer
|
||||
meetings:
|
||||
- description: Regular WG Meeting
|
||||
day: Tuesday
|
||||
time: "11:00"
|
||||
tz: PT (Pacific Time)
|
||||
frequency: biweekly
|
||||
url: https://zoom.us/my/k8s.sig.auth
|
||||
archive_url: https://docs.google.com/document/d/1fj3yzmeU2eU8ZNBCUJG97dk_wC7228-e_MmdcmTNrZY/edit?usp=sharing
|
||||
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP1tBA0W8zEe6UwPsabGQk-j
|
||||
contact:
|
||||
slack: wg-multitenancy
|
||||
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy
|
||||
liaison:
|
||||
github: BenTheElder
|
||||
name: Benjamin Elder
|
||||
- dir: wg-policy
|
||||
name: Policy
|
||||
mission_statement: >
|
||||
|
|
Loading…
Reference in New Issue