summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwojtekt <wojtekt@google.com>2020-09-11 13:38:09 +0200
committerwojtekt <wojtekt@google.com>2020-09-14 15:25:40 +0200
commit6b3ce08dfc5436529403b38456066b0c7fc1ce0d (patch)
tree3426c7b8b96948301f0b5128643ff9ad0627c8bc
parentb43d5a2cc31dc3c960758e57df2ae5f2d3d489f3 (diff)
Create WG Reliability
-rw-r--r--OWNERS_ALIASES4
-rw-r--r--sig-list.md1
-rw-r--r--sigs.yaml35
-rw-r--r--wg-reliability/README.md36
4 files changed, 76 insertions, 0 deletions
diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES
index f15720ae..43f05b3d 100644
--- a/OWNERS_ALIASES
+++ b/OWNERS_ALIASES
@@ -134,6 +134,10 @@ aliases:
wg-policy-leads:
- ericavonb
- hannibalhuang
+ wg-reliability-leads:
+ - deads2k
+ - stevekuznetsov
+ - wojtek-t
wg-security-audit-leads:
- aasmall
- cji
diff --git a/sig-list.md b/sig-list.md
index 037bc90d..c85e51a2 100644
--- a/sig-list.md
+++ b/sig-list.md
@@ -60,6 +60,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
|[Multitenancy](wg-multitenancy/README.md)|* API Machinery<br>* Auth<br>* Network<br>* Node<br>* Scheduling<br>* Storage<br>|* [Sanjeev Rampal](https://github.com/srampal), Cisco<br>* [Tasha Drew](https://github.com/tashimi), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/wg-multitenancy)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy)|* Regular WG Meeting: [Tuesdays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/my/k8s.sig.auth)<br>
|[Naming](wg-naming/README.md)|* Architecture<br>* Contributor Experience<br>* Docs<br>|* [Celeste Horgan](https://github.com/celestehorgan), CNCF<br>* [Jaice Singer DuMars](https://github.com/jdumars), Apple<br>* [Stephen Augustus](https://github.com/justaugustus), VMware<br>* [Zach Corleissen](https://github.com/zacharysarah), Linux Foundation<br>|* [Slack](https://kubernetes.slack.com/messages/wg-naming)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-naming)|
|[Policy](wg-policy/README.md)|* Architecture<br>* Auth<br>* Multicluster<br>* Network<br>* Node<br>* Scheduling<br>* Storage<br>|* [Erica von Buelow](https://github.com/ericavonb), Red Hat<br>* [Howard Huang](https://github.com/hannibalhuang), Huawei<br>|* [Slack](https://kubernetes.slack.com/messages/wg-policy)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-policy)|* Regular WG Meeting: [Wednesdays at 16:00 PT (Pacific Time) (weekly)](https://zoom.us/j/7375677271)<br>
+|[Reliability](wg-reliability/README.md)|* Architecture<br>* Cluster Lifecycle<br>* Release<br>* Scalability<br>* Testing<br>|* [David Eads](https://github.com/deads2k), Red Hat<br>* [Steve Kuznetsov](https://github.com/stevekuznetsov), Red Hat<br>* [Wojciech Tyczynski](https://github.com/wojtek-t), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-reliability)<br>* [Mailing List](TODO)|* Regular WG Meeting: [TODOs at TODO TODO (biweekly)](TODO)<br>
|[Security Audit](wg-security-audit/README.md)|* Auth<br>|* [Aaron Small](https://github.com/aasmall), Invitae<br>* [Craig Ingram](https://github.com/cji), Stripe<br>* [Jay Beale](https://github.com/jaybeale), InGuardians<br>* [Joel Smith](https://github.com/joelsmith), Red Hat<br>|* [Slack](https://kubernetes.slack.com/messages/wg-security-audit)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-security-audit)|* Regular WG Meeting: [Mondays at 12:00 PT (Pacific Time) (weekly)](https://docs.google.com/document/d/1RbC4SBZBlKth7IjYv_NaEpnmLGwMJ0ElpUOmsG-bdRA/edit)<br>
### Master User Group List
diff --git a/sigs.yaml b/sigs.yaml
index a336b59f..93f838f0 100644
--- a/sigs.yaml
+++ b/sigs.yaml
@@ -2766,6 +2766,41 @@ workinggroups:
contact:
slack: wg-policy
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-policy
+- dir: wg-reliability
+ name: Reliability
+ mission_statement: >
+ Allow users to safely use Kubernetes for managing production workloads by ensuring
+ Kubernetes is stable and reliable.
+
+ stakeholder_sigs:
+ - Architecture
+ - Cluster Lifecycle
+ - Release
+ - Scalability
+ - Testing
+ label: reliability
+ leadership:
+ chairs:
+ - github: deads2k
+ name: David Eads
+ company: Red Hat
+ - github: stevekuznetsov
+ name: Steve Kuznetsov
+ company: Red Hat
+ - github: wojtek-t
+ name: Wojciech Tyczynski
+ company: Google
+ meetings:
+ - description: Regular WG Meeting
+ day: TODO
+ time: TODO
+ tz: TODO
+ frequency: biweekly
+ url: TODO
+ archive_url: TODO
+ contact:
+ slack: wg-reliability
+ mailing_list: TODO
- dir: wg-security-audit
name: Security Audit
mission_statement: >
diff --git a/wg-reliability/README.md b/wg-reliability/README.md
new file mode 100644
index 00000000..77ca183e
--- /dev/null
+++ b/wg-reliability/README.md
@@ -0,0 +1,36 @@
+<!---
+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
+--->
+# Reliability Working Group
+
+Allow users to safely use Kubernetes for managing production workloads by ensuring Kubernetes is stable and reliable.
+
+## Stakeholder SIGs
+* SIG Architecture
+* SIG Cluster Lifecycle
+* SIG Release
+* SIG Scalability
+* SIG Testing
+
+## Meetings
+* Regular WG Meeting: [TODOs at TODO TODO](TODO) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=TODO&tz=TODO).
+ * [Meeting notes and Agenda](TODO).
+
+## Organizers
+
+* David Eads (**[@deads2k](https://github.com/deads2k)**), Red Hat
+* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**), Red Hat
+* Wojciech Tyczynski (**[@wojtek-t](https://github.com/wojtek-t)**), Google
+
+## Contact
+- Slack: [#wg-reliability](https://kubernetes.slack.com/messages/wg-reliability)
+- [Mailing list](TODO)
+- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Freliability)
+<!-- BEGIN CUSTOM CONTENT -->
+
+<!-- END CUSTOM CONTENT -->