Merge pull request #8438 from dims/sig-arch-2024-annual-report
SIG Architecture 2024 annual report
This commit is contained in:
commit
d06ec6a1a0
|
@ -11,9 +11,15 @@
|
|||
- Paying down significant tech debt
|
||||
- Governance and leadership changes
|
||||
-->
|
||||
- At Kubecon NA, we merged the last outstanding conformance test to reach "100% conformance tested" milestone (see [issue](https://github.com/kubernetes/enhancements/issues/4945)). With this we fully paid down the debt for older APIs which did not have conformance tests.
|
||||
- Go workspaces for k/k (see [issue](https://github.com/kubernetes/enhancements/issues/4402))
|
||||
- Launched WG Device Management (see [PR](https://github.com/kubernetes/community/pull/7805))
|
||||
- Launched WG Serving (see [PR](https://github.com/kubernetes/community/pull/7823))
|
||||
- Add apisnoop subproject (see [Issue](https://github.com/kubernetes/org/issues/4705))
|
||||
|
||||
2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
||||
|
||||
The team needs new contributors. While we handle regular release tasks well, we could improve areas like simplifying the KEP template. Fresh perspectives in sig-architecture meetings would help challenge the status quo. We also need long-term contributors for future leadership transitions. Most subprojects (e.g., api-reviews, PRRs) are self-sustaining, but we haven't tackled new conformance challenges (e.g., mandatory RBAC). Maintaining the release cadence remains our priority.
|
||||
|
||||
3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
|
||||
|
||||
|
@ -21,6 +27,12 @@
|
|||
Examples include links to email, slides, or recordings.
|
||||
-->
|
||||
|
||||
Yes we had SIG-Architecture related talks in:
|
||||
- [kubecon EU 2024](https://www.youtube.com/watch?v=8YaKHvoVZy4)
|
||||
- [kubecon NA 2024](https://www.youtube.com/watch?v=8YaKHvoVZy4)
|
||||
|
||||
Thanks to John Belamaric and David Eads!
|
||||
|
||||
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.
|
||||
|
@ -30,6 +42,9 @@
|
|||
Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
|
||||
-->
|
||||
|
||||
- stable
|
||||
- [Go workspaces for k/k](https://github.com/kubernetes/enhancements/tree/master/keps/sig-architecture/4402-go-workspaces)
|
||||
|
||||
<!--
|
||||
|
||||
- Beta
|
||||
|
@ -67,12 +82,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-architecture/CONTRIBUTING.md
|
||||
|
|
Loading…
Reference in New Issue