Skip to content

Commit 6b3ce08

Browse files
committed
Create WG Reliability
1 parent b43d5a2 commit 6b3ce08

File tree

4 files changed

+76
-0
lines changed

4 files changed

+76
-0
lines changed

OWNERS_ALIASES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ aliases:
134134
wg-policy-leads:
135135
- ericavonb
136136
- hannibalhuang
137+
wg-reliability-leads:
138+
- deads2k
139+
- stevekuznetsov
140+
- wojtek-t
137141
wg-security-audit-leads:
138142
- aasmall
139143
- cji

sig-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
6060
|[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>
6161
|[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)|
6262
|[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>
63+
|[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>
6364
|[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>
6465

6566
### Master User Group List

sigs.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,6 +2766,41 @@ workinggroups:
27662766
contact:
27672767
slack: wg-policy
27682768
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-policy
2769+
- dir: wg-reliability
2770+
name: Reliability
2771+
mission_statement: >
2772+
Allow users to safely use Kubernetes for managing production workloads by ensuring
2773+
Kubernetes is stable and reliable.
2774+
2775+
stakeholder_sigs:
2776+
- Architecture
2777+
- Cluster Lifecycle
2778+
- Release
2779+
- Scalability
2780+
- Testing
2781+
label: reliability
2782+
leadership:
2783+
chairs:
2784+
- github: deads2k
2785+
name: David Eads
2786+
company: Red Hat
2787+
- github: stevekuznetsov
2788+
name: Steve Kuznetsov
2789+
company: Red Hat
2790+
- github: wojtek-t
2791+
name: Wojciech Tyczynski
2792+
company: Google
2793+
meetings:
2794+
- description: Regular WG Meeting
2795+
day: TODO
2796+
time: TODO
2797+
tz: TODO
2798+
frequency: biweekly
2799+
url: TODO
2800+
archive_url: TODO
2801+
contact:
2802+
slack: wg-reliability
2803+
mailing_list: TODO
27692804
- dir: wg-security-audit
27702805
name: Security Audit
27712806
mission_statement: >

wg-reliability/README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!---
2+
This is an autogenerated file!
3+
4+
Please do not edit this file directly, but instead make changes to the
5+
sigs.yaml file in the project root.
6+
7+
To understand how this file is generated, see https://git.k8s.io/community/generator/README.md
8+
--->
9+
# Reliability Working Group
10+
11+
Allow users to safely use Kubernetes for managing production workloads by ensuring Kubernetes is stable and reliable.
12+
13+
## Stakeholder SIGs
14+
* SIG Architecture
15+
* SIG Cluster Lifecycle
16+
* SIG Release
17+
* SIG Scalability
18+
* SIG Testing
19+
20+
## Meetings
21+
* Regular WG Meeting: [TODOs at TODO TODO](TODO) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=TODO&tz=TODO).
22+
* [Meeting notes and Agenda](TODO).
23+
24+
## Organizers
25+
26+
* David Eads (**[@deads2k](https://github.com/deads2k)**), Red Hat
27+
* Steve Kuznetsov (**[@stevekuznetsov](https://github.com/stevekuznetsov)**), Red Hat
28+
* Wojciech Tyczynski (**[@wojtek-t](https://github.com/wojtek-t)**), Google
29+
30+
## Contact
31+
- Slack: [#wg-reliability](https://kubernetes.slack.com/messages/wg-reliability)
32+
- [Mailing list](TODO)
33+
- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Freliability)
34+
<!-- BEGIN CUSTOM CONTENT -->
35+
36+
<!-- END CUSTOM CONTENT -->

0 commit comments

Comments
 (0)