From b4b52ce04650396ca06205e1151c73fa6ee28ace Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 15:58:52 -0800 Subject: [PATCH 1/9] Add kubernetes/node-api repo --- sig-node/README.md | 4 ++++ sigs.yaml | 10 +++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/sig-node/README.md b/sig-node/README.md index 13fdaebe303..68cba5ebce5 100644 --- a/sig-node/README.md +++ b/sig-node/README.md @@ -43,6 +43,10 @@ The following subprojects are owned by sig-node: - Owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/kubelet/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/kubelet/OWNERS +- **node-api** + - Owners: + - https://raw.githubusercontent.com/kubernetes/node-api/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/node-api/OWNERS - **node-feature-discovery** - Owners: - https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 4f46cf1f0b1..ab1abd008e8 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1064,8 +1064,8 @@ sigs: description: Korean localization - name: sig-docs-ja-owners description: Japanese localization - - name: sig-docs-zh-owners - description: Chinese localization + - name: sig-docs-zh-owners + description: Chinese localization subprojects: - name: reference-docs owners: @@ -1401,6 +1401,10 @@ sigs: 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/node-api/master/OWNERS + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/node-api/OWNERS - name: node-feature-discovery owners: - https://raw.githubusercontent.com/kubernetes-sigs/node-feature-discovery/master/OWNERS @@ -2008,7 +2012,7 @@ sigs: 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 + 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 From f616145b61b64d34f6c3c28d01c6aea1ebeb763a Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:06:53 -0800 Subject: [PATCH 2/9] Add kubernetes/cloud-provider-alibaba-cloud repo --- sig-cloud-provider/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-cloud-provider/README.md b/sig-cloud-provider/README.md index 52cf9b5ef19..99d61cd117a 100644 --- a/sig-cloud-provider/README.md +++ b/sig-cloud-provider/README.md @@ -41,6 +41,9 @@ The following subprojects are owned by sig-cloud-provider: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cloud/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/cloudprovider/OWNERS +- **cloud-provider-alibaba-cloud** + - Owners: + - https://raw.githubusercontent.com/kubernetes/cloud-provider-alibaba-cloud/master/OWNERS - **cloud-provider-gcp** - Owners: - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index ab1abd008e8..1f39aec0ebc 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -753,6 +753,9 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/cmd/cloud-controller-manager/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/controller/cloud/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/pkg/cloudprovider/OWNERS + - name: cloud-provider-alibaba-cloud + owners: + - https://raw.githubusercontent.com/kubernetes/cloud-provider-alibaba-cloud/master/OWNERS - name: cloud-provider-gcp owners: - https://raw.githubusercontent.com/kubernetes/cloud-provider-gcp/master/OWNERS From ae0ee00ff74983929da60c7237cf27639a6337a7 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:09:42 -0800 Subject: [PATCH 3/9] Add kubernetes-sigs/mutating-trace-admission-controller repo --- sig-instrumentation/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index ef81e9a70dc..97192cfe474 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -46,6 +46,9 @@ The following subprojects are owned by sig-instrumentation: - Owners: - https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS +- **mutating-trace-admission-controller** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS ## GitHub Teams diff --git a/sigs.yaml b/sigs.yaml index 1f39aec0ebc..3e4c61d50d5 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1215,6 +1215,9 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes/metrics/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS + - name: mutating-trace-admission-controller + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS - name: Multicluster dir: sig-multicluster mission_statement: > From 547aff841babdbcf07f24b291d76fed3f13c9f2e Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:12:32 -0800 Subject: [PATCH 4/9] Add kubernetes/klog repo --- sig-architecture/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-architecture/README.md b/sig-architecture/README.md index f20c538a195..54fcc85721a 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -58,6 +58,9 @@ The following subprojects are owned by sig-architecture: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/vendor/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/third_party/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/OWNERS +- **klog** + - Owners: + - https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS - **steering** - Description: Placeholder until sigs.yaml supports committees as first-class groups. These repos are owned by the kubernetes steering committee, which is a wholly separate entity from SIG Architecture - Owners: diff --git a/sigs.yaml b/sigs.yaml index 3e4c61d50d5..73d01aa8b78 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -260,6 +260,9 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/vendor/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/third_party/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/OWNERS + - name: klog + owners: + - https://raw.githubusercontent.com/kubernetes/klog/master/OWNERS - name: steering description: Placeholder until sigs.yaml supports committees as first-class groups. These repos are owned by the kubernetes steering committee, which is a wholly separate entity from SIG Architecture owners: From 1b12281b5356e32a27f672004befadf3941171d4 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:13:22 -0800 Subject: [PATCH 5/9] Update location for kubernetes-sigs/kubespray repo --- sig-cluster-lifecycle/README.md | 2 +- sigs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 3ef2206245b..6bc21262446 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -94,7 +94,7 @@ The following subprojects are owned by sig-cluster-lifecycle: - https://raw.githubusercontent.com/kubernetes/kubernetes-anywhere/master/OWNERS - **kubespray** - Owners: - - https://raw.githubusercontent.com/kubernetes-incubator/kubespray/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS - **minikube** - Owners: - https://raw.githubusercontent.com/kubernetes/minikube/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 73d01aa8b78..1f8c1403220 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -911,7 +911,7 @@ sigs: - https://raw.githubusercontent.com/kubernetes/kubernetes-anywhere/master/OWNERS - name: kubespray owners: - - https://raw.githubusercontent.com/kubernetes-incubator/kubespray/master/OWNERS + - https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS - name: minikube owners: - https://raw.githubusercontent.com/kubernetes/minikube/master/OWNERS From 0a56221e533277ecce90a624d45c2ca29c1da2b9 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:15:09 -0800 Subject: [PATCH 6/9] Add kubernetes-sigs/yaml repo --- sig-api-machinery/README.md | 3 +++ sigs.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sig-api-machinery/README.md b/sig-api-machinery/README.md index 35a32ec7bf5..8887d0ef409 100644 --- a/sig-api-machinery/README.md +++ b/sig-api-machinery/README.md @@ -92,6 +92,9 @@ The following subprojects are owned by sig-api-machinery: - 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 +- **yaml** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/OWNERS ## GitHub Teams diff --git a/sigs.yaml b/sigs.yaml index 1f8c1403220..52c0c9dee7e 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -105,6 +105,9 @@ sigs: - 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: yaml + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/yaml/master/OWNERS - name: Apps dir: sig-apps mission_statement: > From 1fbf5f556b9b7f2281cef73596a01e6bf8234332 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:30:21 -0800 Subject: [PATCH 7/9] Add kubernetes-sigs/sig-storage-local-static-provisioner repo --- sig-storage/README.md | 1 + sigs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/sig-storage/README.md b/sig-storage/README.md index 0c6322a0c01..83d14e02bd3 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -62,6 +62,7 @@ The following subprojects are owned by sig-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 - **git-sync** - Owners: - https://raw.githubusercontent.com/kubernetes/git-sync/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 52c0c9dee7e..ef90fdfcff3 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1827,6 +1827,7 @@ sigs: 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 From 5459b3f62c71bc8cc7248d07ee37a1e7334cc9c8 Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 16:36:15 -0800 Subject: [PATCH 8/9] Add kubernetes-csi/external-resizer repo --- sig-storage/README.md | 1 + sigs.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/sig-storage/README.md b/sig-storage/README.md index 83d14e02bd3..504d9a9b65e 100644 --- a/sig-storage/README.md +++ b/sig-storage/README.md @@ -52,6 +52,7 @@ The following subprojects are owned by sig-storage: - https://raw.githubusercontent.com/kubernetes-csi/external-attacher/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/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/kubernetes-csi-migration-library/master/OWNERS - https://raw.githubusercontent.com/kubernetes/csi-api/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-api/OWNERS diff --git a/sigs.yaml b/sigs.yaml index ef90fdfcff3..62d6ea282cf 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1817,6 +1817,7 @@ sigs: - https://raw.githubusercontent.com/kubernetes-csi/external-attacher/master/OWNERS - https://raw.githubusercontent.com/kubernetes-csi/external-snapshotter/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/kubernetes-csi-migration-library/master/OWNERS - https://raw.githubusercontent.com/kubernetes/csi-api/master/OWNERS - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/csi-api/OWNERS From e698de4182bb6e3470b5b97863c3fc6f403e49dc Mon Sep 17 00:00:00 2001 From: Christoph Blecker Date: Sun, 16 Dec 2018 17:01:20 -0800 Subject: [PATCH 9/9] Add kubernetes-sigs/windows-testing repo --- sig-windows/README.md | 7 +++++++ sigs.yaml | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/sig-windows/README.md b/sig-windows/README.md index 64dd783fb0c..0f8e2b91f57 100644 --- a/sig-windows/README.md +++ b/sig-windows/README.md @@ -28,6 +28,13 @@ The Chairs of the SIG run operations and processes governing the SIG. * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-windows) * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fwindows) +## Subprojects + +The following subprojects are owned by sig-windows: +- **windows-testing** + - Owners: + - https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS + ## GitHub Teams The below teams can be mentioned on issues and PRs in order to get attention from the right people. diff --git a/sigs.yaml b/sigs.yaml index 62d6ea282cf..9876766bcd2 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -2037,6 +2037,10 @@ sigs: description: Feature Requests - name: sig-windows-misc description: General Discussion + subprojects: + - name: windows-testing + owners: + - https://raw.githubusercontent.com/kubernetes-sigs/windows-testing/master/OWNERS workinggroups: - name: Resource Management dir: wg-resource-management