Skip to content

Commit 64cbd4f

Browse files
authored
Merge pull request #7836 from floreks/sigui/report
SIG-UI 2023 Annual Report
2 parents 9ee43d4 + f7afdcc commit 64cbd4f

File tree

6 files changed

+59
-35
lines changed

6 files changed

+59
-35
lines changed

sig-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
5454
|[Security](sig-security/README.md)|[security](https://github.com/kubernetes/kubernetes/labels/sig%2Fsecurity)|* [Ian Coldwater](https://github.com/IanColdwater), Twilio<br>* [Tabitha Sable](https://github.com/tabbysable), Datadog<br>|* [Slack](https://kubernetes.slack.com/messages/sig-security)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-security)|* Regular SIG Meeting: [Thursdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/9934z1184192?pwd=L25Tc0ZOL3FqU09KNERlTU12dFhTQT09)<br>
5555
|[Storage](sig-storage/README.md)|[storage](https://github.com/kubernetes/kubernetes/labels/sig%2Fstorage)|* [Saad Ali](https://github.com/saad-ali), Google<br>* [Xing Yang](https://github.com/xing-yang), VMware<br>|* [Slack](https://kubernetes.slack.com/messages/sig-storage)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-storage)|* Regular CSI Implementation meeting: [Monday and Wednesdays at 10:00 PT (Pacific Time) (weekly)](https://zoom.us/j/614261834)<br>* Regular SIG Meeting: [Thursdays at 9:00 PT (Pacific Time) (biweekly)](https://zoom.us/j/614261834)<br>
5656
|[Testing](sig-testing/README.md)|[testing](https://github.com/kubernetes/kubernetes/labels/sig%2Ftesting)|* [Brady Pratt](https://github.com/jbpratt), Red Hat<br>* [Michelle Shepardson](https://github.com/michelle192837), Google<br>* [Brian McQueen](https://github.com/xmcqueen), LinkedIn<br>|* [Slack](https://kubernetes.slack.com/messages/sig-testing)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-testing)|* Hydrophone Office Hours: [Tuesdays at 13:00 PT (Pacific Time) (bi-weekly starting Tuesday April 16, 2024)](https://zoom.us/j/92022289212?pwd=VU5UWEtuU3ZYTmlYS3hSU3hLbTA0Zz09)<br>* SIG Testing Bi-Weekly Meeting: [Tuesdays at 10:00 PT (Pacific Time) (bi-weekly starting Tuesday August 13, 2019)](https://zoom.us/j/135450138?pwd=WGJyaVZzekJCWFBTMGJGTXVjUFJaUT09)<br>
57-
|[UI](sig-ui/README.md)|[ui](https://github.com/kubernetes/kubernetes/labels/sig%2Fui)|* [Sebastian Florek](https://github.com/floreks), Kubermatic<br>* [Marcin Maciaszczyk](https://github.com/maciaszczykm), Kubermatic<br>* [Shu Muto](https://github.com/shu-mutou), NEC<br>|* [Slack](https://kubernetes.slack.com/messages/sig-ui)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)|* Regular SIG Meeting: [Thursdays at 09:00 PT (Pacific Time) (bi-weekly)](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)<br>
57+
|[UI](sig-ui/README.md)|[ui](https://github.com/kubernetes/kubernetes/labels/sig%2Fui)|* [Sebastian Florek](https://github.com/floreks), Plural<br>* [Marcin Maciaszczyk](https://github.com/maciaszczykm), Plural<br>* [Shu Muto](https://github.com/shu-mutou), NEC<br>|* [Slack](https://kubernetes.slack.com/messages/sig-ui)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)|
5858
|[Windows](sig-windows/README.md)|[windows](https://github.com/kubernetes/kubernetes/labels/sig%2Fwindows)|* [Aravindh Puthiyaparambil](https://github.com/aravindhp), Softdrive Technologies Group Inc.<br>* [Mark Rossetti](https://github.com/marosset), Microsoft<br>|* [Slack](https://kubernetes.slack.com/messages/sig-windows)<br>* [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-windows)|* Backlog Refinement / Bug Triage Meeting: [Thursdays at 12:30 Eastern Time (ET) (biweekly)](https://zoom.us/j/94389601840?pwd=MCs2SEJQWG0zUWpBS3Nod0ZNMmVXQT09)<br>* Regular SIG Meeting: [Tuesdays at 12:30 Eastern Time (ET) (weekly)](https://zoom.us/j/96892680257?pwd=TVNyMzB4VVMwRGZnUkgzT1dnb2szZz09)<br>* Weekly CI Meeting: [Tuesdays at 12:15 Eastern Time (ET) (weekly)](https://zoom.us/j/96892680257?pwd=TVNyMzB4VVMwRGZnUkgzT1dnb2szZz09)<br>
5959

6060
### Working Groups

sig-ui/CONTRIBUTING.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Contributing Guidelines
2+
3+
Welcome to Kubernetes. We are excited about the prospect of you joining our [community](https://github.com/kubernetes/community)! The Kubernetes community abides by the CNCF [code of conduct](../code-of-conduct.md). Here is an excerpt:
4+
5+
_As contributors and maintainers of this project, and in the interest of fostering an open and welcoming community, we pledge to respect all people who contribute through reporting issues, posting feature requests, updating documentation, submitting pull requests or patches, and other activities._
6+
7+
## Getting Started
8+
9+
To learn more about the project, please read through the following documents:
10+
11+
- https://github.com/kubernetes/dashboard/tree/master/docs
12+
- https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/
13+
14+
All the contributions are done via GitHub.
15+
More documentation on contributing can be found here:
16+
17+
- [Contributor License Agreement](https://git.k8s.io/community/CLA.md) Kubernetes projects require that you sign a Contributor License Agreement (CLA) before we can accept your pull requests
18+
- [Kubernetes Contributor Guide](http://git.k8s.io/community/contributors/guide) - Main contributor documentation, or you can just jump directly to the [contributing section](https://git.k8s.io/community/contributors/guide#contributing)
19+
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet/README.md) - Common resources for existing developers
20+
21+
### Create a patch
22+
23+
1. Submit an issue by describing your proposed change to the repo in question.
24+
2. The repo owners will respond to your issue rapidly.
25+
3. Fork the repo make your changes and test it.
26+
4. Submit a pull request.
27+
28+
### Get through review process
29+
30+
All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.
31+
32+
## Mentorship
33+
34+
- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!
35+
36+
## Contact Information
37+
38+
- [Slack channel](https://kubernetes.slack.com/messages/sig-ui)
39+
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)

sig-ui/README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,15 @@ Covers all things UI related. Efforts are centered around Kubernetes Dashboard:
1212

1313
The [charter](charter.md) defines the scope and governance of the UI Special Interest Group.
1414

15-
## Meetings
16-
*Joining the [mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-ui) for the group will typically add invites for the following meetings to your calendar.*
17-
* Regular SIG Meeting: [Thursdays at 09:00 PT (Pacific Time)](https://groups.google.com/forum/#!forum/kubernetes-sig-ui) (bi-weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09:00&tz=PT%20%28Pacific%20Time%29).
18-
* [Meeting notes and Agenda](https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing).
19-
* [Meeting recordings](https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm).
15+
2016

2117
## Leadership
2218

2319
### Chairs
2420
The Chairs of the SIG run operations and processes governing the SIG.
2521

26-
* Sebastian Florek (**[@floreks](https://github.com/floreks)**), Kubermatic
27-
* Marcin Maciaszczyk (**[@maciaszczykm](https://github.com/maciaszczykm)**), Kubermatic
22+
* Sebastian Florek (**[@floreks](https://github.com/floreks)**), Plural
23+
* Marcin Maciaszczyk (**[@maciaszczykm](https://github.com/maciaszczykm)**), Plural
2824
* Shu Muto (**[@shu-mutou](https://github.com/shu-mutou)**), NEC
2925

3026
## Emeritus Leads
@@ -43,7 +39,6 @@ The Chairs of the SIG run operations and processes governing the SIG.
4339
The following [subprojects][subproject-definition] are owned by sig-ui:
4440
### dashboard
4541
- **Owners:**
46-
- [kubernetes-sigs/dashboard-metrics-scraper](https://github.com/kubernetes-sigs/dashboard-metrics-scraper/blob/master/OWNERS)
4742
- [kubernetes/dashboard](https://github.com/kubernetes/dashboard/blob/master/OWNERS)
4843

4944
[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects

sig-ui/annual-report-2023.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
## Current initiatives and Project Health
44

55
1. What work did the SIG do this year that should be highlighted?
6+
- Released Kubernetes Dashboard v3.0.0 alpha that introduced major architecture
7+
changes and a multi-container deployment.
8+
- Added support for the latest Kubernetes release at the time.
69

710
<!--
811
Some example items that might be worth highlighting:
@@ -13,6 +16,7 @@
1316
-->
1417

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

1721
<!--
1822
Note: This list is generated from the KEP metadata in kubernetes/enhancements repository.
@@ -21,14 +25,10 @@
2125
-->
2226

2327
3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?
24-
25-
<!--
26-
Examples include links to email, slides, or recordings.
27-
-->
28+
- None
2829

2930
4. KEP work in 2023 (v1.27, v1.28, v1.29):
30-
31-
31+
- None
3232

3333

3434
## [Subprojects](https://git.k8s.io/community/sig-ui#subprojects)
@@ -43,12 +43,12 @@
4343
## Operational
4444

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

5353

5454
[CONTRIBUTING.md]: https://git.k8s.io/community/sig-ui/CONTRIBUTING.md

sig-ui/charter.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ SIG-UI covers GUI-related aspects of the Kubernetes project. Efforts are centere
99
#### Code, Binaries and Services
1010

1111
- [Kubernetes Dashboard](https://github.com/kubernetes/dashboard)
12-
- [Dashboard Metrics Scraper](https://github.com/kubernetes-sigs/dashboard-metrics-scraper)
1312

1413
#### Cross-cutting and Externally Facing Processes
1514

@@ -36,4 +35,4 @@ SIG UI delegates subproject approval to Technical Leads. See [Subproject creatio
3635
[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
3736
[Subproject creation - Option 1]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md#subproject-creation
3837
[Kubernetes/Dashboard]: https://github.com/kubernetes/dashboard
39-
[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md
38+
[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md

sigs.yaml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3095,10 +3095,10 @@ sigs:
30953095
chairs:
30963096
- github: floreks
30973097
name: Sebastian Florek
3098-
company: Kubermatic
3098+
company: Plural
30993099
- github: maciaszczykm
31003100
name: Marcin Maciaszczyk
3101-
company: Kubermatic
3101+
company: Plural
31023102
- github: shu-mutou
31033103
name: Shu Muto
31043104
company: NEC
@@ -3107,15 +3107,7 @@ sigs:
31073107
name: Dan Romlein
31083108
- github: jeefy
31093109
name: Jeffrey Sica
3110-
meetings:
3111-
- description: Regular SIG Meeting
3112-
day: Thursday
3113-
time: "09:00"
3114-
tz: PT (Pacific Time)
3115-
frequency: bi-weekly
3116-
url: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
3117-
archive_url: https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing
3118-
recordings_url: https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm
3110+
meetings: []
31193111
contact:
31203112
slack: sig-ui
31213113
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
@@ -3125,7 +3117,6 @@ sigs:
31253117
subprojects:
31263118
- name: dashboard
31273119
owners:
3128-
- https://raw.githubusercontent.com/kubernetes-sigs/dashboard-metrics-scraper/master/OWNERS
31293120
- https://raw.githubusercontent.com/kubernetes/dashboard/master/OWNERS
31303121
- dir: sig-windows
31313122
name: Windows

0 commit comments

Comments
 (0)