From f40eb2303aa3862fec2f66b866c2c48361b6c501 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Thu, 9 Jan 2025 19:37:40 +0200 Subject: [PATCH 1/2] Create new vertical-pod-autoscaler channel vertical-pod-autoscaler is a big enough subproject in sig-autoscaling that it needs a dedicated channel. I also noticed that the karpenter channel wasn't listed, so I added that. --- communication/slack-config/channels.yaml | 1 + sigs.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/communication/slack-config/channels.yaml b/communication/slack-config/channels.yaml index 868296e37f8..55a018cb0aa 100644 --- a/communication/slack-config/channels.yaml +++ b/communication/slack-config/channels.yaml @@ -548,6 +548,7 @@ channels: - name: velero-dev - name: velero-users id: C6VCGP4MT + - name: vertical-pod-autoscaler - name: virtlet - name: virtual-kubelet - name: virtualization diff --git a/sigs.yaml b/sigs.yaml index d22e71c7683..d37843103f6 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -683,9 +683,13 @@ sigs: - https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS - name: karpenter + contact: + slack: karpenter owners: - https://raw.githubusercontent.com/kubernetes-sigs/karpenter/main/OWNERS - name: vertical-pod-autoscaler + contact: + slack: vertical-pod-autoscaler owners: - https://raw.githubusercontent.com/kubernetes/autoscaler/master/vertical-pod-autoscaler/OWNERS - dir: sig-cli From d834ced014d3745948f6dbabd71ec20159d09072 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Thu, 9 Jan 2025 19:39:55 +0200 Subject: [PATCH 2/2] Generate docs --- sig-autoscaling/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sig-autoscaling/README.md b/sig-autoscaling/README.md index e9798be3383..79d95480628 100644 --- a/sig-autoscaling/README.md +++ b/sig-autoscaling/README.md @@ -67,9 +67,13 @@ The following [subprojects][subproject-definition] are owned by sig-autoscaling: ### karpenter - **Owners:** - [kubernetes-sigs/karpenter](https://github.com/kubernetes-sigs/karpenter/blob/main/OWNERS) +- **Contact:** + - Slack: [#karpenter](https://kubernetes.slack.com/messages/karpenter) ### vertical-pod-autoscaler - **Owners:** - [kubernetes/autoscaler/vertical-pod-autoscaler](https://github.com/kubernetes/autoscaler/blob/master/vertical-pod-autoscaler/OWNERS) +- **Contact:** + - Slack: [#vertical-pod-autoscaler](https://kubernetes.slack.com/messages/vertical-pod-autoscaler) [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects [working-group-definition]: https://github.com/kubernetes/community/blob/master/governance.md#working-groups