Skip to content

Commit b65b95a

Browse files
authored
Merge pull request #6336 from KnVerey/krm-functions-channel
Krm functions channel
2 parents 9dadaf1 + d6f4144 commit b65b95a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

communication/slack-config/channels.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ channels:
358358
- name: sig-autoscaling
359359
- name: sig-autoscaling-api
360360
- name: sig-cli
361+
- name: sig-cli-krm-functions
361362
- name: sig-clstr-life-leads
362363
- name: sig-cluster-lifecycle
363364
- name: sig-cluster-ops

sig-cli/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [charter](charter.md) defines the scope and governance of the CLI Special In
1818
* [Meeting notes and Agenda](https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing).
1919
* [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP28HaTzSlFe6RJVxpFmbUvF).
2020
* KRM Functions Subproject Meeting: [Wednesdays at 10:30 PT (Pacific Time)](https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09) (biweekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=10:30&tz=PT%20%28Pacific%20Time%29).
21-
* [Meeting notes and Agenda](https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing).
21+
* [Meeting notes and Agenda](https://docs.google.com/document/d/1x80l4i88F27zSCxSjlhvwFdH6jQAHou1k1ibuXrDTaw/edit).
2222
* [Meeting recordings](https://www.youtube.com/playlist?list=PL69nYSiGNLP28HaTzSlFe6RJVxpFmbUvF).
2323
* Kustomize Bug Scrub: [Wednesdays at 09:00 PT (Pacific Time)](https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09) (monthly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29).
2424
* [Meeting notes and Agenda](https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing).
@@ -91,6 +91,8 @@ Centralized plugin index for krew.
9191
### krm-functions
9292
- **Owners:**
9393
- [kubernetes-sigs/krm-functions-registry](https://github.com/kubernetes-sigs/krm-functions-registry/blob/main/OWNERS)
94+
- **Contact:**
95+
- Slack: [#sig-cli-krm-functions](https://kubernetes.slack.com/messages/sig-cli-krm-functions)
9496
### kubectl
9597
- **Owners:**
9698
- [kubernetes/kubectl](https://github.com/kubernetes/kubectl/blob/master/OWNERS)

sigs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ sigs:
668668
tz: PT (Pacific Time)
669669
frequency: biweekly
670670
url: https://zoom.us/j/288426795?pwd=UDdoYnFyNjBiS1RHcXRxS1BCNy9wUT09
671-
archive_url: https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing
671+
archive_url: https://docs.google.com/document/d/1x80l4i88F27zSCxSjlhvwFdH6jQAHou1k1ibuXrDTaw/edit
672672
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP28HaTzSlFe6RJVxpFmbUvF
673673
- description: Kustomize Bug Scrub
674674
day: Wednesday
@@ -731,6 +731,8 @@ sigs:
731731
owners:
732732
- https://raw.githubusercontent.com/kubernetes-sigs/krew-index/master/OWNERS
733733
- name: krm-functions
734+
contact:
735+
slack: sig-cli-krm-functions
734736
owners:
735737
- https://raw.githubusercontent.com/kubernetes-sigs/krm-functions-registry/main/OWNERS
736738
- name: kubectl

0 commit comments

Comments
 (0)