Skip to content

Commit 8566300

Browse files
authored
Merge pull request #8313 from gjtempleton/SIG-Autoscaling-Annual-Report-2024
SIG Autoscaling - 2024 Report
2 parents 17a908c + 5a0e78e commit 8566300

File tree

2 files changed

+33
-11
lines changed

2 files changed

+33
-11
lines changed

sig-autoscaling/CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Contributing to SIG Autoscaling
2+
3+
The best place to find information and resources to be able to participate and support SIG Autoscaling's work is to visit the Autoscaling Special Interest Group [Github repo](https://github.com/kubernetes/community/tree/master/sig-autoscaling) and the [README](https://github.com/kubernetes/community/tree/master/sig-autoscaling) file.
4+
You can also learn more about the [SIG Autoscaling Charter](https://github.com/kubernetes/community/blob/master/sig-autoscaling/charter.md) following the link.
5+
6+
## Getting started
7+
Joining the [mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling) will get you invited to the general SIG meetings.
8+
9+
Our Regular SIG Meeting is Mondays at 16:00 CET (Central European Time). This is a general forum for wider issues as well as most of the subprojects.
10+
11+
Most of the work of the SIG is undertaken by our [Subprojects](https://github.com/kubernetes/community/tree/master/sig-autoscaling#subprojects) where new contributors are always welcome. Some of the subprojects have their own dedicated meetings - either on an ad-hoc basis, or organised more regularly. See the above link and each subproject's Slack channel for more details.
12+
13+
Contributions are made via Pull requests. Before opening a pull request, contributors must sign the [CNCF Contributor License Agreement](https://github.com/kubernetes/community/blob/master/CLA.md)
14+
15+
16+
## Questions about contributing
17+
Feel free to ask any questions in the [#sig-autoscaling](https://kubernetes.slack.com/messages/sig-autoscaling)
18+
Slack channel through the Kubernetes Slack. To get a Slack invite, visit http://slack.k8s.io/ . Once you're logged you can join the channel. Alternatively, you can join any of our meetings.

sig-autoscaling/annual-report-2024.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,23 @@
1111
- Paying down significant tech debt
1212
- Governance and leadership changes
1313
-->
14+
- Dynamic Resource Allocation support
15+
- Ongoing work to enable in-place pod resource updates compatibility with Vertical Pod Autoscaler
1416

1517
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
1618

19+
- Horizontal Pod Autoscaler - see [this issue](https://github.com/kubernetes/kubernetes/issues/128948)
20+
1721

18-
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
1922

23+
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
2024
<!--
2125
Examples include links to email, slides, or recordings.
2226
-->
2327

28+
- [Kubecon EU 2024 SIG Update](https://www.youtube.com/watch?v=3j2DqZinn5E)
29+
- [Kubecon NA 2024 SIG Update](https://www.youtube.com/watch?v=3fr2J3G1s1U)
30+
2431
4. KEP work in 2024 (v1.30, v1.31, v1.32):
2532
<!--
2633
TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction.
@@ -30,11 +37,8 @@
3037
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
3138
-->
3239

33-
<!--
34-
35-
3640
- Stable
37-
- [1610 - Container Resource based Autoscaling](https://github.com/kubernetes/enhancements/tree/master/keps/sig-autoscaling/1610-container-resource-autoscaling) - v1.30 -->
41+
- [1610 - Container Resource based Autoscaling](https://github.com/kubernetes/enhancements/tree/master/keps/sig-autoscaling/1610-container-resource-autoscaling) - v1.30
3842

3943
## [Subprojects](https://git.k8s.io/community/sig-autoscaling#subprojects)
4044

@@ -57,12 +61,12 @@
5761
## Operational
5862

5963
Operational tasks in [sig-governance.md]:
60-
- [ ] [README.md] reviewed for accuracy and updated if needed
61-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
62-
- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
63-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
64-
- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
65-
- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed
64+
- [x] [README.md] reviewed for accuracy and updated if needed
65+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
66+
- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed
67+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
68+
- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed
69+
- [x] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed
6670

6771

6872
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-autoscaling/CONTRIBUTING.md

0 commit comments

Comments
 (0)