Skip to content

Add slack configuration for SIG K8S Infra #8542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions communication/slack-config/channels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ channels:
- name: k8s-dual-stack
archived: true
- name: k8s-image-swapper
- name: k8s-infra-alerts
# k8s-infra-alerts is defined in sig-k8s-infra/
- name: k8s-release
archived: true
- name: k8spin
Expand Down Expand Up @@ -580,8 +580,7 @@ channels:
id: C0409NGC1TK
- name: wg-etcd-operator
- name: wg-iot-edge
- name: sig-k8s-infra
id: CCK68P2Q2
# sig-k8s-infra is defined in sig-k8s-infra/
- name: wg-lts
- name: wg-machine-learning
archived: true
Expand Down
4 changes: 4 additions & 0 deletions communication/slack-config/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ restrictions:
- "^kubernetes-docs-[a-z]{2}(-maintainers)?$"
- "^sig-docs$"
- "^sig-docs-.*$"
- path: "sig-k8s-infra/*.yaml"
channels:
- "^k8s-infra-.*$"
- "^sig-k8s-infra$"
- path: "sig-network/*.yaml"
channels:
- "^sig-network-.*$"
Expand Down
8 changes: 8 additions & 0 deletions communication/slack-config/sig-k8s-infra/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See the OWNERS docs at https://go.k8s.io/owners

reviewers:
- sig-k8s-infra-leads
approvers:
- sig-k8s-infra-leads
labels:
- sig/k8s-infra
4 changes: 4 additions & 0 deletions communication/slack-config/sig-k8s-infra/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
channels:
- name: k8s-infra-alerts
- name: sig-k8s-infra
id: CCK68P2Q2
13 changes: 13 additions & 0 deletions communication/slack-config/usergroups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ usergroups:
- sandipanpanda
- sreeram-venkitesh

- name: k8s-infra-leads
long_name: SIG K8S Infra leads
description: |-
Leads of the Infrastructure SIG. Ping for a community-owned infrastructure problem.
channels:
- k8s-infra-alerts
- sig-k8s-infra
members:
- ameukam
- bentheelder
- dims
- upodroid
- xmudrii

# Should match the membership of the following teams at all times:
# - https://git.k8s.io/security/#product-security-committee-psc
Expand Down
1 change: 1 addition & 0 deletions communication/slack-config/users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ users:
tsuzu: UP5JBA094
Tunde: UAY977ENN
typeid: U05M1L6EPS6
upodroid: U01FLMDKY3B
valaparthvi: U016TMJVDAA
varshaprasad96: UK59YP2DA
varshasuryawanshi: U07EPRHR6LQ
Expand Down