|
4 | 4 |
|
5 | 5 | 1. What work did the SIG do this year that should be highlighted?
|
6 | 6 |
|
7 |
| -<!-- |
8 |
| - Some example items that might be worth highlighting: |
9 |
| - - Major KEP advancement |
10 |
| - - Important initiatives that aren't tracked via KEPs |
11 |
| - - Paying down significant tech debt |
12 |
| - - Governance and leadership changes |
13 |
| ---> |
| 7 | + - Interactive delete in kubectl delete |
| 8 | + - Custom profiling support in kubectl debug |
| 9 | + - Transition from SPDY to Websockets |
| 10 | + - Plugin resolution for non-shadowing subcommands in kubectl promoted to beta |
| 11 | + - New pruning design for kubectl apply --prune, aka ApplySet |
| 12 | + - Aggregated Discovery promoted to GA |
| 13 | + - kubectl debug promoted to GA |
| 14 | + - New minor release for kui |
| 15 | + - Krew has 242 plugins |
14 | 16 |
|
15 | 17 | 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
16 | 18 |
|
17 |
| -<!-- |
18 |
| - Note: This list is generated from the KEP metadata in kubernetes/enhancements repository. |
19 |
| - If you find any discrepancy in the generated list here, please check the KEP metadata. |
20 |
| - Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect. |
21 |
| ---> |
| 19 | + - Lost 2 Kustomize primary maintainers and looking for help in 2024 |
22 | 20 |
|
23 | 21 | 3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
|
24 | 22 |
|
25 |
| -<!-- |
26 |
| - Examples include links to email, slides, or recordings. |
27 |
| ---> |
| 23 | + - [KubeCon Europe 2023](https://www.youtube.com/watch?v=X-XDr8XhHHU) |
| 24 | + - [KubeCon North America 2023](https://www.youtube.com/watch?v=RggqaCSdOGA) |
28 | 25 |
|
29 | 26 | 4. KEP work in 2023 (v1.27, v1.28, v1.29):
|
30 | 27 |
|
31 | 28 | - Alpha
|
32 | 29 | - [3659 - KEP Template](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3659-kubectl-apply-prune) - v1.27
|
33 | 30 | - [3805 - Kubectl Server-Side Apply by default](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3805-ssa-default) - v1.27
|
| 31 | + - [4006 - Transition from SPDY to Websockets](https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/4006-transition-spdy-to-websockets/kep.yaml) - 1.28 |
34 | 32 |
|
35 | 33 | - Beta
|
36 | 34 | - [2590 - Kubectl Subresource Support](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2590-kubectl-subresource) - v1.27
|
|
66 | 64 | ## Operational
|
67 | 65 |
|
68 | 66 | Operational tasks in [sig-governance.md]:
|
69 |
| -- [ ] [README.md] reviewed for accuracy and updated if needed |
70 |
| -- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
71 |
| -- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
72 |
| -- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
73 |
| -- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
74 |
| -- [ ] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed |
| 67 | +- [x] [README.md] reviewed for accuracy and updated if needed |
| 68 | +- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
| 69 | +- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
| 70 | +- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
| 71 | +- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
| 72 | +- [x] Meeting notes and recordings for 2023 are linked from [README.md] and updated/uploaded if needed |
75 | 73 |
|
76 | 74 |
|
77 | 75 | [CONTRIBUTING.md]: https://git.k8s.io/community/sig-cli/CONTRIBUTING.md
|
|
0 commit comments