diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-11-30 11:20:06 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-30 11:20:06 -0800 |
| commit | 526ae23929cad04fba1e2dab322712bbb1fce149 (patch) | |
| tree | 9044a1ba674dd463dadeafff1e36e99466808dec | |
| parent | 03e507833de48e54544a05d8860005d7d47118e5 (diff) | |
| parent | 4da1d27df5f1c1223427e61d1a7fc1001c1e607d (diff) | |
Merge pull request #2821 from jeefy/ui-charter
SIG-UI charter
| -rw-r--r-- | sig-ui/charter.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sig-ui/charter.md b/sig-ui/charter.md new file mode 100644 index 00000000..347a6790 --- /dev/null +++ b/sig-ui/charter.md @@ -0,0 +1,39 @@ +# SIG UI Charter + +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 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](https://github.com/kubernetes/dashboard) +- [Dashboard Cluster Addon](https://github.com/kubernetes/kubernetes/tree/master/cluster/addons/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 |
