community/sigs.yaml

2801 lines
114 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

sigs:
- dir: sig-api-machinery
name: API Machinery
mission_statement: >
Covers all aspects of API server, API registration and discovery, generic API
CRUD semantics, admission control, encoding/decoding, conversion, defaulting,
persistence layer (etcd), OpenAPI, CustomResourceDefinition, garbage collection,
and client libraries.
charter_link: charter.md
label: api-machinery
leadership:
chairs:
- github: deads2k
name: David Eads
company: Red Hat
- github: lavalamp
name: Daniel Smith
company: Google
meetings:
- description: Kubebuilder and Controller Runtime Meeting
day: Wednesday
time: "10:00"
tz: PT (Pacific Time)
frequency: monthly - second Wednesday every month
archive_url: https://docs.google.com/document/d/1Ih-2cgg1bUrLwLVTB9tADlPcVdgnuMNBGbUl4D-0TIk/edit?usp=sharing
- description: Regular SIG Meeting
day: Wednesday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://goo.gl/0lbiM9
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP21oW3hbLyjjj4XhrwKxH2R
contact:
slack: sig-api-machinery
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-api-machinery
teams:
- name: sig-api-machinery-api-reviews
description: API Changes and Reviews (API Machinery APIs, NOT all APIs)
- name: sig-api-machinery-bugs
description: Bug Triage and Troubleshooting
- name: sig-api-machinery-feature-requests
description: Feature Requests
- name: sig-api-machinery-misc
description: General Discussion
- name: sig-api-machinery-pr-reviews
description: PR Reviews
- name: sig-api-machinery-proposals
description: Design Proposals
- name: sig-api-machinery-test-failures
description: Test Failures and Triage
subprojects:
- name: component-base
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/legacyflag/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/component-base/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/OWNERS
- name: control-plane-features
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kube-storage-version-migrator/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/garbagecollector/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/namespace/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/quota/OWNERS
- name: idl-schema-client-pipeline
owners:
- https://raw.githubusercontent.com/kubernetes-client/gen/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/structured-merge-diff/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/code-generator/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/gengo/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kube-openapi/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/code-generator/OWNERS
- name: kubernetes-clients
owners:
- https://raw.githubusercontent.com/kubernetes-client/csharp/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/go-base/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/go/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/haskell/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/java/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/javascript/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/perl/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/python-base/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-client/ruby/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-incubator/client-python/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/client-go/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/OWNERS
- name: server-api-aggregation
owners:
- https://raw.githubusercontent.com/kubernetes/kube-aggregator/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/kube-aggregator/OWNERS
- name: server-binaries
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/controller-manager/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kube-apiserver/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kube-controller-manager/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubeapiserver/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/master/OWNERS
- name: server-crd
owners:
- https://raw.githubusercontent.com/kubernetes/apiextensions-apiserver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiextensions-apiserver/OWNERS
- name: server-frameworks
owners:
- https://raw.githubusercontent.com/kubernetes/apiserver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/OWNERS
- name: server-sdk
contact:
mailing_list: https://groups.google.com/forum/#!forum/kubebuilder
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/apiserver-builder-alpha/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/controller-runtime/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/controller-tools/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/kubebuilder-declarative-pattern/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/kubebuilder/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-apiserver/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-controller/OWNERS
- https://raw.githubusercontent.com/kubernetes/sample-apiserver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/sample-controller/master/OWNERS
- name: universal-machinery
owners:
- https://raw.githubusercontent.com/kubernetes/apimachinery/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apimachinery/OWNERS
- name: yaml
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/OWNERS
- dir: sig-apps
name: Apps
mission_statement: >
Covers deploying and operating applications in Kubernetes. We focus on the developer
and devops experience of running applications in Kubernetes. We discuss how to
define and run apps in Kubernetes, demo relevant tools and projects, and discuss
areas of friction that can lead to suggesting improvements or feature requests.
charter_link: charter.md
label: apps
leadership:
chairs:
- github: janetkuo
name: Janet Kuo
company: Google
- github: kow3ns
name: Kenneth Owens
company: Google
- github: mattfarina
name: Matt Farina
company: Samsung SDS
- github: prydonius
name: Adnan Abdulhussein
company: VMware
meetings:
- description: Regular SIG Meeting
day: Monday
time: "9:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1LZLBGW2wRDwAfdBNHJjFfk9CFoyZPcIYGWU7R1PQ3ng/edit#
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP2LMq7vznITnpd2Fk1YIZF3
contact:
slack: sig-apps
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-apps
teams:
- name: sig-apps-api-reviews
description: API Changes and Reviews
- name: sig-apps-bugs
description: Bug Triage and Troubleshooting
- name: sig-apps-feature-requests
description: Feature Requests
- name: sig-apps-misc
description: General Discussion
- name: sig-apps-pr-reviews
description: PR Reviews
- name: sig-apps-proposals
description: Design Proposals
- name: sig-apps-test-failures
description: Test Failures and Triage
subprojects:
- name: application
description: Application metadata descriptor CRD
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/application/master/OWNERS
- name: examples
owners:
- https://raw.githubusercontent.com/kubernetes/examples/master/OWNERS
- name: execution-hook
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/execution-hook/master/OWNERS
- name: kompose
contact:
slack: kompose
owners:
- https://raw.githubusercontent.com/kubernetes/kompose/master/OWNERS
- name: workloads-api
description: The core workloads API, which is composed of the CronJob, DaemonSet,
Deployment, Job, ReplicaSet, ReplicationController, and StatefulSet kinds
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/apps/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/batch/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/core/v1/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/extensions/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cronjob/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/daemon/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/deployment/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/disruption/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/history/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/job/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/replicaset/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/replication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/statefulset/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/apps/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/batch/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/extensions/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/apps/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/batch/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/core/v1/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/extensions/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e/apps/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/integration/daemonset/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/integration/deployment/OWNERS
- dir: sig-architecture
name: Architecture
mission_statement: >
The Architecture SIG maintains and evolves the design principles of Kubernetes,
and provides a consistent body of expertise necessary to ensure architectural
consistency over time.
charter_link: charter.md
label: architecture
leadership:
chairs:
- github: bgrant0607
name: Brian Grant
company: Google
- github: derekwaynecarr
name: Derek Carr
company: Red Hat
- github: dims
name: Davanum Srinivas
company: VMware
- github: jdumars
name: Jaice Singer DuMars
company: Google
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "19:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1BlmHq5uPyBUDlppYqAAzslVbAO8hilgjqZUTaNXUhKM/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP2m6198LaLN6YahX7EEac5g
- description: code organization Office Hours
day: Thursday
time: "14:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1HtTI0rJEGP_MSf6eO87aCmx_tzpovPAAg7U2Zxwm8FE/edit#
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP03VEluzh0wpSRPzgve8kI5
- description: conformance Office Hours
day: Tuesday
time: "12:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1W31nXh9RYAb_VaYkwuPLd1hFxuRX3iU0DmaQ4lkCsX8/edit#
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP2m6198LaLN6YahX7EEac5g
contact:
slack: sig-architecture
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-architecture
teams:
- name: sig-architecture-api-reviews
description: API Changes and Reviews
- name: sig-architecture-bugs
description: Bug Triage and Troubleshooting
- name: sig-architecture-feature-requests
description: Feature Requests
- name: sig-architecture-misc-use-only-as-a-last-resort
description: General Discussion
- name: sig-architecture-pr-reviews
description: PR Reviews
- name: sig-architecture-proposals
description: Design Proposals
- name: sig-architecture-test-failures
description: Test Failures and Triage
subprojects:
- name: architecture-and-api-governance
description: '[Described below](#architecture-and-api-governance)'
owners:
- https://raw.githubusercontent.com/kubernetes/api/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/design-proposals/architecture/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/OWNERS
- name: code-organization
description: '[Described below](#code-organization)'
contact:
slack: k8s-code-organization
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/third_party/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/vendor/OWNERS
- https://raw.githubusercontent.com/kubernetes/utils/master/OWNERS
- name: conformance-definition
description: '[Described below](#conformance-definition)'
contact:
slack: k8s-conformance
teams:
- name: cncf-conformance-wg
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/conformance/testdata/OWNERS
- dir: sig-auth
name: Auth
mission_statement: >
Covers improvements to Kubernetes authorization, authentication, and cluster security
policy.
"All I want is a secure system where it's easy to do anything I want. Is that
so much to ask?" - [xkcd](https://xkcd.com/2044 "xkcd")
charter_link: charter.md
label: auth
leadership:
chairs:
- github: enj
name: Mo Khan
company: Red Hat
- github: mikedanese
name: Mike Danese
company: Google
- github: tallclair
name: Tim Allclair
company: Google
tech_leads:
- github: deads2k
name: David Eads
company: Red Hat
- github: liggitt
name: Jordan Liggitt
company: Google
- github: mikedanese
name: Mike Danese
company: Google
emeritus_leads:
- github: ericchiang
name: Eric Chiang
company: Red Hat
- github: erictune
name: Eric Tune
company: Google
meetings:
- description: Regular SIG Meeting
day: Wednesday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1woLGRoONE3EBVx-wTb4pvp4CI7tmLZ6lS26VTbosLKM/edit#
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP0VMOZ-V7-5AchXTHAQFzJw
contact:
slack: sig-auth
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-auth
teams:
- name: sig-auth-api-reviews
description: API Changes and Reviews
- name: sig-auth-bugs
description: Bug Triage and Troubleshooting
- name: sig-auth-feature-requests
description: Feature Requests
- name: sig-auth-misc
description: General Discussion
- name: sig-auth-pr-reviews
description: PR Reviews
- name: sig-auth-proposals
description: Design Proposals
- name: sig-auth-test-failures
description: Test Failures and Triage
subprojects:
- name: audit-logging
description: |
Kubernetes API support for audit logging.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/auditregistration/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/apis/audit/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/audit/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/plugin/pkg/audit/OWNERS
- name: authenticators
description: |
Kubernetes API support for authentication.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/authentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubeapiserver/authenticator/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/authentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/auth/authenticator/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/authentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/authentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/plugin/pkg/authenticator/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/kubernetes/typed/authentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/listers/authentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/pkg/apis/clientauthentication/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/plugin/pkg/client/auth/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/tools/auth/OWNERS
- name: authorizers
description: |
Kubernetes API support for authorization.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/authorization/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/rbac/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubeapiserver/authorizer/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubectl/cmd/auth/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/authorization/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/rbac/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/auth/authorizer/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/authorization/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/rbac/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/authorization/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/plugin/pkg/authorizer/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/kubernetes/typed/authorization/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/kubernetes/typed/rbac/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/listers/authorization/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/listers/rbac/OWNERS
- name: certificates
description: |
Certificates APIs and client infrastructure to support PKI.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/certificates/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/certificates/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/certificates/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/authentication/request/x509/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/util/cert/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/client-go/util/certificate/OWNERS
- name: encryption-at-rest
description: |
API storage support for storing data encrypted at rest in etcd.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/OWNERS
- name: multi-tenancy
description: |
Proposals and prototypes for introducing tenant model to enable multi-tenant cluster
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/multi-tenancy/master/OWNERS
- name: node-identity-and-isolation
description: |
Node identity management (co-owned with sig-lifecycle), and authorization restrictions for isolating workloads on separate nodes (co-owned with sig-node).
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/certificates/approver/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/certificate/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/noderestriction/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/auth/authorizer/node/OWNERS
- name: policy-management
description: |
API validation and policies enforced during admission, such as PodSecurityPolicy. Excludes run-time policies like NetworkPolicy and Seccomp.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/imagepolicy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/apis/policy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/registry/policy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/security/podsecuritypolicy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/imagepolicy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/security/podsecuritypolicy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/imagepolicy/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/api/policy/OWNERS
- name: service-accounts
description: |
Infrastructure implementing Kubernetes service account based workload identity.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/serviceaccount/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/token/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/serviceaccount/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/plugin/pkg/admission/serviceaccount/OWNERS
- dir: sig-autoscaling
name: Autoscaling
mission_statement: >
Covers development and maintenance of components for automated scaling in Kubernetes.
This includes automated vertical and horizontal pod autoscaling, initial resource
estimation, cluster-proportional system component autoscaling, and autoscaling
of Kubernetes clusters themselves.
charter_link: charter.md
label: autoscaling
leadership:
chairs:
- github: mwielgus
name: Marcin Wielgus
company: Google
meetings:
- description: Regular SIG Meeting
day: Monday
time: "14:00"
tz: UTC
frequency: biweekly/triweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1RvhQAEIrVLHbyNnuaT99-6u9ZUMp7BfkPupT2LAZK7w/edit
contact:
slack: sig-autoscaling
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-autoscaling
teams:
- name: sig-autoscaling-api-reviews
description: API Changes and Reviews
- name: sig-autoscaling-bugs
description: Bug Triage and Troubleshooting
- name: sig-autoscaling-feature-requests
description: Feature Requests
- name: sig-autoscaling-misc
description: General Discussion
- name: sig-autoscaling-pr-reviews
description: PR Reviews
- name: sig-autoscaling-proposals
description: Design Proposals
- name: sig-autoscaling-test-failures
description: Test Failures and Triage
subprojects:
- name: addon-resizer
owners:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/addon-resizer/OWNERS
- name: cluster-autoscaler
owners:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS
- name: cluster-proportional-autoscaler
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-autoscaler/master/OWNERS
- name: cluster-proportional-vertical-autoscaler
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-vertical-autoscaler/master/OWNERS
- name: horizontal-pod-autoscaler
owners:
- https://raw.githubusercontent.com/kubernetes/api/master/autoscaling/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/podautoscaler/OWNERS
- name: scale-client
owners:
- https://raw.githubusercontent.com/kubernetes/client-go/master/scale/OWNERS
- name: vertical-pod-autoscaler
owners:
- https://raw.githubusercontent.com/kubernetes/autoscaler/master/OWNERS
- dir: sig-cli
name: CLI
mission_statement: >
Covers kubectl and related tools. We focus on the development and standardization
of the CLI framework and its dependencies, the establishment of conventions for
writing CLI commands, POSIX compliance, and improving the command line tools from
a developer and devops user experience and usability perspective.
charter_link: charter.md
label: cli
leadership:
chairs:
- github: seans3
name: Sean Sullivan
company: Google
- github: soltysh
name: Maciej Szulik
company: Red Hat
tech_leads:
- github: pwittrock
name: Phillip Wittrock
company: Google
- github: soltysh
name: Maciej Szulik
company: Red Hat
emeritus_leads:
- github: AdoHe
name: Tony Ado
company: Alibaba
- github: fabianofranz
name: Fabiano Franz
company: Red Hat
meetings:
- description: Regular SIG Meeting
day: Wednesday
time: "09:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I/edit?usp=sharing
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP28HaTzSlFe6RJVxpFmbUvF
contact:
slack: sig-cli
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cli
teams:
- name: sig-cli-api-reviews
description: API Changes and Reviews
- name: sig-cli-bugs
description: Bug Triage and Troubleshooting
- name: sig-cli-feature-requests
description: Feature Requests
- name: sig-cli-maintainers
description: CLI Maintainers
- name: sig-cli-misc
description: General Discussion
- name: sig-cli-pr-reviews
description: PR Reviews
- name: sig-cli-proposals
description: Design Proposals
- name: sig-cli-test-failures
description: Test Failures and Triage
subprojects:
- name: cli-experimental
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cli-experimental/master/OWNERS
- name: cli-sdk
owners:
- https://raw.githubusercontent.com/kubernetes/cli-runtime/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cli-runtime/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/sample-cli-plugin/OWNERS
- https://raw.githubusercontent.com/kubernetes/sample-cli-plugin/master/OWNERS
- name: cli-utils
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cli-utils/master/OWNERS
- name: krew
description: Plugin manager for kubectl.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/krew/master/OWNERS
- name: krew-index
description: Centralized plugin index for krew.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/krew-index/master/OWNERS
- name: kubectl
owners:
- https://raw.githubusercontent.com/kubernetes/kubectl/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubectl/OWNERS
- name: kustomize
contact:
slack: kustomize
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/OWNERS
- dir: sig-cloud-provider
name: Cloud Provider
mission_statement: >
Ensures that the Kubernetes ecosystem is evolving in a way that is neutral to
all (public and private) cloud providers. It will be responsible for establishing
standards and requirements that must be met by all providers to ensure optimal
integration with Kubernetes.
charter_link: CHARTER.md
label: cloud-provider
leadership:
chairs:
- github: andrewsykim
name: Andrew Sy Kim
company: VMware
- github: cheftako
name: Walter Fender
company: Google
emeritus_leads:
- github: hogepodge
name: Chris Hoge
company: OpenStack Foundation
- github: jagosan
name: Jago Macleod
company: Google
meetings:
- description: Regular SIG Meeting
day: Wednesday
time: "1:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1OZE-ub-v6B8y-GuaWejL-vU_f9jsjBbrim4LtTfxssw/edit#heading=h.w7i4ksrweimp
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP3dXLcYbRKCbpPCN-8CDFAB
contact:
slack: sig-cloud-provider
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cloud-provider
teams:
- name: sig-cloud-provider-api-reviews
description: API Changes and Reviews
- name: sig-cloud-provider-bugs
description: Bug Triage and Troubleshooting
- name: sig-cloud-provider-feature-requests
description: Feature Requests
- name: sig-cloud-provider-maintainers
description: Cloud Providers Maintainers
- name: sig-cloud-provider-pr-reviews
description: PR Reviews
- name: sig-cloud-provider-proposals
description: Design Proposals
- name: sig-cloud-provider-test-failures
description: Test Failures and Triage
- name: sig-cloud-providers-misc
description: General Discussion
subprojects:
- name: cloud-provider-extraction-migration
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/apiserver-network-proxy/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/community/master/sig-cloud-provider/cloud-provider-extraction-migration/OWNERS
- https://raw.githubusercontent.com/kubernetes/legacy-cloud-providers/master/OWNERS
meetings:
- description: Weekly Sync removing the in-tree cloud providers led by @cheftako
and @mcrute
day: Thursday
time: "13:30"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1KLsGGzNXQbsPeELCeF_q-f0h0CEGSe20xiwvcR2NlYM/edit
- name: kubernetes-cloud-provider
owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-sample/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/cloud-provider/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/cloudprovider/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cloud/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/cloud-provider/OWNERS
- name: provider-alibaba-cloud
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/alibaba-cloud-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/cloud-provider-alibaba-cloud/master/OWNERS
- name: provider-aws
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/aws-alb-ingress-controller/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/aws-ebs-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/aws-efs-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/aws-encryption-provider/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/aws-fsx-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/aws-iam-authenticator/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/cloud-provider-aws/master/OWNERS
meetings:
- description: Regular AWS Subproject Meeting
day: Friday
time: "9:00"
tz: PT (Pacific Time)
frequency: 'biweekly 2019 start date: Jan. 11th'
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1-i0xQidlXnFEP9fXHWkBxqySkXwJnrGJP9OGyP2_P14/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29DzPOBBaJi-SO3AQ_b4HC
- name: provider-azure
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/cloud-provider-azure/master/OWNERS
meetings:
- description: Azure Subproject Meeting (First Monday)
day: Monday
time: "14:30"
tz: UTC
frequency: monthly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1SpxvmOgHDhnA72Z0lbhBffrfe9inQxZkU9xqlafOW9k/edit
recordings_url: https://www.youtube.com/watch?v=yQLeUKi_dwg&list=PL69nYSiGNLP2JNdHwB8GxRs2mikK7zyc4
- description: Azure Subproject Meeting (Third Tuesday UTC, Monday Pacific)
day: Tuesday
time: "1:00"
tz: UTC
frequency: monthly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1SpxvmOgHDhnA72Z0lbhBffrfe9inQxZkU9xqlafOW9k/edit
recordings_url: https://www.youtube.com/watch?v=yQLeUKi_dwg&list=PL69nYSiGNLP2JNdHwB8GxRs2mikK7zyc4
- name: provider-gcp
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/gcp-filestore-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS
meetings:
- description: Regular GCP Subproject Meeting
day: Thursday
time: "16:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1mtmwZ4oVSSWhbEw8Lfzvc7ig84qxUpdK6uHyJp8rSGU/edit
- name: provider-ibmcloud
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-ibmcloud/master/OWNERS
meetings:
- description: Regular IBM Subproject Meeting
day: Wednesday
time: "14:00"
tz: EST
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1qd_LTu5GFaxUhSWTHigowHt3XwjJVf1L57kupj8lnwg/edit
- name: provider-openstack
owners:
- https://raw.githubusercontent.com/kubernetes/cloud-provider-openstack/master/OWNERS
meetings:
- description: Regular OpenStack Subproject Meeting
day: Wednesday
time: "08:00"
tz: PT (Pacific Time)
frequency: biweekly starting Wednesday March 20, 2019
url: https://docs.google.com/document/d/1bW3j4hFN4D8rv2LFv-DybB3gcE5ISAaOO_OpvDCgrGg/edit
archive_url: https://docs.google.com/document/d/15UwgLbEyZyXXxVtsThcSuPiJru4CuqU9p3ttZSfTaY4/edit
recordings_url: https://www.youtube.com/watch?v=iCfUx7ilh0E&list=PL69nYSiGNLP20iTSChQ_i2QQmTBl3M7ax
- name: provider-vsphere
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/vsphere-csi-driver/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/cloud-provider-vsphere/master/OWNERS
meetings:
- description: Cloud Provider vSphere monthly syncup
day: Wednesday
time: "09:00"
tz: PT (Pacific Time)
frequency: monthly - first Wednesday every month
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1B0NmmKVh8Ea5hnNsbUsJC7ZyNCsq_6NXl5hRdcHlJgY/edit?usp=sharing
recordings_url: https://www.youtube.com/playlist?list=PLutJyDdkKQIpOT4bOfuO3MEMHvU1tRqyR
- dir: sig-cluster-lifecycle
name: Cluster Lifecycle
mission_statement: >
The Cluster Lifecycle SIG examines how we should change Kubernetes to make it
easier to manage and operate with a focus on cluster deployment and upgrades.
charter_link: charter.md
label: cluster-lifecycle
leadership:
chairs:
- github: justinsb
name: Justin Santa Barbara
company: Google
- github: luxas
name: Lucas Käldström
company: Luxas Labs (occasionally contracting for Weaveworks)
- github: timothysc
name: Timothy St. Clair
company: VMware
emeritus_leads:
- github: roberthbailey
name: Robert Bailey
company: Google
meetings:
- description: Cluster API (AWS implementation) office hours
day: Monday
time: "10:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1ojR0jooQaHEuz3gGW6DxcZlsws9ZX7jHPC8walm1G3A/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: Cluster API Provider Implementers' office hours (EMEA)
day: Wednesday
time: "15:00"
tz: CEST (Central European Summer Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1IZ2-AZhe4r3CYiJuttyciS7bGZTTx4iMppcA8_Pr3xE/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: Cluster API Provider Implementers' office hours (US West Coast)
day: Tuesday
time: "12:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1IZ2-AZhe4r3CYiJuttyciS7bGZTTx4iMppcA8_Pr3xE/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: Cluster API office hours
day: Wednesday
time: "10:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1Ys-DOR5UsgbMEeciuG0HOgDQc8kZsaWIWJeKJ1-UfbY/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: Cluster Addons meeting
day: Tuesday
time: "09:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/10_tl_SXcFGb-2109QpcFVrdrfnVEuQ05MBrXtasB0vk/edit
- description: Image Builder office hours
day: Wednesday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1Pf4QlxwvE4viqyQ7X0EbspY9f-uXNVP7zTTcSVq-Yjs/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: Kubespray Office Hours
day: Wednesday
time: "08:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1oDI1rTwla393k6nEMkqz0RU9rUl3J1hov0kQfNcl-4o/edit
- description: Regular SIG Meeting
day: Tuesday
time: "09:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1Gmc7LyCIL_148a9Tft7pdhdee0NBHdOfHS1SAF0duI4/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: Regular SIG Meeting in China
day: Tuesday
time: "20:00"
tz: Beijing
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://shimo.im/docs/YcoaYlvRmIYcrwnd
- description: etcdadm Office Hours
day: Monday
time: "09:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1b_J0oBvi9lL0gsPgTOrCw1Zlx3e7BYEuXnB3d2S15pA/edit#
- description: kops Office Hours
day: Friday
time: "09:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/12QkyL0FkNbWPcLFxxRGSPt_tNPBHbmni3YLY-lHny7E/edit
- description: kubeadm Office Hours
day: Wednesday
time: "09:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/130_kiXjG7graFNSnIAgtMS1G8zPDwpkshgfRYS0nggo/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP29D0nYgAGWt1ZFqS9Z7lw4
- description: minikube Office Hours
day: Monday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1jhfmL1gsgN39uCEgz5pW9tnIotFgHhxq2yfMK3KYE4w/edit
contact:
slack: sig-cluster-lifecycle
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
teams:
- name: sig-cluster-lifecycle
description: Notify group
- name: sig-cluster-lifecycle-pr-reviews
description: PR Reviews
subprojects:
- name: bootkube
contact:
slack: bootkube
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/bootkube/master/OWNERS
- name: cluster-addons
contact:
slack: cluster-addons
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/addon-operators/master/OWNERS
- name: cluster-api
contact:
slack: cluster-api
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-bootstrap-provider-kubeadm/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/master/OWNERS
- name: cluster-api-provider-aws
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-aws/master/OWNERS
- name: cluster-api-provider-azure
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-azure/master/OWNERS
- name: cluster-api-provider-digitalocean
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-digitalocean/master/OWNERS
- name: cluster-api-provider-docker
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-docker/master/OWNERS
- name: cluster-api-provider-gcp
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-gcp/master/OWNERS
- name: cluster-api-provider-openstack
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-openstack/master/OWNERS
- name: cluster-api-provider-vsphere
contact:
slack: cluster-api-vsphere
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-provider-vsphere/master/OWNERS
meetings:
- description: Cluster API vSphere syncup meeting
day: Wednesday
time: "13:00"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1jQrQiOW75uWraPk4b_LWtCTHwT7EZwrWWwMdxeWOEvk/edit?usp=sharing
recordings_url: https://www.youtube.com/playlist?list=PLutJyDdkKQIovV-AONxMa2cyv-_5LAYiu
- name: etcdadm
contact:
slack: etcdadm
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/etcdadm/master/OWNERS
- name: image-builder
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/image-builder/master/OWNERS
- name: kops
owners:
- https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS
- name: kube-aws
contact:
slack: kube-aws
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/kube-aws/master/OWNERS
- name: kube-deploy
contact:
slack: kube-deploy
owners:
- https://raw.githubusercontent.com/kubernetes/kube-deploy/master/OWNERS
- name: kube-up
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/OWNERS
- name: kubeadm
contact:
slack: kubeadm
owners:
- https://raw.githubusercontent.com/kubernetes/cluster-bootstrap/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubeadm/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubeadm/OWNERS
- https://raw.githubusercontent.com/kubernetes/system-validators/master/OWNERS
- name: kubernetes-anywhere
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes-anywhere/master/OWNERS
- name: kubespray
contact:
slack: kubespray
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS
- name: minikube
contact:
slack: minikube
owners:
- https://raw.githubusercontent.com/kubernetes/minikube/master/OWNERS
- dir: sig-contributor-experience
name: Contributor Experience
mission_statement: >
Developing and sustaining a healthy community of contributors is critical to scaling
the project and growing the ecosystem. We need to ensure our contributors are
happy and productive, and that there are not bottlenecks hindering the project
in, for example: feature velocity, community scaling, pull request latency, and
absolute numbers of open pull requests and open issues.
charter_link: charter.md
label: contributor-experience
leadership:
chairs:
- github: Phillels
name: Elsie Phillips
company: Red Hat
- github: parispittman
name: Paris Pittman
company: Google
tech_leads:
- github: cblecker
name: Christoph Blecker
company: Red Hat
- github: nikhita
name: Nikhita Raghunath
company: Loodse
emeritus_leads:
- github: grodrigues3
name: Garrett Rodrigues
company: Google
meetings:
- description: Regular SIG Meeting
day: Wednesday
time: "9:30"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1qf-02B7EOrItQgwXFxgqZ5qjW0mtfu5qkYIF1Hl4ZLI/
recordings_url: https://www.youtube.com/watch?v=EMGUdOKwSns&list=PL69nYSiGNLP2x_48wbOPO0vXQgNTm_xxr
contact:
slack: sig-contribex
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-contribex
teams:
- name: sig-contributor-experience-bugs
description: Bug Triage and Troubleshooting
- name: sig-contributor-experience-feature-requests
description: Feature Requests
- name: sig-contributor-experience-misc-use-only-as-a-last-resort
description: General Discussion
- name: sig-contributor-experience-pr-reviews
description: PR Reviews
- name: sig-contributor-experience-proposals
description: Design Proposals
- name: sig-contributor-experience-test-failures
description: Test Failures and Triage
subprojects:
- name: community
description: Owns and manages overall community repo, including community group
documentation and operations.
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/OWNERS
- name: community-management
description: Manages operations and policy for upstream community group communication
platforms.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/discuss-theme/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/community/master/communication/OWNERS
meetings:
- description: APAC Coordinator Meeting
day: Thursday
time: "5:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1qf-02B7EOrItQgwXFxgqZ5qjW0mtfu5qkYIF1Hl4ZLI/edit
- name: contributors-documentation
description: writes and maintains documentation around contributing to Kubernetes,
including the Contributor's Guide, Developer's Guide, and contributor website.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/contributor-site/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/community/master/contributors/guide/OWNERS
meetings:
- description: Non-Code Contributors Meeting
day: Wednesday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1gdFWfkrapQclZ4-z4Lx2JwqKsJjXXUOVoLhBzZiZgSk/edit
- name: devstats
description: Maintains and updates https://k8s.devstats.cncf.io, including taking
requests for new charts.
contact:
slack: devstats
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/sig-contributor-experience/devstats/OWNERS
- name: events
description: Creates and runs contributor-focused events, such as the Contributor
Summit. Event Teams are part of this subproject.
contact:
slack: events
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/events/OWNERS
meetings:
- description: Events Planning Subproject
day: Monday
time: "10:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1oLXv5_rM4f645jlXym_Vd7AUq7x6DV-O87E6tcW1sjU/edit
- name: github-management
description: Manages and controls Github permissions, repos, and groups, including
Org Membership.
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/github-management/OWNERS
- https://raw.githubusercontent.com/kubernetes/org/master/OWNERS
- name: k8s.io
description: Creates and maintains shortcuts and automation apps running in the
k8s.io domain.
owners:
- https://raw.githubusercontent.com/kubernetes/k8s.io/master/OWNERS
- name: mentoring
description: Oversees and develops programs for helping contributors ascend the
contributor ladder, including the New Contributor Workshops, Meet Our Contributors,
and other programs.
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/contributor-playground/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/community/master/mentoring/OWNERS
- name: repo-infra
description: Creates and maintains tools and templates for kubernetes-namespace
repositories.
owners:
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
- name: slack-infra
description: Creates and maintains tools and automation for Kubernetes Slack.
contact:
slack: slack-infra
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/slack-infra/master/OWNERS
- dir: sig-docs
name: Docs
mission_statement: >
Covers documentation, doc processes, and doc publishing for Kubernetes.
charter_link: charter.md
label: docs
leadership:
chairs:
- github: Bradamant3
name: Jennifer Rondeau
company: Stripe
- github: jimangel
name: Jim Angel
company: General Motors
- github: zacharysarah
name: Zach Corleissen
company: Linux Foundation
emeritus_leads:
- github: chenopis
name: Andrew Chen
company: Google
- github: jaredbhatti
name: Jared Bhatti
company: Google
meetings:
- description: APAC SIG Meeting
day: Wednesday
time: "02:00"
tz: UTC
frequency: monthly - fourth Wednesday every month
url: https://docs.google.com/document/d/1zg6By77SGg90EVUrhDIhopjZlSDg2jCebU-Ks9cYx0w/edit
archive_url: https://docs.google.com/document/d/1Ds87eRiNZeXwRBEbFr6Z7ukjbTow5RQcNZLaSvWWQsE/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP3b5hlx0YV7Lo7DtckM84y8
- description: Korean Team Meeting
day: Thursday
time: "13:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1h5sMhBpPB5unJmBAS7KzDiPs-_eFQOu5o4UyHwMtFCA/edit
archive_url: https://docs.google.com/document/d/1h5sMhBpPB5unJmBAS7KzDiPs-_eFQOu5o4UyHwMtFCA/edit
recordings_url: https://www.youtube.com/playlist?list=PLAOP7m08QDCWZ7RwGca6cU4vzrOMw3ht7
- description: Regular SIG Meeting
day: Tuesday
time: "17:30"
tz: UTC
frequency: weekly - except fourth Tuesday every month
url: https://docs.google.com/document/d/1zg6By77SGg90EVUrhDIhopjZlSDg2jCebU-Ks9cYx0w/edit
archive_url: https://docs.google.com/document/d/1Ds87eRiNZeXwRBEbFr6Z7ukjbTow5RQcNZLaSvWWQsE/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP3b5hlx0YV7Lo7DtckM84y8
contact:
slack: sig-docs
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-docs
teams:
- name: kubernetes-blog
description: Kubernetes blog maintainers
- name: sig-docs-de-owners
description: German language content
- name: sig-docs-en-owners
description: English content (default)
- name: sig-docs-es-owners
description: Spanish language content
- name: sig-docs-fr-owners
description: French language content
- name: sig-docs-hi-owners
description: Hindi language content
- name: sig-docs-id-owners
description: Indonesian language content
- name: sig-docs-it-owners
description: Italian language content
- name: sig-docs-ja-owners
description: Japanese language content
- name: sig-docs-ko-owners
description: Korean language content
- name: sig-docs-maintainers
description: Documentation maintainers
- name: sig-docs-pr-reviews
description: Documentation PR reviews
- name: sig-docs-pt-owners
description: Portuguese language content
- name: sig-docs-zh-owners
description: Chinese language content
subprojects:
- name: kubernetes-blog
owners:
- https://raw.githubusercontent.com/kubernetes/website/master/content/en/blog/OWNERS
- name: reference-docs
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/reference-docs/master/OWNERS
- name: website
owners:
- https://raw.githubusercontent.com/kubernetes/website/master/OWNERS
- dir: sig-instrumentation
name: Instrumentation
mission_statement: >
Covers best practices for cluster observability through metrics, logging, and
events across all Kubernetes components and development of relevant components
such as Heapster and kube-state-metrics. Coordinates metric requirements of different
SIGs for other components through finding common APIs.
charter_link: charter.md
label: instrumentation
leadership:
chairs:
- github: brancz
name: Frederic Branczyk
company: Red Hat
- github: piosz
name: Piotr Szczesniak
company: Google
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "17:30"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/17emKiwJeqfrCsv0NZ2FtyDbenXGtTNCsDEiLbPa7x7Y/edit
contact:
slack: sig-instrumentation
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation
teams:
- name: sig-instrumentation-api-reviews
description: API Changes and Reviews
- name: sig-instrumentation-bugs
description: Bug Triage and Troubleshooting
- name: sig-instrumentation-feature-requests
description: Feature Requests
- name: sig-instrumentation-misc
description: General Discussion
- name: sig-instrumentation-pr-reviews
description: PR Reviews
- name: sig-instrumentation-proposals
description: Design Proposals
- name: sig-instrumentation-test-failures
description: Test Failures and Triage
subprojects:
- name: custom-metrics-apiserver
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/custom-metrics-apiserver/master/OWNERS
- name: heapster
owners:
- https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS
- name: klog
contact:
slack: klog
owners:
- https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS
- name: kube-state-metrics
contact:
slack: kube-state-metrics
owners:
- https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS
- name: metrics
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS
- https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS
- name: metrics-server
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/metrics-server/master/OWNERS
- name: mutating-trace-admission-controller
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS
- dir: sig-multicluster
name: Multicluster
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 APIs,
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
systems like Spinnaker and others. Standalone building blocks for these and other
similar systems (for example a cluster registry), and proposed changes to kubernetes
core where appropriate will also be in scope.
charter_link: charter.md
label: multicluster
leadership:
chairs:
- github: pmorie
name: Paul Morie
company: Red Hat
- github: quinton-hoole
name: Quinton Hoole
company: Huawei
meetings:
- description: Cluster Federation (KubeFed) Working Group
day: Wednesday
time: "7:30"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1v-Kb1pUs3ww_x0MiKtgcyTXCAuZlbVlz4_A9wS3_HXY/edit
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP3iKP5EzMbtNT2zOZv6RCrX
- description: Regular SIG Meeting
day: Tuesday
time: "9:30"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/18mk62nOXE_MCSSnb4yJD_8UadtzJrYyJxFwbrgabHe8/edit
recordings_url: https://www.youtube.com/watch?v=iWKC3FsNHWg&list=PL69nYSiGNLP0HqgyqTby6HlDEz7i1mb0-
contact:
slack: sig-multicluster
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-multicluster
teams:
- name: sig-multicluster-api-reviews
description: API Changes and Reviews
- name: sig-multicluster-bugs
description: Bug Triage and Troubleshooting
- name: sig-multicluster-feature-requests
description: Feature Requests
- name: sig-multicluster-misc
description: General Discussion
- name: sig-multicluster-pr-reviews
description: PR Reviews
- name: sig-multicluster-test-failures
description: Test Failures and Triage
- name: sig-mutlicluster-proposals
description: Design Proposals
subprojects:
- name: Kubefed
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kubefed/master/OWNERS
- name: cluster-registry
owners:
- https://raw.githubusercontent.com/kubernetes/cluster-registry/master/OWNERS
- name: federation-v1
owners:
- https://raw.githubusercontent.com/kubernetes/federation/master/OWNERS
- name: kubemci
owners:
- https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-multicluster-ingress/master/OWNERS
- dir: sig-network
name: Network
mission_statement: >
Covers networking in Kubernetes.
charter_link: charter.md
label: network
leadership:
chairs:
- github: caseydavenport
name: Casey Davenport
company: Tigera
- github: dcbw
name: Dan Williams
company: Red Hat
- github: thockin
name: Tim Hockin
company: Google
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "14:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://zoom.us/j/361123509
archive_url: https://docs.google.com/document/d/1_w77-zG_Xj0zYvEMfQZTQ-wPP4kXkpGD8smVtW_qqWM/edit
recordings_url: https://www.youtube.com/watch?v=phCA5-vWkVM&list=PL69nYSiGNLP2E8vmnqo5MwPOY25sDWIxb
contact:
slack: sig-network
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-network
teams:
- name: sig-network-api-reviews
description: API Changes and Reviews
- name: sig-network-bugs
description: Bug Triage and Troubleshooting
- name: sig-network-feature-requests
description: Feature Requests
- name: sig-network-misc
description: General Discussion
- name: sig-network-pr-reviews
description: PR Reviews
- name: sig-network-proposals
description: Design Proposals
- name: sig-network-test-failures
description: Test Failures and Triage
subprojects:
- name: external-dns
contact:
slack: external-dns
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/external-dns/master/OWNERS
- name: ingress
owners:
- https://raw.githubusercontent.com/kubernetes/ingress-gce/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/OWNERS
- name: kube-dns
owners:
- https://raw.githubusercontent.com/kubernetes/dns/master/OWNERS
- name: network-policy
owners:
- https://raw.githubusercontent.com/kubernetes/api/master/networking/OWNERS
- name: pod-networking
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/ip-masq-agent/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/network/OWNERS
- name: services
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/endpoint/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/service/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/proxy/OWNERS
- dir: sig-node
name: Node
mission_statement: >
SIG Node is responsible for the components that support the controlled interactions
between pods and host resources.
charter_link: charter.md
label: node
leadership:
chairs:
- github: dchen1107
name: Dawn Chen
company: Google
- github: derekwaynecarr
name: Derek Carr
company: Red Hat
meetings:
- description: Regular SIG Meeting
day: Tuesday
time: "10:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1Ne57gvidMEWXR70OxxnRkYquAoMpt56o75oZtg-OeBg/edit?usp=sharing
recordings_url: https://www.youtube.com/watch?v=FbKOI9-x9hI&list=PL69nYSiGNLP1wJPj5DYWXjiArF-MJ5fNG
contact:
slack: sig-node
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-node
teams:
- name: sig-node-api-reviews
description: API Changes and Reviews
- name: sig-node-bugs
description: Bug Triage and Troubleshooting
- name: sig-node-feature-requests
description: Feature Requests
- name: sig-node-pr-reviews
description: PR Reviews
- name: sig-node-proposals
description: Design Proposals
- name: sig-node-test-failures
description: Test Failures and Triage
subprojects:
- name: cri-api
owners:
- https://raw.githubusercontent.com/kubernetes/cri-api/master/OWNERS
- name: cri-tools
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cri-tools/master/OWNERS
- name: frakti
owners:
- https://raw.githubusercontent.com/kubernetes/frakti/master/OWNERS
- name: kubelet
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubelet/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/OWNERS
- name: node-api
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/node-api/OWNERS
- https://raw.githubusercontent.com/kubernetes/node-api/master/OWNERS
- name: node-feature-discovery
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery-operator/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/OWNERS
- name: node-problem-detector
contact:
slack: node-problem-detector
owners:
- https://raw.githubusercontent.com/kubernetes/node-problem-detector/master/OWNERS
- name: rktlet
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/rktlet/master/OWNERS
- dir: sig-pm
name: PM
mission_statement: >
Focuses on aspects of product management, such as the qualification and successful
management of user requests, and aspects of project and program management such
as the continued improvement of the processes used by the Kubernetes community
to maintain the Kubernetes Project itself.
Besides helping to discover both what to build and how to build it, the PM Group
also helps to try and keep the wheels on this spaceship we are all building together;
bringing together people who think about Kubernetes as both a vibrant community
of humans and technical program is another primary focus of this group.
Members of the Kubernetes PM Group can assume certain additional responsibilities
to help maintain the Kubernetes Project itself.
It is also important to remember that the role of managing an open source project
is very new and largely unscoped for a project as large as Kubernetes; we are
learning too and we are excited to learn how we can best serve the community of
users and contributors.
charter_link: charter.md
label: pm
leadership:
chairs:
- github: calebamiles
name: Caleb Miles
company: Google
- github: jdumars
name: Jaice Singer DuMars
company: Google
- github: justaugustus
name: Stephen Augustus
company: VMware
- github: lachie83
name: Lachie Evenson
company: Microsoft
emeritus_leads:
- github: apsinha
name: Aparna Sinha
company: Google
- github: idvoretskyi
name: Ihor Dvoretskyi
company: CNCF
meetings:
- description: Regular SIG Meeting
day: Tuesday
time: "18:30"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/13uHgcLf-hcR4a5QbV888fhnVsF3djBEpN8HolwS0kWM/edit?usp=sharing
recordings_url: https://www.youtube.com/watch?v=VcdjaZAol2I&list=PL69nYSiGNLP3EBqpUGVsK1sMgUZVomfEQ
contact:
slack: sig-pm
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-pm
subprojects:
- name: enhancements
owners:
- https://raw.githubusercontent.com/kubernetes/enhancements/master/OWNERS
- dir: sig-release
name: Release
mission_statement: >
Ensure quality Kubernetes releases
charter_link: charter.md
label: release
leadership:
chairs:
- github: calebamiles
name: Caleb Miles
company: Google
- github: justaugustus
name: Stephen Augustus
company: VMware
- github: tpepper
name: Tim Pepper
company: VMware
emeritus_leads:
- github: jdumars
name: Jaice Singer DuMars
company: Google
meetings:
- description: Regular SIG Meeting
day: Monday
time: "15:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://bit.ly/k8s-sig-release-meeting
recordings_url: https://bit.ly/k8s-sig-release-videos
contact:
slack: sig-release
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-release
teams:
- name: kubernetes-milestone-maintainers
description: Milestone Maintainers
- name: kubernetes-release-managers
description: Release Managers
- name: sig-release
description: SIG Release Members
- name: sig-release-admins
description: Admins for SIG Release repositories
subprojects:
- name: hyperkube
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/build/debian-hyperkube-base/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/images/hyperkube/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/hyperkube/OWNERS
- name: licensing
description: |
The Licensing subproject is responsible for analyzing/reporting/remediating licensing concerns within the Kubernetes project orgs.
owners:
- https://raw.githubusercontent.com/kubernetes/sig-release/master/licensing/OWNERS
- name: release-engineering
description: |
The Release Engineering subproject is responsible for the [process/procedures](https://github.com/kubernetes/sig-release/tree/master/release-engineering) and [tools](https://github.com/kubernetes/release) used to create/maintain Kubernetes release artifacts.
contact:
slack: release-management
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/k8s-container-image-promoter/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/release-notes/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/publishing-bot/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/release/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/sig-release/master/release-engineering/OWNERS
meetings:
- description: Regular SIG Meeting
day: Monday
time: "15:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://bit.ly/k8s-releng-meeting
recordings_url: https://bit.ly/k8s-sig-release-videos
- name: release-team
description: |
The Kubernetes Release Team is responsible for the day-to-day work required to successfully create releases of Kubernetes.
owners:
- https://raw.githubusercontent.com/kubernetes/sig-release/master/release-team/OWNERS
- name: sig-release
description: |
Documents and processes related to SIG Release
owners:
- https://raw.githubusercontent.com/kubernetes/sig-release/master/OWNERS
- dir: sig-scalability
name: Scalability
mission_statement: >
SIG Scalability is responsible for defining and driving scalability goals for
Kubernetes. We also coordinate and contribute to general system-wide scalability
and performance improvements (not falling into the charter of other individual
SIGs) by driving large architectural changes and finding bottlenecks, as well
as provide guidance and consultations about any scalability and performance related
aspects of Kubernetes. <br/> We are actively working on finding and removing various
scalability bottlenecks which should lead us towards pushing system's scalability
higher. This may include going beyond 5k nodes in the future - although that's
not our priority as of now, this is very deeply in our area of interest and we
are happy to guide and collaborate on any efforts towards that goal as long as
they are not sacrificing on overall Kubernetes architecture (by making it non-maintainable,
non-understandable, etc.).
charter_link: charter.md
label: scalability
leadership:
chairs:
- github: shyamjvs
name: Shyam Jeedigunta
company: AWS
- github: wojtek-t
name: Wojciech Tyczynski
company: Google
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "18:30"
tz: Warsaw
frequency: bi-weekly ([upcoming meeting dates](#upcoming-2019-meeting-dates))
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/a/bobsplanet.com/document/d/1hEpf25qifVWztaeZPFmjNiJvPo-5JX1z0LSvvVY5G2g/edit?usp=drive_web
recordings_url: https://www.youtube.com/watch?v=NDP1uYyom28&list=PL69nYSiGNLP2X-hzNTqyELU6jYS3p10uL
contact:
slack: sig-scalability
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-scale
teams:
- name: sig-scalability-api-reviews
description: API Changes and Reviews
- name: sig-scalability-bugs
description: Bug Triage and Troubleshooting
- name: sig-scalability-feature-requests
description: Feature Requests
- name: sig-scalability-misc
description: General Discussion
- name: sig-scalability-pr-reviews
description: PR Reviews
- name: sig-scalability-proprosals
description: Design Proposals
- name: sig-scalability-test-failures
description: Test Failures and Triage
subprojects:
- name: kubernetes-scalability-and-performance-tests-and-validation
description: '[Described below](#kubernetes-scalability-and-performance-tests-and-validation)'
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/sig-scalability/processes/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/e2e/scalability/OWNERS
- name: kubernetes-scalability-bottlenecks-detection
description: '[Described below](#kubernetes-scalability-bottlenecks-detection)'
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/sig-scalability/blogs/OWNERS
- name: kubernetes-scalability-definition
description: '[Described below](#kubernetes-scalability-definition)'
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/sig-scalability/configs-and-limits/OWNERS
- https://raw.githubusercontent.com/kubernetes/community/master/sig-scalability/slos/OWNERS
- name: kubernetes-scalability-governance
description: '[Described below](#kubernetes-scalability-governance)'
owners:
- https://raw.githubusercontent.com/kubernetes/community/master/sig-scalability/governance/OWNERS
- name: kubernetes-scalability-test-frameworks
description: '[Described below](#kubernetes-scalability-test-frameworks)'
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cluster/images/kubemark/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubemark/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubemark/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/kubemark/OWNERS
- https://raw.githubusercontent.com/kubernetes/perf-tests/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/perf-tests/master/clusterloader2/OWNERS
- dir: sig-scheduling
name: Scheduling
mission_statement: >
SIG Scheduling is responsible for the components that make Pod placement decisions.
charter_link: charter.md
label: scheduling
leadership:
chairs:
- github: ahg-g
name: Abdullah Gharaibeh
company: Google
- github: k82cn
name: Klaus Ma
company: Huawei
emeritus_leads:
- github: bsalamat
name: Bobby (Babak) Salamat
company: Google
meetings:
- description: 10AM PT Meeting
day: Thursday
time: "17:00"
tz: UTC
frequency: biweekly starting Thursday June 7, 2018
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
- description: 5PM PT Meeting
day: Thursday
time: "24:00"
tz: UTC
frequency: biweekly starting Thursday June 14, 2018
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/13mwye7nvrmV11q9_Eg77z-1w3X7Q1GTbslpml4J7F3A/edit
recordings_url: https://www.youtube.com/watch?v=PweKj6SU7UA&list=PL69nYSiGNLP2vwzcCOhxrL3JVBc-eaJWI
contact:
slack: sig-scheduling
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-scheduling
teams:
- name: sig-scheduling-api-reviews
description: API Changes and Reviews
- name: sig-scheduling-bugs
description: Bug Triage and Troubleshooting
- name: sig-scheduling-feature-requests
description: Feature Requests
- name: sig-scheduling-misc
description: General Discussion
- name: sig-scheduling-pr-reviews
description: PR Reviews
- name: sig-scheduling-proposals
description: Design Proposals
- name: sig-scheduling-test-failures
description: Test Failures and Triage
subprojects:
- name: cluster-capacity
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/cluster-capacity/master/OWNERS
- name: descheduler
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/descheduler/master/OWNERS
- name: kube-batch
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kube-batch/master/OWNERS
- name: poseidon
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/poseidon/master/OWNERS
- name: scheduler
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kube-scheduler/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/scheduler/OWNERS
- dir: sig-service-catalog
name: Service Catalog
mission_statement: >
Service Catalog is a Kubernetes extension project that implements the [Open Service
Broker API](https://www.openservicebrokerapi.org/) (OSBAPI). It allows application
developers the ability to provision and consume cloud services natively from within
Kubernetes.
charter_link: charter.md
label: service-catalog
leadership:
chairs:
- github: jberkhahn
name: Jonathan Berkhahn
company: IBM
- github: mszostok
name: Mateusz Szostok
company: SAP
emeritus_leads:
- github: arschles
name: Aaron Schlesinger
company: Microsoft
- github: carolynvs
name: Carolyn Van Slyck
company: Microsoft
- github: duglin
name: Doug Davis
company: IBM
- github: jboyd01
name: Jay Boyd
company: Red Hat
- github: kibbles-n-bytes
name: Michael Kibbe
company: Google
- github: pmorie
name: Paul Morie
company: Red Hat
- github: vaikas-google
name: Ville Aikas
company: Google
meetings:
- description: Regular SIG Meeting
day: Monday
time: "9:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/17xlpkoEbPR5M6P5VDzNx17q6-IPFxKyebEekCGYiIKM/edit
recordings_url: https://www.youtube.com/watch?v=ukPj1sFFkr0&list=PL69nYSiGNLP2k9ZXx9E1MvRSotFDoHUWs
contact:
slack: sig-service-catalog
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-service-catalog
teams:
- name: sig-service-catalog-api-reviews
description: API Changes and Reviews
- name: sig-service-catalog-bugs
description: Bug Triage and Troubleshooting
- name: sig-service-catalog-feature-requests
description: Feature Requests
- name: sig-service-catalog-misc
description: General Discussion
- name: sig-service-catalog-pr-reviews
description: PR Reviews
- name: sig-service-catalog-proposals
description: Design Proposals
- name: sig-service-catalog-test-failures
description: Test Failures and Triage
subprojects:
- name: minibroker
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/minibroker/master/OWNERS
- name: service-catalog
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/go-open-service-broker-client/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/service-catalog/master/OWNERS
- dir: sig-storage
name: Storage
mission_statement: >
SIG Storage is responsible for ensuring that different types of file and block
storage (whether ephemeral or persistent, local or remote) are available wherever
a container is scheduled (including provisioning/creating, attaching, mounting,
unmounting, detaching, and deleting of volumes), storage capacity management (container
ephemeral storage usage, volume resizing, etc.), influencing scheduling of containers
based on storage (data gravity, availability, etc.), and generic operations on
storage (snapshoting, etc.).
charter_link: charter.md
label: storage
leadership:
chairs:
- github: childsb
name: Bradley Childs
company: Red Hat
- github: saad-ali
name: Saad Ali
company: Google
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "9:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1-8KEG8AjAgKznS9NFm3qWqkGyCHmvU6HVl0sk5hwoAE/edit?usp=sharing
recordings_url: https://www.youtube.com/watch?v=Eh7Qa7KOL8o&list=PL69nYSiGNLP02-BMqJdfFgGxYQ4Nb-2Qq
contact:
slack: sig-storage
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-storage
teams:
- name: sig-storage-api-reviews
description: API Changes and Reviews
- name: sig-storage-bugs
description: Bug Triage and Troubleshooting
- name: sig-storage-feature-requests
description: Feature Requests
- name: sig-storage-misc
description: General Discussion
- name: sig-storage-pr-reviews
description: PR Reviews
- name: sig-storage-proposals
description: Design Proposals
- name: sig-storage-test-failures
description: Test Failures and Triage
subprojects:
- name: external-storage
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/external-storage/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/sig-storage-lib-external-provisioner/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-sigs/sig-storage-local-static-provisioner/master/OWNERS
- name: git-sync
owners:
- https://raw.githubusercontent.com/kubernetes/git-sync/master/OWNERS
- name: kubernetes-csi
owners:
- https://raw.githubusercontent.com/kubernetes-csi/cluster-driver-registrar/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-flex/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-host-path/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-image-populator/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-iscsi/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-fc/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-iscsi/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-lib-utils/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-proxy/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-release-tools/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/csi-test/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/docs/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/driver-registrar/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/drivers/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-attacher/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-provisioner/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-resizer/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/kubernetes-csi.github.io/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/livenessprobe/master/OWNERS
- https://raw.githubusercontent.com/kubernetes-csi/node-driver-registrar/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/csi-api/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/csi-translation-lib/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-api/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-translation-lib/OWNERS
- name: nfs-provisioner
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/nfs-provisioner/master/OWNERS
- name: volumes
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/volume/OWNERS
- dir: sig-testing
name: Testing
mission_statement: >
Interested in how we can most effectively test Kubernetes. We're interested specifically
in making it easier for the community to run tests and contribute test results,
to ensure Kubernetes is stable across a variety of cluster configurations and
cloud providers.
charter_link: charter.md
label: testing
leadership:
chairs:
- github: fejta
name: Erick Fejta
company: Google
- github: spiffxp
name: Aaron Crickenberger
company: Google
- github: stevekuznetsov
name: Steve Kuznetsov
company: Red Hat
- github: timothysc
name: Timothy St. Clair
company: VMware
meetings:
- description: SIG Testing Office Hours
day: Tuesday
time: "10:00"
tz: PT (Pacific Time)
frequency: bi-weekly starting Tuesday August 13, 2019
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://bit.ly/k8s-sig-testing-notes
recordings_url: https://bit.ly/k8s-sig-testing-videos
contact:
slack: sig-testing
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-testing
teams:
- name: sig-testing
description: General Discussion
- name: sig-testing-pr-reviews
description: PR Reviews
subprojects:
- name: boskos
description: |
Boskos is a resource manager service that handles different kinds of resources and transitions between different states. We use it on the Kubernetes project to manage pools of GCP projects for CI/CD.
owners:
- https://raw.githubusercontent.com/kubernetes/test-infra/master/boskos/OWNERS
- name: gopherage
description: |
Gopherage is a tool for manipulating Go coverage files. We use it on the Kubernetes project to report on code coverage due to e2e tests
owners:
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gopherage/OWNERS
- name: gubernator
description: |
Gubernator is a frontend for displaying Kubernetes test results stored in GCS. See gubernator.k8s.io to see it in action for the Kubernetes project.
owners:
- https://raw.githubusercontent.com/kubernetes/test-infra/master/gubernator/OWNERS
- name: kind
description: |
Kubernetes IN Docker. Run Kubernetes test clusters on your local machine using Docker containers as nodes.
contact:
slack: kind
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kind/master/OWNERS
meetings:
- description: sigs.k8s.io/kind bi-weekly meeting
day: Monday
time: "11:00"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1b9Ppm7ZT_tMWRs5Ph1zGJJKb5nF9c3ZHzMwg1olJIrc/edit
recordings_url: https://bit.ly/k8s-sig-testing-videos
- name: prow
description: |
Prow is a CI/CD system based on Kubernetes. See prow.k8s.io to see it in action for the Kubernetes project
contact:
slack: prow
owners:
- https://raw.githubusercontent.com/kubernetes/test-infra/master/prow/OWNERS
- name: repo-infra
owners:
- https://raw.githubusercontent.com/kubernetes/repo-infra/master/OWNERS
- name: test-infra
description: |
Miscellaneous tools and configuration to run the testing infrastructure for the Kubernetes project
owners:
- https://raw.githubusercontent.com/kubernetes/test-infra/master/OWNERS
- name: testing-commons
description: |
The Testing Commons is a subproject within the Kubernetes sig-testing community interested code structure, layout, and execution of common test code used throughout the kubernetes project
contact:
slack: testing-commons
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/testing_frameworks/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/kubernetes/master/test/OWNERS
meetings:
- description: Testing Commons
day: Friday
time: "07:30"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1TOC8vnmlkWw6HRNHoe5xSv5-qv7LelX6XK3UVCHuwb0/edit#heading=h.tnoevy5f439o
- dir: sig-ui
name: UI
mission_statement: >
Covers all things UI related. Efforts are centered around 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.
charter_link: charter.md
label: ui
leadership:
chairs:
- github: danielromlein
name: Dan Romlein
company: Google
- github: floreks
name: Sebastian Florek
company: Loodse
- github: jeefy
name: Jeffrey Sica
company: University of Michigan
- github: maciaszczykm
name: Marcin Maciaszczyk
company: Loodse
meetings:
- description: Regular SIG Meeting
day: Thursday
time: "09:00"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
archive_url: https://docs.google.com/document/d/1PwHFvqiShLIq8ZpoXvE3dSUnOv1ts5BTtZ7aATuKd-E/edit?usp=sharing
recordings_url: https://www.youtube.com/watch?v=r3pL8i3wPhk&list=PL69nYSiGNLP35H5MZbg9OU6pqpfWgtbLm
contact:
slack: sig-ui
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-ui
subprojects:
- name: dashboard
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/dashboard-metrics-scraper/master/OWNERS
- https://raw.githubusercontent.com/kubernetes/dashboard/master/OWNERS
- dir: sig-usability
name: Usability
mission_statement: >
The scope of SIG usability is the core end-user usability of the Kubernetes project.
This covers topics like user experience and accessibility. The goals of the SIG
are to ensure that the Kubernetes project is maximally usable by users of a variety
of different backgrounds and abilities. Examples of efforts include internationalization
and accessibility of documentation.
charter_link: charter.md
label: usability
leadership:
chairs:
- github: Rajakavitha1
name: Rajakavitha Kodhandapani
company: The Linux Foundation
- github: hpandeycodeit
name: Himanshu Pandey
company: Pivotal
- github: tashimi
name: Tasha Drew
company: VMware
- github: vllry
name: Vallery Lancey
company: Lyft
meetings:
- description: Regular SIG Meeting
day: Tuesday
time: "14:00"
tz: PT (Pacific Time)
frequency: every third week
url: https://zoom.us/j/3832562240
archive_url: https://docs.google.com/document/d/1gJHgt8RpH4TvqPuC8NtR31-CMqtTYkHy_loxubHq8lg/
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP0eY-U8DVJWHBwKvMDEtOxx
contact:
slack: sig-usability
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-usability
teams:
- name: sig-usability-api-reviews
description: API Changes and Reviews
- name: sig-usability-bugs
description: Bug Triage and Troubleshooting
- name: sig-usability-feature-requests
description: Feature Requests
- name: sig-usability-misc
description: General Discussion
- name: sig-usability-pr-reviews
description: PR Reviews
- name: sig-usability-proposals
description: Design Proposals
subprojects:
- name: sig-usability
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/sig-usability/master/OWNERS
- dir: sig-windows
name: Windows
mission_statement: >
Focuses on supporting Windows Node and scheduling Windows Server containers on
Kubernetes.
charter_link: charter.md
label: windows
leadership:
chairs:
- github: PatrickLang
name: Patrick Lang
company: Microsoft
- github: michmike
name: Michael Michael
company: VMware
tech_leads:
- github: benmoss
name: Ben Moss
company: Pivotal
- github: ddebroy
name: Deep Debroy
company: Docker
meetings:
- description: Regular SIG Meeting
day: Tuesday
time: "12:30"
tz: Eastern Standard Time (EST)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1Tjxzjjuy4SQsFSUVXZbvqVb64hjNAG5CQX8bK7Yda9w/edit#heading=h.kbz22d1yc431
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP2OH9InCcNkWNu2bl-gmIU4
contact:
slack: sig-windows
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-windows
teams:
- name: sig-windows-bugs
description: Bug Triage and Troubleshooting
- name: sig-windows-feature-requests
description: Feature Requests
- name: sig-windows-misc
description: General Discussion
subprojects:
- name: windows-gmsa
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/windows-gmsa/master/OWNERS
- name: windows-testing
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS
- name: windows-tools
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/OWNERS
workinggroups:
- dir: wg-apply
name: Apply
mission_statement: >
Improve the state of declarative object management by fixing `kubectl apply`,
moving the logic from the client to the server. This move also enables new/fixed
features included in the scope of this working-group: diff, dry-run and prune.
Resources can be found in [this Google drive folder](https://drive.google.com/drive/folders/1wlpgkS2gFZXdp4x2WlRsfUBxkFlt2Gx0)
stakeholder_sigs:
- API Machinery
- CLI
label: apply
leadership:
chairs:
- github: lavalamp
name: Daniel Smith
company: Google
meetings:
- description: Regular WG Meeting
day: Tuesday
time: "9:30"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
contact:
slack: wg-apply
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-apply
- dir: wg-component-standard
name: Component Standard
mission_statement: >
Develop a standard foundation (philosophy and libraries) for core Kubernetes components
to build on top of. Areas to standardize include configuration (flags, ComponentConfig
APIs, ...), status endpoints (healthz, configz, ...), integration points (delegated
authn/z, ...), and logging. Details are outlined in KEP 0032: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/wgs/0032-create-a-k8s-io-component-repo.md.
stakeholder_sigs:
- API Machinery
- Architecture
- Cluster Lifecycle
label: component-standard
leadership:
chairs:
- github: mtaufen
name: Michael Taufen
company: Google
- github: stealthybox
name: Leigh Capili
company: Weaveworks
- github: sttts
name: Dr. Stefan Schimanski
company: Red Hat
meetings:
- description: Regular WG Meeting (please join kubernetes-dev@googlegroups.com or
kubernetes-wg-component-standard@googlegroups.com to access the notes)
day: Tuesday
time: "08:30"
tz: PT (Pacific Time)
frequency: weekly
url: https://zoom.us/j/705540322
archive_url: https://docs.google.com/document/d/18TsodX0fqQgViQ7HHUTAhiAwkf6bNhPXH4vNVTI7GwI
contact:
slack: wg-component-standard
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-component-standard
teams:
- name: wg-component-standard
description: Component Standard Discussion
- dir: wg-iot-edge
name: IoT Edge
mission_statement: >
A Working Group dedicated to discussing, designing and documenting using Kubernetes
for developing and deploying IoT and Edge specific applications
stakeholder_sigs:
- Multicluster
- Network
label: iot-edge
leadership:
chairs:
- github: cantbewong
name: Steve Wong
company: VMware
- github: cindyxing
name: Cindy Xing
company: Microsoft
- github: dejanb
name: Dejan Bosanac
company: Red Hat
- github: ptone
name: Preston Holmes
company: Google
meetings:
- description: APAC WG Meeting
day: Wednesday
time: "5:00"
tz: UTC
frequency: every four weeks
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1Yuwy9IO4X6XKq2wLW0pVZn5yHQxlyK7wdYBZBXRWiKI/edit?usp=sharing
- description: Regular WG Meeting
day: Wednesday
time: 09:00 (Pacific Time)
tz: PT
frequency: every four weeks
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1Yuwy9IO4X6XKq2wLW0pVZn5yHQxlyK7wdYBZBXRWiKI/edit?usp=sharing
contact:
slack: wg-iot-edge
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-iot-edge
- dir: wg-k8s-infra
name: K8s Infra
mission_statement: >
A Working Group dedicated to migrating Kubernetes project infrastructure over
to the CNCF, and the creation of teams and processes for ongoing maintenance.
Involves collaboration with multiple SIGs such as Architecture, Contributor Experience,
Release, and Testing, etc.
charter_link: charter.md
stakeholder_sigs:
- Architecture
- Contributor Experience
- Release
- Testing
label: k8s-infra
leadership:
chairs:
- github: dims
name: Davanum Srinivas
company: VMware
- github: spiffxp
name: Aaron Crickenberger
company: Google
meetings:
- description: Regular WG Meeting
day: Wednesday
time: "8:30"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: http://bit.ly/wg-k8s-infra-notes
recordings_url: http://bit.ly/wg-k8s-infra-playlist
contact:
slack: wg-k8s-infra
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-k8s-infra
- dir: wg-lts
name: LTS
mission_statement: >
Answer the question: Does Kubernetes need a longer support term? If yes, figure
out what that looks like for Kubernetes and propose this to the rest of the project.
If no, figure out how to help end users cope with this and propose that to the
rest of the project. If a proposal is accepted, the working group's mission will
change to implement it.
The working group is sponsored by SIG Release, but has the potential to span almost
all SIGs. For more background see the [WG formation proposal](https://docs.google.com/presentation/d/1-Z-mUNIs3mUi7AdP1KwoAVNviwKrCoo3lxMb5wzCWbk/edit?usp=sharing).
charter_link: charter.md
stakeholder_sigs:
- API Machinery
- CLI
- Node
label: lts
leadership:
chairs:
- github: imkin
name: Dhawal Yogesh Bhanusali
company: VMware
- github: quinton-hoole
name: Quinton Hoole
company: Huawei
- github: tpepper
name: Tim Pepper
company: VMware
- github: youngnick
name: Nick Young
company: VMWare
meetings:
- description: Regular WG Meeting
day: Tuesday
time: "09:00"
tz: PT (Pacific Time)
frequency: bi-weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1J2CJ-q9WlvCnIVkoEo9tAo19h08kOgUJAS3HxaSMsLA/edit?usp=sharing
contact:
slack: wg-lts
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-lts
- dir: wg-machine-learning
name: Machine Learning
mission_statement: >
Identify and fix gaps in Kubernetes to better support Machine Learning applications
stakeholder_sigs:
- Apps
- Node
label: machine-learning
leadership:
chairs:
- github: ConnorDoyle
name: Connor Doyle
company: Intel
- github: balajismaniam
name: Balaji Subramaniam
company: Intel
- github: kow3ns
name: Kenneth Owens
company: Google
- github: vishh
name: Vishnu Kannan
company: Google
meetings:
- description: Regular WG Meeting
day: Thursday
time: "13:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://goo.gl/gBCdt1
contact:
slack: wg-machine-learning
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-machine-learning
- dir: wg-multitenancy
name: Multitenancy
mission_statement: >
Define the models of multitenancy that Kubernetes will support. Discuss and execute
upon any remaining work that needs to be done to support these models. Create
conformance tests that will prove that these models can be built and used in production
environments.
stakeholder_sigs:
- API Machinery
- Auth
- Network
- Node
- Scheduling
- Storage
label: multitenancy
leadership:
chairs:
- github: srampal
name: Sanjeev Rampal
company: Cisco
- github: tashimi
name: Tasha Drew
company: VMware
emeritus_leads:
- github: davidopp
name: David Oppenheimer
company: Google
meetings:
- description: Regular WG Meeting
day: Tuesday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1fj3yzmeU2eU8ZNBCUJG97dk_wC7228-e_MmdcmTNrZY/edit?usp=sharing
recordings_url: https://www.youtube.com/playlist?list=PL69nYSiGNLP1tBA0W8zEe6UwPsabGQk-j
contact:
slack: wg-multitenancy
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-multitenancy
- dir: wg-policy
name: Policy
mission_statement: >
Provide an overall architecture that describes both the current policy related
implementations as well as future policy related proposals in Kubernetes. Through
a collaborative method, we want to present both dev and end user a universal view
of policy architecture in Kubernetes.
stakeholder_sigs:
- Architecture
- Auth
- Multicluster
- Network
- Node
- Scheduling
- Storage
label: policy
leadership:
chairs:
- github: easeway
name: Yisui Hu
company: Google
- github: ericavonb
name: Erica von Buelow
company: Red Hat
- github: hannibalhuang
name: Howard Huang
company: Huawei
- github: mdelder
name: Michael Elder
company: IBM
- github: tsandall
name: Torin Sandall
company: Styra
meetings:
- description: Regular WG Meeting
day: Wednesday
time: "16:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1ihFfEfgViKlUMbY2NKxaJzBkgHh-Phk5hqKTzK-NEEs/edit?usp=sharing
contact:
slack: wg-policy
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-policy
- dir: wg-resource-management
name: Resource Management
mission_statement: >
Designing and shepherding cross-cutting features around compute resource isolation
and utilization.
stakeholder_sigs:
- Autoscaling
- Instrumentation
- Network
- Node
- Scheduling
- Storage
label: resource-management
leadership:
chairs:
- github: derekwaynecarr
name: Derek Carr
company: Red Hat
- github: vishh
name: Vishnu Kannan
company: Google
meetings:
- description: Regular WG Meeting
day: Wednesday
time: "11:00"
tz: PT (Pacific Time)
frequency: biweekly (On demand)
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1j3vrG6BgE0hUDs2e-1ZUegKN4W4Adb1B6oJ6j-4kyPU
recordings_url: https://www.youtube.com/watch?v=FUUJeWIEej0&list=PL69nYSiGNLP2uTrVwZCFtdEvLQvsbG2w4
contact:
slack: wg-resource-mgmt
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-resource-management
- dir: wg-security-audit
name: Security Audit
mission_statement: >
Perform a security audit on k8s with a vendor and produce as artifacts a threat
model and whitepaper outlining everything found during the audit.
stakeholder_sigs:
- Auth
label: security-audit
leadership:
chairs:
- github: aasmall
name: Aaron Small
company: Google
- github: cji
name: Craig Ingram
company: Salesforce
- github: jaybeale
name: Jay Beale
company: InGuardians
- github: joelsmith
name: Joel Smith
company: Red Hat
meetings:
- description: Regular WG Meeting
day: Monday
time: "13:00"
tz: PT (Pacific Time)
frequency: weekly
url: https://docs.google.com/document/d/1RbC4SBZBlKth7IjYv_NaEpnmLGwMJ0ElpUOmsG-bdRA/edit
contact:
slack: wg-security-audit
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-wg-security-audit
usergroups:
- dir: ug-big-data
name: Big Data
mission_statement: >
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.
label: big-data
leadership:
chairs:
- github: erikerlandson
name: Erik Erlandson
company: Red Hat
- github: foxish
name: Anirudh Ramanathan
company: Rockset
- github: liyinan926
name: Yinan Li
company: Google
meetings:
- description: Regular User Group Meeting
day: Wednesday
time: "18:00"
tz: UTC
frequency: biweekly
url: https://docs.google.com/document/d/1FQx0BPlkkl1Bn0c9ocVBxYIKojpmrS1CFP5h0DI68AE/edit
archive_url: https://docs.google.com/document/d/1pnF38NF6N5eM8DlK088XUW85Vms4V2uTsGZvSp8MNIA/edit
recordings_url: https://docs.google.com/document/d/1pnF38NF6N5eM8DlK088XUW85Vms4V2uTsGZvSp8MNIA/edit
contact:
slack: ug-big-data
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-ug-big-data
teams:
- name: ug-big-data
description: General Discussion
committees:
- dir: committee-code-of-conduct
name: Code of Conduct
mission_statement: >
The Kubernetes Code of Conduct Committee (CoCC) is the body that is responsible
for enforcing and maintaining the Kubernetes Code of Conduct.
charter_link: charter.md
label: code-of-conduct
leadership:
chairs:
- github: Bradamant3
name: Jennifer Rondeau
company: Stripe
- github: carolynvs
name: Carolyn Van Slyck
company: Microsoft
- github: eparis
name: Eric Paris
company: Red Hat
- github: jdumars
name: Jaice Singer DuMars
company: Google
- github: parispittman
name: Paris Pittman
company: Google
meetings: []
contact:
private_mailing_list: conduct@kubernetes.io
teams:
- name: code-of-conduct-committee
description: General Discussion
- dir: committee-product-security
name: Product Security
mission_statement: >
The Kubernetes Product Security Committee is the body that is responsible for
receiving and responding to reports of security issues in Kubernetes products.
label: product-security
leadership:
chairs:
- github: cjcullen
name: CJ Cullen
company: Google
- github: joelsmith
name: Joel Smith
company: Red Hat
- github: jonpulsifer
name: Jonathan Pulsifer
company: Shopify
- github: liggitt
name: Jordan Liggitt
company: Google
- github: philips
name: Brandon Philips
company: Red Hat
- github: tallclair
name: Tim Allclair
company: Google
meetings: []
contact:
private_mailing_list: security@kubernetes.io
teams:
- name: product-security-committee
description: General Discussion
subprojects:
- name: security
description: Policies and documentation for the Product Security Committee
owners:
- https://raw.githubusercontent.com/kubernetes/security/master/OWNERS
- dir: committee-steering
name: Steering
mission_statement: >
The Kubernetes Steering Committee is the governing body of the Kubernetes project,
providing decision-making and oversight pertaining to the Kubernetes project bylaws,
sub-organizations, and financial planning. The Steering Committee also defines
the project values and structure.
charter_link: https://git.k8s.io/steering/charter.md
label: steering
leadership:
chairs:
- github: bgrant0607
name: Brian Grant
company: Google
- github: brendandburns
name: Brendan Burns
company: Microsoft
- github: derekwaynecarr
name: Derek Carr
company: Red Hat
- github: dims
name: Davanum Srinivas
company: VMware
- github: jbeda
name: Joe Beda
company: VMware
- github: michelleN
name: Michelle Noorali
company: Microsoft
- github: philips
name: Brandon Philips
company: Red Hat
- github: pwittrock
name: Phillip Wittrock
company: Google
- github: sarahnovotny
name: Sarah Novotny
company: Google
- github: smarterclayton
name: Clayton Coleman
company: Red Hat
- github: spiffxp
name: Aaron Crickenberger
company: Google
- github: timothysc
name: Timothy St. Clair
company: VMware
meetings:
- description: Public Steering Committee Meeting
day: Wednesday
time: "13:00"
tz: PT (Pacific Time)
frequency: biweekly
url: https://bit.ly/k8s-steering-wd
recordings_url: https://www.youtube.com/watch?v=YAzgJRQxsdc&list=PL69nYSiGNLP1yP1B_nd9-drjoxp0Q14qM
contact:
mailing_list: https://groups.google.com/a/kubernetes.io/forum/#!forum/steering
private_mailing_list: steering-private@kubernetes.io
teams:
- name: steering-committee
description: General Discussion
subprojects:
- name: funding
description: Funding requests for project infrastructure, events, and consulting
owners:
- https://raw.githubusercontent.com/kubernetes/funding/master/OWNERS
- name: kubernetes-template-project
description: Template for starting new projects in the GitHub organizations owned
by Kubernetes.
owners:
- https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS
- name: spartakus
description: Collection of usage information about Kubernetes clusters.
owners:
- https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS
- name: steering
description: Steering Committee policy and documentation
owners:
- https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS