diff options
| author | Brendan Burns <bburns@microsoft.com> | 2018-10-29 21:51:27 -0700 |
|---|---|---|
| committer | Brendan Burns <bburns@microsoft.com> | 2018-10-29 21:57:44 -0700 |
| commit | e5b74405c77c88db3fa254aa1730fd419f936104 (patch) | |
| tree | 479b97dfa081e34c71fb514c9fb9ee39e59ac057 | |
| parent | 89616a695cd06a6992522333548dd487a1294d10 (diff) | |
Add a charter for sig windows.
| -rw-r--r-- | sig-windows/charter.md | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/sig-windows/charter.md b/sig-windows/charter.md new file mode 100644 index 00000000..0c76c4a1 --- /dev/null +++ b/sig-windows/charter.md @@ -0,0 +1,48 @@ +# SIG Windows 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 + +The scope of SIG Windows is the operation of Kubernetes on the Windows operating system. +This includes maintaining the interface between Kubernetes and containers on Windows +as well as maintaining the pieces of Kubernetes (e.g. the kube-proxy) where there is a +Windows specific implementation. + +### In scope + +#### Code, Binaries and Services + +- Windows specific code in all parts of the codebase. +- Testing of Windows specific features and clusters + +#### Cross-cutting and Externally Facing Processes + +- Work with other SIGs on areas where Windows and Linux (and possibly other OSes in the future) deviate from one another in terms of functionality. + + +## 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]. + +### Additional responsibilities of Chairs + +None + +### Additional responsibilities of Tech Leads + +None + +### Deviations from [sig-governance] + +None + +### Subproject Creation + +Federation of Subprojects + +[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md +[sig-subprojects]: https://github.com/kubernetes/community/blob/master/sig-YOURSIG/README.md#subprojects +[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md
\ No newline at end of file |
