From e38904bb28277024fd0be7f23ee57163b878d2f8 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 7 Aug 2018 13:59:55 -0400 Subject: [PATCH 1/2] Add sig-ibmcloud Charter Add charter for IBMCloud SIG. --- sig-ibmcloud/charter.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sig-ibmcloud/charter.md diff --git a/sig-ibmcloud/charter.md b/sig-ibmcloud/charter.md new file mode 100644 index 00000000000..7d5f2649044 --- /dev/null +++ b/sig-ibmcloud/charter.md @@ -0,0 +1,33 @@ +# SIG IBMCloud 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 IBMCloud SIG enables activities and discussion around building, deploying, maintaining, supporting, +and using Kubernetes, and related CNCF projects, on IBM Public and Private Clouds. + +The authoritative source for SIG information is the [SIG README] file. + +### Out of scope + +* Discussion around commercial aspects of IBM Public and Private clouds. + +## Roles and Organization Management + +This SIG adheres to the Roles and Organization Management outlined in [sig-governance] +and opts-in to updates and modifications to [sig-governance], with exception that the SIG only +has the Chair role at present. + +- SIG meets every other week on Zoom at 2 PM ET on Wednesday. + - Agenda and meeting link + [here](https://goo.gl/f9EbvY). + - Recordings of the calls are made available + [here](https://goo.gl/PSkwBj). + - SIG mailing list link + [here](https://goo.gl/hUF9eF). + +[sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md +[Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md +[SIG README]: https://github.com/kubernetes/community/blob/master/sig-ibmcloud/README.md From 4037c92ab3254d3a8e8731b9d9ef5fee4a54d6b4 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Wed, 12 Sep 2018 10:27:19 -0400 Subject: [PATCH 2/2] Add sig-ibmcloud Charter Add charter for IBMCloud SIG. --- sig-ibmcloud/charter.md | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/sig-ibmcloud/charter.md b/sig-ibmcloud/charter.md index 7d5f2649044..eb81a2ff991 100644 --- a/sig-ibmcloud/charter.md +++ b/sig-ibmcloud/charter.md @@ -6,27 +6,32 @@ the Roles and Organization Management outlined in [sig-governance]. ## Scope The IBMCloud SIG enables activities and discussion around building, deploying, maintaining, supporting, -and using Kubernetes, and related CNCF projects, on IBM Public and Private Clouds. +and using Kubernetes on IBM Public and Private Clouds. -The authoritative source for SIG information is the [SIG README] file. +### In scope +- Determining and documenting best practices for configuring Kubernetes on IBM Cloud Kubernetes Service (IKS). +- Determining and documenting best practices for configuring Kubernetes on IBM Cloud Private (ICP). +- Discussing IKS and ICP tracking of Kubernetes features and releases. +- Utilizing Kubernetes and related CNCF projects (e.g. Helm, Istio) by IKS and ICP. +- Discussing bugs and feature requests recorded as Kubernetes upstream issues on GitHub. These issues should be tagged with `sig/ibmcloud`. + +#### Code, Binaries and Services + +The work to have a cloud provider specific public code repository is in progress. This section will be updated once the work is complete. Kubernetes upstream code that +is directly related to IKS or ICP issues or features can be discussed. ### Out of scope -* Discussion around commercial aspects of IBM Public and Private clouds. +* Internal or commercial aspects of IKS and ICP. ## Roles and Organization Management This SIG adheres to the Roles and Organization Management outlined in [sig-governance] and opts-in to updates and modifications to [sig-governance], with exception that the SIG only -has the Chair role at present. - -- SIG meets every other week on Zoom at 2 PM ET on Wednesday. - - Agenda and meeting link - [here](https://goo.gl/f9EbvY). - - Recordings of the calls are made available - [here](https://goo.gl/PSkwBj). - - SIG mailing list link - [here](https://goo.gl/hUF9eF). +has the Chair role at present. Chairs must also fulfill all of the responsibilities of the Tech Lead role as outlined in [sig-governance]. + +### Subproject Creation +Associated subprojects are created following the `by SIG Technical Leads` option procedure described in [sig-governance]. [sig-governance]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/sig-governance.md [Kubernetes Charter README]: https://github.com/kubernetes/community/blob/master/committee-steering/governance/README.md