From a504569b4044e09936c4b284e6421d372a7d75bd Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 28 Nov 2018 09:58:29 -0700 Subject: [PATCH 1/6] charter.md --- sig-big-data/charter.md | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 sig-big-data/charter.md diff --git a/sig-big-data/charter.md b/sig-big-data/charter.md new file mode 100644 index 00000000000..f9e4938ba43 --- /dev/null +++ b/sig-big-data/charter.md @@ -0,0 +1,55 @@ +# SIG Big Data 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 Big Data SIG serves as a community resource for advising big data and data science related software projects on techniques and best practices for integrating with Kubernetes. This SIG also represents the concerns of users from big data communities to Kubernetes for the purposes of driving new features and other enhancements, based on big data use cases. + +### In scope + +#### Code, Binaries and Services + +- New features for supporting big data or data science use cases +- CRDs and Operators for big data tooling +- KEPs relating to either new features or new subprojects in support of big data + +#### Cross-cutting and Externally Facing Processes + +- Promoting best practices for Kubernetes integrations +- Advising big data communities on Kubernetes features +- Shepherding issues and pull requests from community members +- Hosting demos and discussions of big data integrations for Kubernetes + +### Out of scope + +Software and tooling communities that have no intersection with data science or big data. + +## 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]. + +### Additional responsibilities of Chairs + +- Ensure that regular meetings have at least one SIG chair present, or that the meeting is canceled. +- Record meeting minutes +- Post teleconference recordings +- Represent the SIG at events and community meetings wherever possible +- Actively promote diversity and inclusion in the SIG +- Uphold the Kubernetes Code of Conduct especially in terms of personal behavior and responsibility + +### Subproject Creation + +Any subprojects that are deemed necessary to promote big data or data science use cases are to +be the responsibility of SIG Technical Leads, assembled for that purpose. + +### To Do + +- Whether or not to formalise a working definition of what conssitutes a big data or data science related project, +and if so how to codify that definition, remains an open question. + +[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 From 528fdf61707c81a34397782e3e0360ac951a5252 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 28 Nov 2018 10:09:47 -0700 Subject: [PATCH 2/6] update custom content to charter link --- sig-big-data/README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sig-big-data/README.md b/sig-big-data/README.md index bb4a988d8b3..2bf781248a9 100644 --- a/sig-big-data/README.md +++ b/sig-big-data/README.md @@ -45,12 +45,7 @@ Note that the links to display team membership will only work if you are a membe | @kubernetes/sig-big-data-test-failures | [link](https://github.com/orgs/kubernetes/teams/sig-big-data-test-failures) | Test Failures and Triage | -## Goals -* Design and architect ways to run big data applications effectively on Kubernetes -* Discuss ongoing implementation efforts -* Discuss resource sharing and multi-tenancy (in the context of big data applications) -* Suggest Kubernetes features where we see a need - -## Non-goals -* Endorsing any particular tool/framework + +SIG Big Data [Charter](charter.md) + From 9bb4d826d89afc28bf190418066e43996d022f95 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 28 Nov 2018 10:10:22 -0700 Subject: [PATCH 3/6] add 'project promotion' to out of scope --- sig-big-data/charter.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sig-big-data/charter.md b/sig-big-data/charter.md index f9e4938ba43..ecff13847d8 100644 --- a/sig-big-data/charter.md +++ b/sig-big-data/charter.md @@ -24,7 +24,8 @@ The Big Data SIG serves as a community resource for advising big data and data s ### Out of scope -Software and tooling communities that have no intersection with data science or big data. +- Promoting or otherwise advocating for any specfic big data project +- Software and tooling communities that have no intersection with data science or big data. ## Roles and Organization Management From b3e6eee5dc429ef7fcb4f71a9e800e33fd6f7a42 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 28 Nov 2018 10:21:26 -0700 Subject: [PATCH 4/6] update SIG big data mission --- sigs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sigs.yaml b/sigs.yaml index dfcb60b24ae..7cd7a8e9957 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -576,9 +576,10 @@ sigs: - name: Big Data dir: sig-big-data mission_statement: > - Covers deploying and operating big data applications (Spark, Kafka, - Hadoop, Flink, Storm, etc) on Kubernetes. We focus on integrations with - big data applications and architecting the best ways to run them on Kubernetes. + Serve as a community resource for advising big data and data science related software projects + on techniques and best practices for integrating with Kubernetes. + Represents the concerns of users from big data communities to Kubernetes for the purposes of + driving new features and other enhancements, based on big data use cases. charter_link: label: big-data leadership: From 78675c3d5b1f922428a25729be789e76bbc81a92 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 28 Nov 2018 10:23:02 -0700 Subject: [PATCH 5/6] regenerate SIG big data readme --- sig-big-data/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig-big-data/README.md b/sig-big-data/README.md index 2bf781248a9..ef1446a63bf 100644 --- a/sig-big-data/README.md +++ b/sig-big-data/README.md @@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener ---> # Big Data Special Interest Group -Covers deploying and operating big data applications (Spark, Kafka, Hadoop, Flink, Storm, etc) on Kubernetes. We focus on integrations with big data applications and architecting the best ways to run them on Kubernetes. +Serve as a community resource for advising big data and data science related software projects on techniques and best practices for integrating with Kubernetes. Represents the concerns of users from big data communities to Kubernetes for the purposes of driving new features and other enhancements, based on big data use cases. ## Meetings * Regular SIG Meeting: [Wednesdays at 17:00 UTC](https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit) (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=17:00&tz=UTC). From facf925a323ee55417fffcd5eefa9459b66e3615 Mon Sep 17 00:00:00 2001 From: Erik Erlandson Date: Wed, 28 Nov 2018 12:49:42 -0700 Subject: [PATCH 6/6] fix typo --- sig-big-data/charter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig-big-data/charter.md b/sig-big-data/charter.md index ecff13847d8..8b0f32b8588 100644 --- a/sig-big-data/charter.md +++ b/sig-big-data/charter.md @@ -24,7 +24,7 @@ The Big Data SIG serves as a community resource for advising big data and data s ### Out of scope -- Promoting or otherwise advocating for any specfic big data project +- Promoting or otherwise advocating for any specific big data project - Software and tooling communities that have no intersection with data science or big data. ## Roles and Organization Management