Skip to content
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

SIG Autoscaling - 2024 Report #8313

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
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
18 changes: 18 additions & 0 deletions sig-autoscaling/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Contributing to SIG Autoscaling

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.
You can also learn more about the [SIG Autoscaling Charter](https://github.com/kubernetes/community/blob/master/sig-autoscaling/charter.md) following the link.

## Getting started
Joining the [mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling) will get you invited to the general SIG meetings.

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.

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.

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)


## Questions about contributing
Feel free to ask any questions in the [#sig-autoscaling](https://kubernetes.slack.com/messages/sig-autoscaling)
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.
26 changes: 15 additions & 11 deletions sig-autoscaling/annual-report-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@
- Paying down significant tech debt
- Governance and leadership changes
-->
- Dynamic Reasource Allocation support
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Dynamic Reasource Allocation support
- Dynamic Resource Allocation support

Heh, this went unnoticed for a while

- Ongoing work to enable in-place pod resource updates compatibility with Vertical Pod Autoscaler

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

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


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

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

- [Kubecon EU 2024 SIG Update](https://www.youtube.com/watch?v=3j2DqZinn5E)
- [Kubecon NA 2024 SIG Update](https://www.youtube.com/watch?v=3fr2J3G1s1U)

4. KEP work in 2024 (v1.30, v1.31, v1.32):
<!--
TODO: Uncomment the following auto-generated list of KEPs, once reviewed & updated for correction.
Expand All @@ -30,11 +37,8 @@
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
-->

<!--


- Stable
- [1610 - Container Resource based Autoscaling](https://github.com/kubernetes/enhancements/tree/master/keps/sig-autoscaling/1610-container-resource-autoscaling) - v1.30 -->
- [1610 - Container Resource based Autoscaling](https://github.com/kubernetes/enhancements/tree/master/keps/sig-autoscaling/1610-container-resource-autoscaling) - v1.30

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

Expand All @@ -57,12 +61,12 @@
## Operational

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


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