From 3ed496b6ff9e198d41701820f93d8656e1e6ccab Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Wed, 9 Jul 2025 10:43:22 -0700 Subject: [PATCH 01/14] feat: add Kubernetes AI Conformance working group --- OWNERS_ALIASES | 3 +++ sig-architecture/README.md | 1 + sig-list.md | 1 + sigs.yaml | 30 ++++++++++++++++++++- wg-ai-conformance/README.md | 33 +++++++++++++++++++++++ wg-ai-conformance/charter.md | 52 ++++++++++++++++++++++++++++++++++++ 6 files changed, 119 insertions(+), 1 deletion(-) create mode 100644 wg-ai-conformance/README.md create mode 100644 wg-ai-conformance/charter.md diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 0839cb169b6..fde1645e229 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -125,6 +125,9 @@ aliases: - claudiubelu - marosset - zylxjtu + wg-ai-conformance-leads: + - janetkuo + - mfahlandt wg-batch-leads: - kannon92 - mwielgus diff --git a/sig-architecture/README.md b/sig-architecture/README.md index 934da22ed08..4b17ac461ac 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -56,6 +56,7 @@ The Chairs of the SIG run operations and processes governing the SIG. ## Working Groups The following [working groups][working-group-definition] are sponsored by sig-architecture: +* [WG AI Conformance](/wg-ai-conformance) * [WG Device Management](/wg-device-management) * [WG LTS](/wg-lts) * [WG Serving](/wg-serving) diff --git a/sig-list.md b/sig-list.md index f9bd8485863..3e7922fa59b 100644 --- a/sig-list.md +++ b/sig-list.md @@ -61,6 +61,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Label | Stakeholder SIGs |Organizers | Contact | Meetings | |------|-------|------------------|-----------|---------|----------| +|[AI Conformance](wg-ai-conformance/README.md)|[ai-conformance](https://github.com/kubernetes/kubernetes/labels/wg%2Fai-conformance)|* Architecture
|* [Janet Kuo](https://github.com/janetkuo), Google
* [Mario Fahlandt](https://github.com/mfahlandt), Kubermatic GmbH
|* [Slack](https://kubernetes.slack.com/messages/wg-ai-conformance)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance)|* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (weekly)]()
|[Batch](wg-batch/README.md)|[batch](https://github.com/kubernetes/kubernetes/labels/wg%2Fbatch)|* Apps
* Autoscaling
* Node
* Scheduling
|* [Kevin Hannon](https://github.com/kannon92), Red Hat
* [Marcin Wielgus](https://github.com/mwielgus), Google
* [Maciej Szulik](https://github.com/soltysh), Defense Unicorns
* [Swati Sehgal](https://github.com/swatisehgal), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-batch)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-batch)|* Regular Meeting ([calendar](https://calendar.google.com/calendar/embed?src=8ulop9k0jfpuo0t7kp8d9ubtj4%40group.calendar.google.com)): [Thursdays (starting February 15th 2024)s at 3PM CET (Central European Time) (monthly)](https://zoom.us/j/98329676612?pwd=c0N2bVV1aTh2VzltckdXSitaZXBKQT09)
|[Data Protection](wg-data-protection/README.md)|[data-protection](https://github.com/kubernetes/kubernetes/labels/wg%2Fdata-protection)|* Apps
* Storage
|* [Xing Yang](https://github.com/xing-yang), VMware
* [Xiangqian Yu](https://github.com/yuxiangqian), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-data-protection)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-data-protection)|* Regular WG Meeting: [Wednesdays at 9:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/6933410772)
|[Device Management](wg-device-management/README.md)|[device-management](https://github.com/kubernetes/kubernetes/labels/wg%2Fdevice-management)|* Architecture
* Autoscaling
* Network
* Node
* Scheduling
|* [John Belamaric](https://github.com/johnbelamaric), Google
* [Kevin Klues](https://github.com/klueska), NVIDIA
* [Patrick Ohly](https://github.com/pohly), Intel
|* [Slack](https://kubernetes.slack.com/messages/wg-device-management)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-device-management)|* Regular WG Meeting (Asia/Europe): [Wednesdays at 9:00 CET (Central European Time) (biweekly)](https://zoom.us/j/97238699195?pwd=cy9IMm1ZeERtRlJ3VS8yWUxHUWIrQT09)
* Regular WG Meeting (Europe/America): [Tuesdays at 8:30 PT (Pacific Time) (biweekly)](https://zoom.us/j/97238699195?pwd=cy9IMm1ZeERtRlJ3VS8yWUxHUWIrQT09)
diff --git a/sigs.yaml b/sigs.yaml index 5eda987da38..8f655eee40a 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2186,7 +2186,7 @@ sigs: mission_statement: > A Special Interest Group focused on solving common challenges related to the management of multiple Kubernetes clusters, and applications that exist therein. The SIG - will be responsible for designing, discussing, implementing and maintaining API’s, + will be responsible for designing, discussing, implementing and maintaining API's, tools and documentation related to multi-cluster administration and application management. This includes not only active automated approaches such as Cluster Federation, but also those that employ batch workflow-style continuous deployment @@ -3526,6 +3526,34 @@ sigs: - https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-dev-tools/master/OWNERS - https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/OWNERS workinggroups: +- dir: wg-ai-conformance + name: AI Conformance + mission_statement: "The goal of this group is to define a standardized set of capabilities, + APIs, and configurations that a Kubernetes cluster must offer to reliably and + efficiently run AI/ML workloads. \n" + charter_link: charter.md + stakeholder_sigs: + - Architecture + label: ai-conformance + leadership: + chairs: + - github: janetkuo + name: Janet Kuo + company: Google + email: chiachenk@google.com + - github: mfahlandt + name: Mario Fahlandt + company: Kubermatic GmbH + email: mfahlandt@pixel-haufen.de + meetings: + - description: Regular WG Meeting + day: Wednesday + time: "09:00" + tz: PT (Pacific Time) + frequency: weekly + contact: + slack: wg-ai-conformance + mailing_list: https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance - dir: wg-batch name: Batch mission_statement: > diff --git a/wg-ai-conformance/README.md b/wg-ai-conformance/README.md new file mode 100644 index 00000000000..a1714282290 --- /dev/null +++ b/wg-ai-conformance/README.md @@ -0,0 +1,33 @@ + +# AI Conformance Working Group + +The goal of this group is to define a standardized set of capabilities, APIs, and configurations that a Kubernetes cluster must offer to reliably and efficiently run AI/ML workloads. + +The [charter](charter.md) defines the scope and governance of the AI Conformance Working Group. + +## Stakeholder SIGs +* [SIG Architecture](/sig-architecture) + +## Meetings +*Joining the [mailing list](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance) for the group will typically add invites for the following meetings to your calendar.* +* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time)]() (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09%3A00&tz=PT%20%28Pacific%20Time%29). + +## Organizers + +* Janet Kuo (**[@janetkuo](https://github.com/janetkuo)**), Google +* Mario Fahlandt (**[@mfahlandt](https://github.com/mfahlandt)**), Kubermatic GmbH + +## Contact +- Slack: [#wg-ai-conformance](https://kubernetes.slack.com/messages/wg-ai-conformance) +- [Mailing list](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance) +- [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/wg%2Fai-conformance) + + + diff --git a/wg-ai-conformance/charter.md b/wg-ai-conformance/charter.md new file mode 100644 index 00000000000..ff7f25d818e --- /dev/null +++ b/wg-ai-conformance/charter.md @@ -0,0 +1,52 @@ +# WG Kubernetes AI Conformance 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 goal of this group is to define a standardized set of capabilities, APIs, and configurations that a Kubernetes cluster must offer to reliably and efficiently run AI/ML workloads. This initiative aims to simplify AI/ML operations on Kubernetes, accelerate adoption, guarantee interoperability and portability for AI workloads, and enable ecosystem growth on an industry-standard foundation. + +### In scope + +#### Code, Binaries and Services + +- The primary artifact will be the Kubernetes AI Conformance specification and a suite of tests to demonstrate conformance. + +#### Cross-cutting and Externally Facing Processes + +- The Working Group will consider its primary problem-solving objective complete upon the successful definition and initial adoption of a stable Kubernetes AI Conformance specification. +- Once the foundational conformance is established and widely recognized, the ongoing maintenance and evolution of the conformance would be evaluated, and could ideally transition to an existing or newly formed Special Interest Group (SIG) with a long-term charter, at which point the Working Group would dissolve. + +### Out of scope + +This WG is not responsible for the long-term maintenance and evolution of the conformance, which would be evaluated and could ideally transition to an existing or newly formed Special Interest Group (SIG). + +## Roles and Organization Management + +This WG 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 + +- The Working Group will have designated Chair(s) responsible for guiding discussions and ensuring progress. +- A note-taker will be assigned for each meeting, and active participation from all contributors will be encouraged. +- Agendas and meeting notes will be publicly accessible. + +### Stakeholder SIGs + +- SIG Architecture (Sponsoring SIG) +- SIG Node +- SIG Scheduling +- SIG Storage +- SIG Network +- SIG Instrumentation +- SIG Security +- SIG Release +- SIG Testing +- SIG Apps +- SIG API Machinery +- SIG Auth + +[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 From e35c899d3808f8b7f743d5f8459841b0592e271d Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Wed, 9 Jul 2025 10:52:16 -0700 Subject: [PATCH 02/14] feat: add Kubernetes AI Conformance working group --- sigs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigs.yaml b/sigs.yaml index 8f655eee40a..0a8ff1249dd 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2186,7 +2186,7 @@ sigs: mission_statement: > A Special Interest Group focused on solving common challenges related to the management of multiple Kubernetes clusters, and applications that exist therein. The SIG - will be responsible for designing, discussing, implementing and maintaining API's, + will be responsible for designing, discussing, implementing and maintaining API’s, tools and documentation related to multi-cluster administration and application management. This includes not only active automated approaches such as Cluster Federation, but also those that employ batch workflow-style continuous deployment From 00be35b701c8a059b6fc96e11d933dad726bb7a9 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Thu, 10 Jul 2025 16:55:00 -0700 Subject: [PATCH 03/14] Update wg-ai-conformance/charter.md Co-authored-by: Benjamin Elder --- wg-ai-conformance/charter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg-ai-conformance/charter.md b/wg-ai-conformance/charter.md index ff7f25d818e..a70573b5608 100644 --- a/wg-ai-conformance/charter.md +++ b/wg-ai-conformance/charter.md @@ -20,7 +20,7 @@ The goal of this group is to define a standardized set of capabilities, APIs, an ### Out of scope -This WG is not responsible for the long-term maintenance and evolution of the conformance, which would be evaluated and could ideally transition to an existing or newly formed Special Interest Group (SIG). +This WG is not responsible for maintenance and evolution of the conformance program, which will be run by the CNCF. Some aspects may be owned by existing SIGs (Architecture, Testing) alongside the CNCF, such as Kubernetes specific testing and tooling, and the pre-existing Kubernetes conformance definition and tests. ## Roles and Organization Management From 5c827848d9799f13276e75aefb74e4d0e8e7d748 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Thu, 10 Jul 2025 16:55:35 -0700 Subject: [PATCH 04/14] Update sigs.yaml Co-authored-by: Janet Kuo --- sigs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigs.yaml b/sigs.yaml index 0a8ff1249dd..095c706599a 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3528,7 +3528,7 @@ sigs: workinggroups: - dir: wg-ai-conformance name: AI Conformance - mission_statement: "The goal of this group is to define a standardized set of capabilities, + mission_statement: > The goal of this group is to define a standardized set of capabilities, APIs, and configurations that a Kubernetes cluster must offer to reliably and efficiently run AI/ML workloads. \n" charter_link: charter.md From 65f77428cf112b332b2cfdeb641a18b1372f5234 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Thu, 10 Jul 2025 16:55:43 -0700 Subject: [PATCH 05/14] Update sigs.yaml Co-authored-by: Janet Kuo --- sigs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sigs.yaml b/sigs.yaml index 095c706599a..57434cd908b 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3530,7 +3530,8 @@ workinggroups: name: AI Conformance mission_statement: > The goal of this group is to define a standardized set of capabilities, APIs, and configurations that a Kubernetes cluster must offer to reliably and - efficiently run AI/ML workloads. \n" + efficiently run AI/ML workloads. + charter_link: charter.md stakeholder_sigs: - Architecture From e0514575b88647b96105a195609a117aff1b120c Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Fri, 11 Jul 2025 11:05:43 -0700 Subject: [PATCH 06/14] Update sigs.yaml Fixing 80 char line correctly --- sigs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sigs.yaml b/sigs.yaml index 57434cd908b..c3f83102fec 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3528,9 +3528,9 @@ sigs: workinggroups: - dir: wg-ai-conformance name: AI Conformance - mission_statement: > The goal of this group is to define a standardized set of capabilities, - APIs, and configurations that a Kubernetes cluster must offer to reliably and - efficiently run AI/ML workloads. + mission_statement: > The goal of this group is to define a standardized set of + capabilities, APIs, and configurations that a Kubernetes cluster must offer + to reliably and efficiently run AI/ML workloads. charter_link: charter.md stakeholder_sigs: From de921366c754861e82bf21be7be66284dcdc23ef Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Fri, 11 Jul 2025 12:27:53 -0700 Subject: [PATCH 07/14] Update sigs.yaml --- sigs.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sigs.yaml b/sigs.yaml index c3f83102fec..a36f610c731 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3528,9 +3528,10 @@ sigs: workinggroups: - dir: wg-ai-conformance name: AI Conformance - mission_statement: > The goal of this group is to define a standardized set of - capabilities, APIs, and configurations that a Kubernetes cluster must offer - to reliably and efficiently run AI/ML workloads. + mission_statement: > + The goal of this group is to define a standardized set of capabilities, + APIs, and configurations that a Kubernetes cluster must offer to reliably + and efficiently run AI/ML workloads. charter_link: charter.md stakeholder_sigs: From c509fa4c4bb1fe5c2dec4fbc7fd742fc2c235978 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Fri, 11 Jul 2025 14:23:05 -0700 Subject: [PATCH 08/14] regenerating after small changes and recommitting --- sigs.yaml | 8 ++++---- wg-ai-conformance/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sigs.yaml b/sigs.yaml index a36f610c731..e5603d21c51 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3529,10 +3529,10 @@ workinggroups: - dir: wg-ai-conformance name: AI Conformance mission_statement: > - The goal of this group is to define a standardized set of capabilities, - APIs, and configurations that a Kubernetes cluster must offer to reliably - and efficiently run AI/ML workloads. - + The goal of this group is to define a standardized set of capabilities, APIs, + and configurations that a Kubernetes cluster must offer to reliably and efficiently + run AI/ML workloads. + charter_link: charter.md stakeholder_sigs: - Architecture diff --git a/wg-ai-conformance/README.md b/wg-ai-conformance/README.md index a1714282290..6dd4d947097 100644 --- a/wg-ai-conformance/README.md +++ b/wg-ai-conformance/README.md @@ -8,7 +8,7 @@ To understand how this file is generated, see https://git.k8s.io/community/gener ---> # AI Conformance Working Group -The goal of this group is to define a standardized set of capabilities, APIs, and configurations that a Kubernetes cluster must offer to reliably and efficiently run AI/ML workloads. +The goal of this group is to define a standardized set of capabilities, APIs, and configurations that a Kubernetes cluster must offer to reliably and efficiently run AI/ML workloads. The [charter](charter.md) defines the scope and governance of the AI Conformance Working Group. From 485c87410c71221b2476b1becb36d3c86e087578 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Mon, 14 Jul 2025 19:56:39 -0700 Subject: [PATCH 09/14] Removing long list of SIGs --- wg-ai-conformance/charter.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/wg-ai-conformance/charter.md b/wg-ai-conformance/charter.md index a70573b5608..ad163dcc907 100644 --- a/wg-ai-conformance/charter.md +++ b/wg-ai-conformance/charter.md @@ -36,17 +36,8 @@ and opts-in to updates and modifications to [sig-governance]. ### Stakeholder SIGs - SIG Architecture (Sponsoring SIG) -- SIG Node -- SIG Scheduling -- SIG Storage -- SIG Network -- SIG Instrumentation -- SIG Security -- SIG Release - SIG Testing -- SIG Apps -- SIG API Machinery -- SIG Auth + [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 From dc732ff00f017c1d7d3df608dd661ec4bf576d95 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Mon, 14 Jul 2025 20:04:17 -0700 Subject: [PATCH 10/14] Adding CNCF to the Charterwq --- wg-ai-conformance/charter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg-ai-conformance/charter.md b/wg-ai-conformance/charter.md index ad163dcc907..b3b702e98a1 100644 --- a/wg-ai-conformance/charter.md +++ b/wg-ai-conformance/charter.md @@ -15,7 +15,7 @@ The goal of this group is to define a standardized set of capabilities, APIs, an #### Cross-cutting and Externally Facing Processes -- The Working Group will consider its primary problem-solving objective complete upon the successful definition and initial adoption of a stable Kubernetes AI Conformance specification. +- The Working Group will consider its primary problem-solving objective complete upon the successful definition and initial adoption of a stable CNCF Kubernetes AI Conformance specification. - Once the foundational conformance is established and widely recognized, the ongoing maintenance and evolution of the conformance would be evaluated, and could ideally transition to an existing or newly formed Special Interest Group (SIG) with a long-term charter, at which point the Working Group would dissolve. ### Out of scope From de0879b783ea4ef25c45068308cc55e63a6c5de8 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Tue, 15 Jul 2025 09:35:51 -0700 Subject: [PATCH 11/14] Update wg-ai-conformance/README.md Fixing the time format (thank you!) Co-authored-by: Rita Zhang --- wg-ai-conformance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg-ai-conformance/README.md b/wg-ai-conformance/README.md index 6dd4d947097..221a07fad03 100644 --- a/wg-ai-conformance/README.md +++ b/wg-ai-conformance/README.md @@ -17,7 +17,7 @@ The [charter](charter.md) defines the scope and governance of the AI Conformance ## Meetings *Joining the [mailing list](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance) for the group will typically add invites for the following meetings to your calendar.* -* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time)]() (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09%3A00&tz=PT%20%28Pacific%20Time%29). +* Regular WG Meeting: [Wednesdays at 09:00AM PT (Pacific Time)]() (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09%3A00&tz=PT%20%28Pacific%20Time%29). ## Organizers From bd8728156d7d7191fbd4b1ba77167e8edd77c432 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Tue, 15 Jul 2025 09:45:53 -0700 Subject: [PATCH 12/14] Several minor fixes --- sigs.yaml | 1 + wg-ai-conformance/charter.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sigs.yaml b/sigs.yaml index e5603d21c51..5d3d889b7fd 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3536,6 +3536,7 @@ workinggroups: charter_link: charter.md stakeholder_sigs: - Architecture + - Testing label: ai-conformance leadership: chairs: diff --git a/wg-ai-conformance/charter.md b/wg-ai-conformance/charter.md index b3b702e98a1..ee7b5a37416 100644 --- a/wg-ai-conformance/charter.md +++ b/wg-ai-conformance/charter.md @@ -11,11 +11,11 @@ The goal of this group is to define a standardized set of capabilities, APIs, an #### Code, Binaries and Services -- The primary artifact will be the Kubernetes AI Conformance specification and a suite of tests to demonstrate conformance. +- The primary artifact will be the (working title for now) "CNCF Kubernetes AI Conformance" specification and a suite of tests to demonstrate conformance. #### Cross-cutting and Externally Facing Processes -- The Working Group will consider its primary problem-solving objective complete upon the successful definition and initial adoption of a stable CNCF Kubernetes AI Conformance specification. +- The Working Group will consider its primary problem-solving objective complete upon the successful definition and initial adoption of a stable (working title for now) "CNCF Kubernetes AI Conformance" specification. - Once the foundational conformance is established and widely recognized, the ongoing maintenance and evolution of the conformance would be evaluated, and could ideally transition to an existing or newly formed Special Interest Group (SIG) with a long-term charter, at which point the Working Group would dissolve. ### Out of scope From 68cf39762c7fa743201f3c4b334e1f2dabf09655 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Tue, 15 Jul 2025 10:04:15 -0700 Subject: [PATCH 13/14] generating one more time --- sig-list.md | 2 +- sig-testing/README.md | 1 + wg-ai-conformance/README.md | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sig-list.md b/sig-list.md index 3e7922fa59b..5963eb907c7 100644 --- a/sig-list.md +++ b/sig-list.md @@ -61,7 +61,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Label | Stakeholder SIGs |Organizers | Contact | Meetings | |------|-------|------------------|-----------|---------|----------| -|[AI Conformance](wg-ai-conformance/README.md)|[ai-conformance](https://github.com/kubernetes/kubernetes/labels/wg%2Fai-conformance)|* Architecture
|* [Janet Kuo](https://github.com/janetkuo), Google
* [Mario Fahlandt](https://github.com/mfahlandt), Kubermatic GmbH
|* [Slack](https://kubernetes.slack.com/messages/wg-ai-conformance)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance)|* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (weekly)]()
+|[AI Conformance](wg-ai-conformance/README.md)|[ai-conformance](https://github.com/kubernetes/kubernetes/labels/wg%2Fai-conformance)|* Architecture
* Testing
|* [Janet Kuo](https://github.com/janetkuo), Google
* [Mario Fahlandt](https://github.com/mfahlandt), Kubermatic GmbH
|* [Slack](https://kubernetes.slack.com/messages/wg-ai-conformance)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance)|* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (weekly)]()
|[Batch](wg-batch/README.md)|[batch](https://github.com/kubernetes/kubernetes/labels/wg%2Fbatch)|* Apps
* Autoscaling
* Node
* Scheduling
|* [Kevin Hannon](https://github.com/kannon92), Red Hat
* [Marcin Wielgus](https://github.com/mwielgus), Google
* [Maciej Szulik](https://github.com/soltysh), Defense Unicorns
* [Swati Sehgal](https://github.com/swatisehgal), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-batch)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-batch)|* Regular Meeting ([calendar](https://calendar.google.com/calendar/embed?src=8ulop9k0jfpuo0t7kp8d9ubtj4%40group.calendar.google.com)): [Thursdays (starting February 15th 2024)s at 3PM CET (Central European Time) (monthly)](https://zoom.us/j/98329676612?pwd=c0N2bVV1aTh2VzltckdXSitaZXBKQT09)
|[Data Protection](wg-data-protection/README.md)|[data-protection](https://github.com/kubernetes/kubernetes/labels/wg%2Fdata-protection)|* Apps
* Storage
|* [Xing Yang](https://github.com/xing-yang), VMware
* [Xiangqian Yu](https://github.com/yuxiangqian), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-data-protection)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-data-protection)|* Regular WG Meeting: [Wednesdays at 9:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/6933410772)
|[Device Management](wg-device-management/README.md)|[device-management](https://github.com/kubernetes/kubernetes/labels/wg%2Fdevice-management)|* Architecture
* Autoscaling
* Network
* Node
* Scheduling
|* [John Belamaric](https://github.com/johnbelamaric), Google
* [Kevin Klues](https://github.com/klueska), NVIDIA
* [Patrick Ohly](https://github.com/pohly), Intel
|* [Slack](https://kubernetes.slack.com/messages/wg-device-management)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-device-management)|* Regular WG Meeting (Asia/Europe): [Wednesdays at 9:00 CET (Central European Time) (biweekly)](https://zoom.us/j/97238699195?pwd=cy9IMm1ZeERtRlJ3VS8yWUxHUWIrQT09)
* Regular WG Meeting (Europe/America): [Tuesdays at 8:30 PT (Pacific Time) (biweekly)](https://zoom.us/j/97238699195?pwd=cy9IMm1ZeERtRlJ3VS8yWUxHUWIrQT09)
diff --git a/sig-testing/README.md b/sig-testing/README.md index c7958c5044a..ba1d6db8e2c 100644 --- a/sig-testing/README.md +++ b/sig-testing/README.md @@ -57,6 +57,7 @@ subprojects, and resolve cross-subproject technical issues and decisions. ## Working Groups The following [working groups][working-group-definition] are sponsored by sig-testing: +* [WG AI Conformance](/wg-ai-conformance) * [WG LTS](/wg-lts) diff --git a/wg-ai-conformance/README.md b/wg-ai-conformance/README.md index 221a07fad03..6d1a9c8ccad 100644 --- a/wg-ai-conformance/README.md +++ b/wg-ai-conformance/README.md @@ -14,10 +14,11 @@ The [charter](charter.md) defines the scope and governance of the AI Conformance ## Stakeholder SIGs * [SIG Architecture](/sig-architecture) +* [SIG Testing](/sig-testing) ## Meetings *Joining the [mailing list](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance) for the group will typically add invites for the following meetings to your calendar.* -* Regular WG Meeting: [Wednesdays at 09:00AM PT (Pacific Time)]() (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09%3A00&tz=PT%20%28Pacific%20Time%29). +* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time)]() (weekly). [Convert to your timezone](http://www.thetimezoneconverter.com/?t=09%3A00&tz=PT%20%28Pacific%20Time%29). ## Organizers From f9bd39fd3459c4527bff73ecf8c90dc17aebe511 Mon Sep 17 00:00:00 2001 From: Federico Bongiovanni Date: Tue, 15 Jul 2025 13:25:35 -0700 Subject: [PATCH 14/14] Adding representatives from Microsoft and Redhat to the group of Organizing Chairs --- OWNERS_ALIASES | 2 ++ sig-list.md | 2 +- sigs.yaml | 8 ++++++++ wg-ai-conformance/README.md | 2 ++ 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index fde1645e229..11ff327fbe7 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -128,6 +128,8 @@ aliases: wg-ai-conformance-leads: - janetkuo - mfahlandt + - ritazh + - terrytangyuan wg-batch-leads: - kannon92 - mwielgus diff --git a/sig-list.md b/sig-list.md index 5963eb907c7..f583873518a 100644 --- a/sig-list.md +++ b/sig-list.md @@ -61,7 +61,7 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md) | Name | Label | Stakeholder SIGs |Organizers | Contact | Meetings | |------|-------|------------------|-----------|---------|----------| -|[AI Conformance](wg-ai-conformance/README.md)|[ai-conformance](https://github.com/kubernetes/kubernetes/labels/wg%2Fai-conformance)|* Architecture
* Testing
|* [Janet Kuo](https://github.com/janetkuo), Google
* [Mario Fahlandt](https://github.com/mfahlandt), Kubermatic GmbH
|* [Slack](https://kubernetes.slack.com/messages/wg-ai-conformance)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance)|* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (weekly)]()
+|[AI Conformance](wg-ai-conformance/README.md)|[ai-conformance](https://github.com/kubernetes/kubernetes/labels/wg%2Fai-conformance)|* Architecture
* Testing
|* [Janet Kuo](https://github.com/janetkuo), Google
* [Mario Fahlandt](https://github.com/mfahlandt), Kubermatic GmbH
* [Rita Zhang](https://github.com/ritazh), Microsoft
* [Yuan Tang](https://github.com/terrytangyuan), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-ai-conformance)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-ai-conformance)|* Regular WG Meeting: [Wednesdays at 09:00 PT (Pacific Time) (weekly)]()
|[Batch](wg-batch/README.md)|[batch](https://github.com/kubernetes/kubernetes/labels/wg%2Fbatch)|* Apps
* Autoscaling
* Node
* Scheduling
|* [Kevin Hannon](https://github.com/kannon92), Red Hat
* [Marcin Wielgus](https://github.com/mwielgus), Google
* [Maciej Szulik](https://github.com/soltysh), Defense Unicorns
* [Swati Sehgal](https://github.com/swatisehgal), Red Hat
|* [Slack](https://kubernetes.slack.com/messages/wg-batch)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-batch)|* Regular Meeting ([calendar](https://calendar.google.com/calendar/embed?src=8ulop9k0jfpuo0t7kp8d9ubtj4%40group.calendar.google.com)): [Thursdays (starting February 15th 2024)s at 3PM CET (Central European Time) (monthly)](https://zoom.us/j/98329676612?pwd=c0N2bVV1aTh2VzltckdXSitaZXBKQT09)
|[Data Protection](wg-data-protection/README.md)|[data-protection](https://github.com/kubernetes/kubernetes/labels/wg%2Fdata-protection)|* Apps
* Storage
|* [Xing Yang](https://github.com/xing-yang), VMware
* [Xiangqian Yu](https://github.com/yuxiangqian), Google
|* [Slack](https://kubernetes.slack.com/messages/wg-data-protection)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-data-protection)|* Regular WG Meeting: [Wednesdays at 9:00 PT (Pacific Time) (bi-weekly)](https://zoom.us/j/6933410772)
|[Device Management](wg-device-management/README.md)|[device-management](https://github.com/kubernetes/kubernetes/labels/wg%2Fdevice-management)|* Architecture
* Autoscaling
* Network
* Node
* Scheduling
|* [John Belamaric](https://github.com/johnbelamaric), Google
* [Kevin Klues](https://github.com/klueska), NVIDIA
* [Patrick Ohly](https://github.com/pohly), Intel
|* [Slack](https://kubernetes.slack.com/messages/wg-device-management)
* [Mailing List](https://groups.google.com/a/kubernetes.io/g/wg-device-management)|* Regular WG Meeting (Asia/Europe): [Wednesdays at 9:00 CET (Central European Time) (biweekly)](https://zoom.us/j/97238699195?pwd=cy9IMm1ZeERtRlJ3VS8yWUxHUWIrQT09)
* Regular WG Meeting (Europe/America): [Tuesdays at 8:30 PT (Pacific Time) (biweekly)](https://zoom.us/j/97238699195?pwd=cy9IMm1ZeERtRlJ3VS8yWUxHUWIrQT09)
diff --git a/sigs.yaml b/sigs.yaml index 5d3d889b7fd..478172f5fee 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -3548,6 +3548,14 @@ workinggroups: name: Mario Fahlandt company: Kubermatic GmbH email: mfahlandt@pixel-haufen.de + - github: ritazh + name: Rita Zhang + company: Microsoft + email: ritazh@microsoft.com + - github: terrytangyuan + name: Yuan Tang + company: Red Hat + email: terrytangyuan@gmail.com meetings: - description: Regular WG Meeting day: Wednesday diff --git a/wg-ai-conformance/README.md b/wg-ai-conformance/README.md index 6d1a9c8ccad..2b85d693a63 100644 --- a/wg-ai-conformance/README.md +++ b/wg-ai-conformance/README.md @@ -24,6 +24,8 @@ The [charter](charter.md) defines the scope and governance of the AI Conformance * Janet Kuo (**[@janetkuo](https://github.com/janetkuo)**), Google * Mario Fahlandt (**[@mfahlandt](https://github.com/mfahlandt)**), Kubermatic GmbH +* Rita Zhang (**[@ritazh](https://github.com/ritazh)**), Microsoft +* Yuan Tang (**[@terrytangyuan](https://github.com/terrytangyuan)**), Red Hat ## Contact - Slack: [#wg-ai-conformance](https://kubernetes.slack.com/messages/wg-ai-conformance)