Skip to content

Commit 4c3a8ff

Browse files
authored
Merge pull request #5127 from wojtek-t/wg-reliability
Create WG Reliability
2 parents 3b28385 + 6b3ce08 commit 4c3a8ff

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
@@ -132,6 +132,10 @@ aliases:
132132
wg-policy-leads:
133133
- ericavonb
134134
- hannibalhuang
135+
wg-reliability-leads:
136+
- deads2k
137+
- stevekuznetsov
138+
- wojtek-t
135139
wg-security-audit-leads:
136140
- aasmall
137141
- 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)|* Regular WG Meeting: [Mondays at 10:30 PT (Pacific Time) (monthly - second Monday of month)](https://zoom.us/j/91522666403?pwd=WnRSNlNhNXhDWkR2ZU9ydGpsNWxtZz09)<br>
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
@@ -2785,6 +2785,41 @@ workinggroups:
27852785
contact:
27862786
slack: wg-policy
27872787
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-policy
2788+
- dir: wg-reliability
2789+
name: Reliability
2790+
mission_statement: >
2791+
Allow users to safely use Kubernetes for managing production workloads by ensuring
2792+
Kubernetes is stable and reliable.
2793+
2794+
stakeholder_sigs:
2795+
- Architecture
2796+
- Cluster Lifecycle
2797+
- Release
2798+
- Scalability
2799+
- Testing
2800+
label: reliability
2801+
leadership:
2802+
chairs:
2803+
- github: deads2k
2804+
name: David Eads
2805+
company: Red Hat
2806+
- github: stevekuznetsov
2807+
name: Steve Kuznetsov
2808+
company: Red Hat
2809+
- github: wojtek-t
2810+
name: Wojciech Tyczynski
2811+
company: Google
2812+
meetings:
2813+
- description: Regular WG Meeting
2814+
day: TODO
2815+
time: TODO
2816+
tz: TODO
2817+
frequency: biweekly
2818+
url: TODO
2819+
archive_url: TODO
2820+
contact:
2821+
slack: wg-reliability
2822+
mailing_list: TODO
27882823
- dir: wg-security-audit
27892824
name: Security Audit
27902825
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)