summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJess Frazelle <acidburn@microsoft.com>2017-12-13 14:24:04 -0500
committerJess Frazelle <acidburn@microsoft.com>2017-12-13 14:24:04 -0500
commit442502240a7c893232b749dda2e4cc10e62df960 (patch)
tree760d007a8f5877a02c2accbff4dc96db687efd4a
parent41c69982de49a67b131d3215eb01d50587d59352 (diff)
wg-multitenancy: add working group
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
-rw-r--r--sig-list.md1
-rw-r--r--sigs.yaml14
-rw-r--r--wg-multitenancy/OWNERS4
-rw-r--r--wg-multitenancy/README.md28
4 files changed, 47 insertions, 0 deletions
diff --git a/sig-list.md b/sig-list.md
index b7ff179e..9ecf9ce0 100644
--- a/sig-list.md
+++ b/sig-list.md
@@ -61,6 +61,7 @@ When the need arises, a [new SIG can be created](sig-creation-procedure.md)
|[Cluster API](wg-cluster-api/README.md)|* [Kris Nova](https://github.com/kris-nova), Microsoft<br>* [Jacob Beacham](https://github.com/pipejakob), Google<br>* [Robert Bailey](https://github.com/roberthbailey), Google<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|
|[Container Identity](wg-container-identity/README.md)|* [Clayton Coleman](https://github.com/smarterclayton), Red Hat<br>* [Greg Gastle](https://github.com/destijl), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-container-identity)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-container-identity)|* [Tuesdays at 15:00 UTC (bi-weekly (On demand))](TBD)<br>
|[Kubeadm Adoption](wg-kubeadm-adoption/README.md)|* [Lucas Käldström](https://github.com/luxas), Luxas Labs (occasionally contracting for Weaveworks)<br>* [Justin Santa Barbara](https://github.com/justinsb)<br>|* [Slack](https://kubernetes.slack.com/messages/sig-cluster-lifecycle)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)|* [Tuesdays at 18:00 UTC (bi-weekly)](https://zoom.us/j/166836%E2%80%8B624)<br>
+|[Multitenancy](wg-multitenancy/README.md)|* [David Oppenheimer](https://github.com/davidopp), Google<br>* [Jessie Frazelle](https://github.com/jessfraz), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/wg-multitenancy)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy)|
|[Resource Management](wg-resource-management/README.md)|* [Vishnu Kannan](https://github.com/vishh), Google<br>* [Derek Carr](https://github.com/derekwaynecarr), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/wg-resource-mgmt)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management)|* [Wednesdays at 11:00 PT (Pacific Time) (weekly (On demand))](https://zoom.us/j/4799874685)<br>
<!-- BEGIN CUSTOM CONTENT -->
diff --git a/sigs.yaml b/sigs.yaml
index 4b2227a6..81a05739 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -1250,3 +1250,17 @@ workinggroups:
contact:
slack: wg-cloud-provider
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-cloud-provider
+ - name: Multitenancy
+ dir: wg-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.
+ leads:
+ - name: David Oppenheimer
+ github: davidopp
+ company: Google
+ - name: Jessie Frazelle
+ github: jessfraz
+ company: Microsoft
+ contact:
+ slack: wg-multitenancy
+ mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy
diff --git a/wg-multitenancy/OWNERS b/wg-multitenancy/OWNERS
new file mode 100644
index 00000000..644b961a
--- /dev/null
+++ b/wg-multitenancy/OWNERS
@@ -0,0 +1,4 @@
+reviewers:
+ - wg-multitenancy-leads
+approvers:
+ - wg-multitenancy-leads
diff --git a/wg-multitenancy/README.md b/wg-multitenancy/README.md
new file mode 100644
index 00000000..40ee5a88
--- /dev/null
+++ b/wg-multitenancy/README.md
@@ -0,0 +1,28 @@
+<!---
+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.
+
+## Meetings
+
+
+
+
+## Organizers
+* David Oppenheimer (**[@davidopp](https://github.com/davidopp)**), Google
+* Jessie Frazelle (**[@jessfraz](https://github.com/jessfraz)**), Microsoft
+
+## Contact
+* [Slack](https://kubernetes.slack.com/messages/wg-multitenancy)
+* [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy)
+
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->