From 0f2075fe7a3f7d3286cc20fcdcf9d7a256af9151 Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Thu, 18 Oct 2018 12:56:39 -0400 Subject: [PATCH 1/3] add wip sig-ui charter --- sig-ui/charter.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 sig-ui/charter.md diff --git a/sig-ui/charter.md b/sig-ui/charter.md new file mode 100644 index 000000000..7dbd6112f --- /dev/null +++ b/sig-ui/charter.md @@ -0,0 +1,44 @@ +# SIG UI Charter + +This charter is a WIP. + +This charter adheres to the conventions described in the [Kubernetes Charter README] and uses the Roles and Organization Management outlined in [sig-governance]. + +## Scope + +SIG-UI covers all things user interface related within the Kubernetes project. Efforts are centered around the Kubernetes Dashboard: a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. + +### In scope + + Link to SIG section in [sigs.yaml] + +#### Code, Binaries and Services + +- Kubernetes Dashboard + +#### Cross-cutting and Externally Facing Processes + +- Cutting a new release of the Dashboard + +### Out of Scope + +Tools that contributors use in support of the project (eg. Prow, Test Grid) + +## Roles and Organization Management + +This sig follows adheres to the Roles and Organization Management outlined in [sig-governance] and opts-in to updates and modifications to [sig-governance]. + +### Deviations from [sig-governance] + +SIG UI governance is structured according to the [ROLES.md] document within the [Kubernetes/Dashboard] repo + +### Subproject Creation + +SIG UI delegates subproject approval to Technical Leads. See [Subproject creation - Option 1]. + +[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md +[sigs.yaml]: https://github.com/kubernetes/community/blob/master/sigs.yaml +[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 \ No newline at end of file From 5c7fc04d44610c56b628994f7a096462c96e6f5a Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Fri, 30 Nov 2018 08:40:16 -0500 Subject: [PATCH 2/3] nit updates --- sig-ui/charter.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/sig-ui/charter.md b/sig-ui/charter.md index 7dbd6112f..35031bf1d 100644 --- a/sig-ui/charter.md +++ b/sig-ui/charter.md @@ -6,15 +6,12 @@ This charter adheres to the conventions described in the [Kubernetes Charter REA ## Scope -SIG-UI covers all things user interface related within the Kubernetes project. Efforts are centered around the Kubernetes Dashboard: a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. - -### In scope - - Link to SIG section in [sigs.yaml] +SIG-UI covers GUI-related aspects of the Kubernetes project. Efforts are centered around the Kubernetes Dashboard: a general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster and troubleshoot them, as well as manage the cluster itself. #### Code, Binaries and Services -- Kubernetes Dashboard +- [Kubernetes Dashboard](https://github.com/kubernetes/dashboard) +- [Dashboard Cluster Addon](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/dashboard) #### Cross-cutting and Externally Facing Processes From 4da1d27df5f1c1223427e61d1a7fc1001c1e607d Mon Sep 17 00:00:00 2001 From: Jeffrey Sica Date: Fri, 30 Nov 2018 08:41:38 -0500 Subject: [PATCH 3/3] remove WIP --- sig-ui/charter.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sig-ui/charter.md b/sig-ui/charter.md index 35031bf1d..347a67906 100644 --- a/sig-ui/charter.md +++ b/sig-ui/charter.md @@ -1,7 +1,5 @@ # SIG UI Charter -This charter is a WIP. - This charter adheres to the conventions described in the [Kubernetes Charter README] and uses the Roles and Organization Management outlined in [sig-governance]. ## Scope