Skip to content

Commit

Permalink
Merge pull request #7836 from floreks/sigui/report
Browse files Browse the repository at this point in the history
SIG-UI 2023 Annual Report
  • Loading branch information
k8s-ci-robot committed May 10, 2024
2 parents 9ee43d4 + f7afdcc commit 64cbd4f
Show file tree
Hide file tree
Showing 6 changed files with 59 additions and 35 deletions.
2 changes: 1 addition & 1 deletion sig-list.md
Expand Up @@ -54,7 +54,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
|[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>
|[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>
|[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>
|[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>
|[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)|
|[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>

### Working Groups
Expand Down
39 changes: 39 additions & 0 deletions sig-ui/CONTRIBUTING.md
@@ -0,0 +1,39 @@
# Contributing Guidelines

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:

_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._

## Getting Started

To learn more about the project, please read through the following documents:

- https://github.com/kubernetes/dashboard/tree/master/docs
- https://kubernetes.io/docs/tasks/access-application-cluster/web-ui-dashboard/

All the contributions are done via GitHub.
More documentation on contributing can be found here:

- [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
- [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)
- [Contributor Cheat Sheet](https://git.k8s.io/community/contributors/guide/contributor-cheatsheet/README.md) - Common resources for existing developers

### Create a patch

1. Submit an issue by describing your proposed change to the repo in question.
2. The repo owners will respond to your issue rapidly.
3. Fork the repo make your changes and test it.
4. Submit a pull request.

### Get through review process

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.

## Mentorship

- [Mentoring Initiatives](https://git.k8s.io/community/mentoring) - We have a diverse set of mentorship programs available that are always looking for volunteers!

## Contact Information

- [Slack channel](https://kubernetes.slack.com/messages/sig-ui)
- [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-ui)
11 changes: 3 additions & 8 deletions sig-ui/README.md
Expand Up @@ -12,19 +12,15 @@ Covers all things UI related. Efforts are centered around Kubernetes Dashboard:

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

## Meetings
*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.*
* 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).
* [Meeting notes and Agenda](https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing).
* [Meeting recordings](https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm).


## Leadership

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

* Sebastian Florek (**[@floreks](https://github.com/floreks)**), Kubermatic
* Marcin Maciaszczyk (**[@maciaszczykm](https://github.com/maciaszczykm)**), Kubermatic
* Sebastian Florek (**[@floreks](https://github.com/floreks)**), Plural
* Marcin Maciaszczyk (**[@maciaszczykm](https://github.com/maciaszczykm)**), Plural
* Shu Muto (**[@shu-mutou](https://github.com/shu-mutou)**), NEC

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

[subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects
Expand Down
24 changes: 12 additions & 12 deletions sig-ui/annual-report-2023.md
Expand Up @@ -3,6 +3,9 @@
## Current initiatives and Project Health

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

<!--
Some example items that might be worth highlighting:
Expand All @@ -13,6 +16,7 @@
-->

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

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

3. Did you have community-wide updates in 2023 (e.g. KubeCon talks)?

<!--
Examples include links to email, slides, or recordings.
-->
- None

4. KEP work in 2023 (v1.27, v1.28, v1.29):


- None


## [Subprojects](https://git.k8s.io/community/sig-ui#subprojects)
Expand All @@ -43,12 +43,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 2023 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 2023 are linked from [README.md] and updated/uploaded if needed


[CONTRIBUTING.md]: https://git.k8s.io/community/sig-ui/CONTRIBUTING.md
Expand Down
3 changes: 1 addition & 2 deletions sig-ui/charter.md
Expand Up @@ -9,7 +9,6 @@ SIG-UI covers GUI-related aspects of the Kubernetes project. Efforts are centere
#### Code, Binaries and Services

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

#### Cross-cutting and Externally Facing Processes

Expand All @@ -36,4 +35,4 @@ SIG UI delegates subproject approval to Technical Leads. See [Subproject creatio
[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
[Subproject creation - Option 1]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md#subproject-creation
[Kubernetes/Dashboard]: https://github.com/kubernetes/dashboard
[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md
[ROLES.md]: https://github.com/kubernetes/dashboard/blob/master/ROLES.md
15 changes: 3 additions & 12 deletions sigs.yaml
Expand Up @@ -3095,10 +3095,10 @@ sigs:
chairs:
- github: floreks
name: Sebastian Florek
company: Kubermatic
company: Plural
- github: maciaszczykm
name: Marcin Maciaszczyk
company: Kubermatic
company: Plural
- github: shu-mutou
name: Shu Muto
company: NEC
Expand All @@ -3107,15 +3107,7 @@ sigs:
name: Dan Romlein
- github: jeefy
name: Jeffrey Sica
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "09:00"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
archive_url: https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing
recordings_url: https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm
meetings: []
contact:
slack: sig-ui
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
Expand All @@ -3125,7 +3117,6 @@ sigs:
subprojects:
- name: dashboard
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/dashboard-metrics-scraper/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/dashboard/master/OWNERS
- dir: sig-windows
name: Windows
Expand Down

0 comments on commit 64cbd4f

Please sign in to comment.