diff --git a/committee-steering/README.md b/committee-steering/README.md index b9632b399..9bb0214a5 100644 --- a/committee-steering/README.md +++ b/committee-steering/README.md @@ -36,6 +36,22 @@ The [charter](https://git.k8s.io/steering/charter.md) defines the scope and gove * Private Mailing List: steering-private@kubernetes.io * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/ug%2Fsteering) +## Subprojects + +The following subprojects are owned by the Steering Committee: +- **steering** + - Description: Steering Committee policy and documentation + - Owners: + - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS +- **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 +- **spartakus** + - Description: Collection of usage information about Kubernetes clusters. + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/spartakus/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/sig-architecture/README.md b/sig-architecture/README.md index 1c2d45373..fa72eade5 100644 --- a/sig-architecture/README.md +++ b/sig-architecture/README.md @@ -59,12 +59,6 @@ The following subprojects are owned by sig-architecture: - **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: - - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS - - https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS ## GitHub Teams diff --git a/sigs.yaml b/sigs.yaml index 8891180ce..c5a2d02e8 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -278,12 +278,6 @@ sigs: - 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: - - https://raw.githubusercontent.com/kubernetes/steering/master/OWNERS - - https://raw.githubusercontent.com/kubernetes-incubator/spartakus/master/OWNERS - - https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/OWNERS - name: Auth dir: sig-auth @@ -2564,6 +2558,20 @@ committees: teams: - name: steering-committee description: General Discussion + subprojects: + - name: steering + description: Steering Committee policy and documentation + owners: + - https://raw.githubusercontent.com/kubernetes/steering/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: Code of Conduct dir: committee-code-of-conduct mission_statement: >