Skip to content

Commit 027cc3a

Browse files
authored
Merge pull request #7134 from shu-mutou/sig-ui-2022
SIG UI Annual Report 2022
2 parents 69f9888 + 1cd817a commit 027cc3a

File tree

1 file changed

+40
-37
lines changed

1 file changed

+40
-37
lines changed

sig-ui/annual-report-2022.md

Lines changed: 40 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,93 +4,96 @@
44

55
1. What work did the SIG do this year that should be highlighted?
66

7-
-
8-
-
9-
-
7+
- Kubernetes Dashboard v2.5.0 - v2.7.0 released in 2022, and latest release is v2.7.0 in Sep 2022. Each releases support latest release of Kubernetes at the time.
8+
- Not only Kubernetes modules, but also almost all dependencies are updated to the latest versions.
9+
- The biggest highlight is that new archtecture was introduced. This splited containers for frontend and backend into each and this makes it possible to tune the each performance.
10+
- We are now preparing new release that includes the new architecture.
1011

1112
2. What initiatives are you working on that aren't being tracked in KEPs?
1213

13-
-
14-
-
15-
-
16-
17-
14+
- We are aiming to adapt tools to new architecture.
15+
- [Helm Chart](https://github.com/kubernetes/dashboard/pull/7544)
16+
- [Development environment](https://github.com/kubernetes/dashboard/pull/7602)
1817

1918
3. KEP work in 2022 (v1.24, v1.25, v1.26):
2019

20+
- None
2121

2222
## Project health
2323

2424
1. What areas and/or subprojects does your group need the most help with?
2525
Any areas with 2 or fewer OWNERs? (link to more details)
2626

27-
-
28-
-
29-
-
27+
- Recruiting new contributors even if in partial area. To be able to traverse/contribute, a new contributor needs to have an understanding of Angular, Golang, and a reasonably knowledge of Kubernetes client-go package.
28+
- More contributors needed for fixing functional gaps between dashboard and Kubernetes API or kubectl.
29+
- To support for RTL languages, we needs who can develop dashbboard and review RTL languages.
30+
- More approvers/reviewers are needed for following translation sub teams:
31+
- [French translation sub team for Kubernetes Dashboard](https://github.com/kubernetes/dashboard/blob/master/modules/web/i18n/fr/OWNERS)
32+
- [Korean translation sub team for Kubernetes Dashboard](https://github.com/kubernetes/dashboard/blob/master/modules/web/i18n/ko/OWNERS)
33+
- [Spanish translation sub team for Kubernetes Dashboard](https://github.com/kubernetes/dashboard/blob/master/modules/web/i18n/es/OWNERS)
3034

3135
2. What metrics/community health stats does your group care about and/or measure?
3236

33-
-
34-
-
35-
-
37+
- There are two primary sources of PRs: Automated dependency PRs (Dependabot) and contributor-created PRs. Dependabot PRs are merged or closed within 24h, while contributor-created PRs are typically reviewed within 3-4 days.
38+
- Currently there are no real metrics that we measure regarding Issue/PR turnaround.
3639

3740
3. Does your [CONTRIBUTING.md] help **new** contributors engage with your group specifically by pointing
3841
to activities or programs that provide useful context or allow easy participation?
3942

40-
-
43+
- We have well documented guide for [getting started](https://github.com/kubernetes/dashboard/blob/master/docs/developer/getting-started.md) and our [CONTRIBUTING.md](https://github.com/kubernetes/dashboard/blob/master/CONTRIBUTING.md) leads to it.
44+
- Also, we attempt to maintain Good First Issue labels on things that we think early-lifecycle contributors could begin with. During KubeCons we also do introduction presentations and mentoring sessions to try and funnel contributors in to our SIG.
4145

4246
4. If your group has special training, requirements for reviewers/approvers, or processes beyond the general [contributor guide],
4347
does your [CONTRIBUTING.md] document those to help **existing** contributors grow throughout the [contributor ladder]?
4448

45-
-
49+
- We have translation sub teams in Kubernetes Dashboard that have responsibility to manage translation files for each languages. And we have [special guide](https://github.com/kubernetes/dashboard/blob/master/docs/developer/internationalization.md) to organize and to manage the translation sub teams.
50+
- Also, the development environment container is available to facilitate translation work.
4651

4752
5. Does the group have contributors from multiple companies/affiliations?
4853

49-
-
54+
- Yes, current chairs are spread between Plural and NEC. And contributors are also spread across multiple companies including Wiremind, PWC and Tencent. See more [contributors in 2021](https://github.com/kubernetes/dashboard/graphs/contributors?from=2022-01-01&to=2022-12-31&type=c).
5055

5156
6. Are there ways end users/companies can contribute that they currently are not?
5257
If one of those ways is more full time support, what would they work on and why?
5358

54-
-
55-
-
59+
- [Internationalization](https://github.com/kubernetes/dashboard/blob/master/docs/developer/internationalization.md) is easy for contributing.
5660

5761
## Membership
5862

59-
- Primary slack channel member count:
60-
- Primary mailing list member count:
61-
- Primary meeting attendee count (estimated, if needed):
62-
- Primary meeting participant count (estimated, if needed):
63-
- Unique reviewers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
64-
- Unique approvers for SIG-owned packages: <!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
63+
- Primary slack channel member count: 1245
64+
- Primary mailing list member count: 223
65+
- Primary meeting attendee count (estimated, if needed): N/A
66+
- Primary meeting participant count (estimated, if needed): N/A
67+
- Unique reviewers for SIG-owned packages: 3<!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
68+
- Unique approvers for SIG-owned packages: 3<!-- in future, this will be generated from OWNERS files referenced from subprojects, expanded with OWNERS_ALIASES files -->
6569

6670
Include any other ways you measure group membership
6771

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

70-
71-
7274
**Continuing:**
7375

74-
- dashboard
75-
76+
- [kubernetes/dashboard](https://github.com/kubernetes/dashboard)
77+
- [kubernetes-sigs/dashboard-metrics-scraper](https://github.com/kubernetes-sigs/dashboard-metrics-scraper)
7678

7779
## [Working groups](https://git.k8s.io/community/sig-ui#working-groups)
7880

81+
- None
7982

8083
## Operational
8184

8285
Operational tasks in [sig-governance.md]:
8386

84-
- [ ] [README.md] reviewed for accuracy and updated if needed
85-
- [ ] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
87+
- [x] [README.md] reviewed for accuracy and updated if needed
88+
- [x] [CONTRIBUTING.md] reviewed for accuracy and updated if needed
8689
(or created if missing and your contributor steps and experience are different or more
8790
in-depth than the documentation listed in the general [contributor guide] and [devel] folder.)
88-
- [ ] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
89-
- [ ] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
90-
- [ ] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
91-
- [ ] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
92-
-
93-
-
91+
- [x] Subprojects list and linked OWNERS files in [sigs.yaml] reviewed for accuracy and updated if needed
92+
- [x] SIG leaders (chairs, tech leads, and subproject owners) in [sigs.yaml] are accurate and active, and updated if needed
93+
- [x] Meeting notes and recordings for 2022 are linked from [README.md] and updated/uploaded if needed
94+
- None
95+
- [x] Did you have community-wide updates in 2022 (e.g. community meetings, kubecon, or kubernetes-dev@ emails)? Links to email, slides, or recordings:
96+
- [Kubernetes SIG UI Introduction and Updates at KubeCon+CloudNativeCon Europe 2022](https://sched.co/ytpx)
9497

9598
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-ui/CONTRIBUTING.md
9699
[contributor ladder]: https://git.k8s.io/community/community-membership.md

0 commit comments

Comments
 (0)