Skip to content

Commit b592b78

Browse files
authored
Merge pull request #8542 from ameukam/slack-k8s-infra
Add slack configuration for SIG K8S Infra
2 parents 3c77f80 + 8669fbb commit b592b78

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

communication/slack-config/channels.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ channels:
216216
- name: k8s-dual-stack
217217
archived: true
218218
- name: k8s-image-swapper
219-
- name: k8s-infra-alerts
219+
# k8s-infra-alerts is defined in sig-k8s-infra/
220220
- name: k8s-release
221221
archived: true
222222
- name: k8spin
@@ -581,8 +581,7 @@ channels:
581581
id: C0409NGC1TK
582582
- name: wg-etcd-operator
583583
- name: wg-iot-edge
584-
- name: sig-k8s-infra
585-
id: CCK68P2Q2
584+
# sig-k8s-infra is defined in sig-k8s-infra/
586585
- name: wg-lts
587586
- name: wg-machine-learning
588587
archived: true

communication/slack-config/restrictions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ restrictions:
2424
- "^kubernetes-docs-[a-z]{2}(-maintainers)?$"
2525
- "^sig-docs$"
2626
- "^sig-docs-.*$"
27+
- path: "sig-k8s-infra/*.yaml"
28+
channels:
29+
- "^k8s-infra-.*$"
30+
- "^sig-k8s-infra$"
2731
- path: "sig-network/*.yaml"
2832
channels:
2933
- "^sig-network-.*$"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# See the OWNERS docs at https://go.k8s.io/owners
2+
3+
reviewers:
4+
- sig-k8s-infra-leads
5+
approvers:
6+
- sig-k8s-infra-leads
7+
labels:
8+
- sig/k8s-infra
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
channels:
2+
- name: k8s-infra-alerts
3+
- name: sig-k8s-infra
4+
id: CCK68P2Q2

communication/slack-config/usergroups.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@ usergroups:
3838
- sandipanpanda
3939
- sreeram-venkitesh
4040

41+
- name: k8s-infra-leads
42+
long_name: SIG K8S Infra leads
43+
description: |-
44+
Leads of the Infrastructure SIG. Ping for a community-owned infrastructure problem.
45+
channels:
46+
- k8s-infra-alerts
47+
- sig-k8s-infra
48+
members:
49+
- ameukam
50+
- bentheelder
51+
- dims
52+
- upodroid
53+
- xmudrii
4154

4255
# Should match the membership of the following teams at all times:
4356
# - https://git.k8s.io/security/#product-security-committee-psc

communication/slack-config/users.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ users:
309309
tsuzu: UP5JBA094
310310
Tunde: UAY977ENN
311311
typeid: U05M1L6EPS6
312+
upodroid: U01FLMDKY3B
312313
valaparthvi: U016TMJVDAA
313314
varshaprasad96: UK59YP2DA
314315
varshasuryawanshi: U07EPRHR6LQ

0 commit comments

Comments
 (0)