Skip to content

Commit eda4809

Browse files
authored
Merge pull request #5749 from rficcaglia/patch-1
update policy workgroup information
2 parents 9385f8f + 6cf09d1 commit eda4809

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

OWNERS_ALIASES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ aliases:
126126
- jdumars
127127
- justaugustus
128128
wg-policy-leads:
129-
- ericavonb
130-
- hannibalhuang
129+
- JimBugwadia
130+
- rficcaglia
131131
wg-reliability-leads:
132132
- deads2k
133133
- stevekuznetsov

sig-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
6868
|[K8s Infra](wg-k8s-infra/README.md)|* Architecture<br>* Contributor Experience<br>* Release<br>* Testing<br>|* [Arnaud Meukam](https://github.com/ameukam), Alter Way<br>* [Davanum Srinivas](https://github.com/dims), VMware<br>* [Aaron Crickenberger](https://github.com/spiffxp), Google<br>|* [Slack](https://kubernetes.slack.com/messages/wg-k8s-infra)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-k8s-infra)|* Regular WG Meeting: [Wednesdays at 20:00 UTC (bi-weekly)](https://zoom.us/j/93109963352?pwd=SHJTcFR2bVg1akYxSDREUWQzaldrQT09)<br>
6969
|[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>
7070
|[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), Cisco<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>
71-
|[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>
71+
|[Policy](wg-policy/README.md)|* Architecture<br>* Auth<br>* Multicluster<br>* Network<br>* Node<br>* Scheduling<br>* Storage<br>|* [Jim Bugwadia](https://github.com/JimBugwadia), Kyverno/Nirmata<br>* [Robert Ficcaglia](https://github.com/rficcaglia), SunStone<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 8:00 PT (Pacific Time) (semimonthly)](https://zoom.us/j/7375677271)<br>
7272
|[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](https://groups.google.com/forum/#!forum/kubernetes-wg-reliability)|* Regular WG Meeting: [Mondays at 11:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/97964505804?pwd=R3hzSnArQWJHYmdWUnpSUDh3aXhFUT09)<br>
7373
|[Structured Logging](wg-structured-logging/README.md)|* API Machinery<br>* Architecture<br>* Cloud Provider<br>* Instrumentation<br>* Network<br>* Node<br>* Scheduling<br>* Storage<br>|* [Marek Siarkowicz](https://github.com/serathius), Google<br>* [Shubheksha Jalan](https://github.com/shubheksha), Apple<br>|* [Slack](https://kubernetes.slack.com/messages/wg-structured-logging)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-wg-structured-logging)|* Regular Meeting: [Thursdays at 15:00 UTC (biweekly)](https://zoom.us/j/96716142646?pwd=VmgrN29sbmhDREp3R0NtZlpGSlZ4Zz09)<br>
7474

sigs.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,18 +2945,18 @@ workinggroups:
29452945
label: policy
29462946
leadership:
29472947
chairs:
2948-
- github: ericavonb
2949-
name: Erica von Buelow
2950-
company: Red Hat
2951-
- github: hannibalhuang
2952-
name: Howard Huang
2953-
company: Huawei
2948+
- github: JimBugwadia
2949+
name: Jim Bugwadia
2950+
company: Kyverno/Nirmata
2951+
- github: rficcaglia
2952+
name: Robert Ficcaglia
2953+
company: SunStone
29542954
meetings:
29552955
- description: Regular WG Meeting
29562956
day: Wednesday
2957-
time: "16:00"
2957+
time: "8:00"
29582958
tz: PT (Pacific Time)
2959-
frequency: weekly
2959+
frequency: semimonthly
29602960
url: https://zoom.us/j/7375677271
29612961
archive_url: https://docs.google.com/document/d/1ihFfEfgViKlUMbY2NKxaJzBkgHh-Phk5hqKTzK-NEEs/edit?usp=sharing
29622962
contact:

wg-policy/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Provide an overall architecture that describes both the current policy related i
2020
* SIG Storage
2121

2222
## Meetings
23-
* Regular WG Meeting: [Wednesdays at 16:00 PT (Pacific Time)](https://zoom.us/j/7375677271) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=16:00&tz=PT%20%28Pacific%20Time%29).
23+
* Regular WG Meeting: [Wednesdays at 8:00 PT (Pacific Time)](https://zoom.us/j/7375677271) (semimonthly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=8:00&tz=PT%20%28Pacific%20Time%29).
2424
* [Meeting notes and Agenda](https://docs.google.com/document/d/1ihFfEfgViKlUMbY2NKxaJzBkgHh-Phk5hqKTzK-NEEs/edit?usp=sharing).
2525

2626
## Organizers
2727

28-
* Erica von Buelow (**[@ericavonb](https://github.com/ericavonb)**), Red Hat
29-
* Howard Huang (**[@hannibalhuang](https://github.com/hannibalhuang)**), Huawei
28+
* Jim Bugwadia (**[@JimBugwadia](https://github.com/JimBugwadia)**), Kyverno/Nirmata
29+
* Robert Ficcaglia (**[@rficcaglia](https://github.com/rficcaglia)**), SunStone
3030

3131
## Contact
3232
- Slack: [#wg-policy](https://kubernetes.slack.com/messages/wg-policy)

0 commit comments

Comments
 (0)