|
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 | +- Custom profiling support in kubectl debug is promoted to GA |
| 8 | +- Interactive delete in kubectl delete is promoted to GA |
| 9 | +- Transition from SPDY to Websockets is promoted to beta |
| 10 | +- kuberc alpha phase implementation is started and reviewed extensively |
| 11 | +- Removing kustomize from kubectl is discussed and rejected |
| 12 | +- Krew has 286 plugins |
| 13 | +- Kustomize new releases (latest one v5.6.0 as of now) |
14 | 14 |
|
15 | 15 | 2. Are there any areas and/or subprojects that your group needs help with (e.g. fewer than 2 active OWNERS)?
|
16 | 16 |
|
| 17 | +- Kui project seems to be not actively maintained |
17 | 18 |
|
18 | 19 | 3. Did you have community-wide updates in 2024 (e.g. KubeCon talks)?
|
19 | 20 |
|
20 |
| -<!-- |
21 |
| - Examples include links to email, slides, or recordings. |
22 |
| ---> |
| 21 | +- [KubeCon Europe 2024](https://www.youtube.com/watch?v=LjXZjt_yOJ8) |
| 22 | +- [KubeCon North America 2024](https://www.youtube.com/watch?v=EL2mx5Ukho8) |
23 | 23 |
|
24 | 24 | 4. KEP work in 2024 (v1.30, v1.31, v1.32):
|
25 | 25 | <!--
|
|
30 | 30 | Please raise an issue in kubernetes/community, if the KEP metadata is correct but the generated list is incorrect.
|
31 | 31 | -->
|
32 | 32 |
|
33 |
| -<!-- |
34 |
| - - Alpha |
35 |
| - - [3104 - Introduce kuberc](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3104-introduce-kuberc) - v1.32 |
36 |
| -
|
37 |
| -
|
38 | 33 | - Stable
|
39 | 34 | - [1441 - kubectl debug](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/1441-kubectl-debug) - v1.30
|
40 | 35 | - [3638 - Improve kubectl plugin resolution for non-shadowing subcommands](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3638-kubectl-plugin-subcommands) - v1.30
|
41 | 36 | - [3805 - Kubectl Server-Side Apply by default](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3805-ssa-default) - v1.32
|
42 | 37 | - [3895 - Interactive(-i) flag to kubectl delete for user confirmation](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3895-kubectl-delete-interactivity) - v1.30
|
43 |
| - - [4292 - Custom profiling support in kubectl debug command](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/4292-kubectl-debug-custom-profile) - 1.32 --> |
| 38 | + - [4292 - Custom profiling support in kubectl debug command](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/4292-kubectl-debug-custom-profile) - 1.32 |
44 | 39 |
|
45 | 40 | ## [Subprojects](https://git.k8s.io/community/sig-cli#subprojects)
|
46 | 41 |
|
|
63 | 58 | ## Operational
|
64 | 59 |
|
65 | 60 | Operational tasks in [sig-governance.md]:
|
66 |
| -- [ ] [README.md] reviewed for accuracy and updated if needed |
67 |
| -- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
68 |
| -- [ ] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
69 |
| -- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
70 |
| -- [ ] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
71 |
| -- [ ] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed |
| 61 | +- [x] [README.md] reviewed for accuracy and updated if needed |
| 62 | +- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed |
| 63 | +- [x] Other contributing docs (e.g. in devel dir or contributor guide) reviewed for accuracy and updated if needed |
| 64 | +- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed |
| 65 | +- [x] SIG leaders (chairs, tech leads, and subproject leads) in [sigs.yaml] are accurate and active, and updated if needed |
| 66 | +- [x] Meeting notes and recordings for 2024 are linked from [README.md] and updated/uploaded if needed |
72 | 67 |
|
73 | 68 |
|
74 | 69 | [CONTRIBUTING.md]: https://git.k8s.io/community/sig-cli/CONTRIBUTING.md
|
|
0 commit comments