diff options
| author | Aaron Crickenberger <spiffxp@gmail.com> | 2018-01-10 12:49:04 -0800 |
|---|---|---|
| committer | Aaron Crickenberger <spiffxp@gmail.com> | 2018-02-07 16:11:54 -0700 |
| commit | 170a99a651b57791156cf62d61a013bc51ebc661 (patch) | |
| tree | e20b77ed41ce877a350197544fb44faa81519d08 /sig-cluster-lifecycle | |
| parent | ee9d051a206064f82eaf0210fc4497ebdb6714e2 (diff) | |
Add strawman implementation of subprojects
A subproject is a one-to-many mapping of a name to a list of
OWNERS urls. This allows for a subproject to be a single repo (eg:
helm), or a subproject to be a list of multiple subdirectories across
one or more repos (eg: workloads api)
SIG meetings dedicated to a single subproject moved down to subproject
meetings
Diffstat (limited to 'sig-cluster-lifecycle')
| -rw-r--r-- | sig-cluster-lifecycle/README.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/sig-cluster-lifecycle/README.md b/sig-cluster-lifecycle/README.md index 50079fef..96378059 100644 --- a/sig-cluster-lifecycle/README.md +++ b/sig-cluster-lifecycle/README.md @@ -34,6 +34,40 @@ The Cluster Lifecycle SIG examines how we should change Kubernetes to make it ea * [Mailing list](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle) * [Open Community Issues/PRs](https://github.com/kubernetes/community/labels/sig%2Fcluster-lifecycle) +## Subprojects + +The following subprojects are owned by this SIG: +- **bootkube** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/bootkube/master/OWNERS +- **cluster-proportional-autoscaler** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-autoscaler/master/OWNERS +- **cluster-proportional-vertical-autoscaler** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/cluster-proportional-vertical-autoscaler/master/OWNERS +- **kops** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kops/master/OWNERS +- **kube-aws** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/kube-aws/master/OWNERS +- **kube-deploy** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kube-deploy/master/OWNERS +- **kubeadm** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kubeadm/master/OWNERS +- **kubernetes-anywhere** + - Owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes-anywhere/master/OWNERS +- **kubespray** + - Owners: + - https://raw.githubusercontent.com/kubernetes-incubator/kubespray/master/OWNERS +- **minikube** + - Owners: + - https://raw.githubusercontent.com/kubernetes/minikube/master/OWNERS + ## GitHub Teams The below teams can be mentioned on issues and PRs in order to get attention from the right people. |
