Skip to content

Commit d2483ad

Browse files
committed
sig-cluster-lifecycle: move logical-cluster to a subproject repo
As the logical-cluster repository README indicates, this project was primary created for serving in CAPI usage. Later it can become used by other subprojects like kOps. However, having it as a subproject creates extra work for us that is not necessary - e.g. subproject yearly reports. After discussion in the SIG meeting of 31.10.2023, we have agreed to move it from a subproject to a "associated repository" of the CAPI subproject. A similar case for this can be seen under kubeadm - e.g. see k/system-validators.
1 parent 56ea40a commit d2483ad

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

sig-cluster-lifecycle/README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ A project for figuring out the best way to install, manage and deliver cluster a
7171
A project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters
7272
- **Owners:**
7373
- [kubernetes-sigs/cluster-api](https://github.com/kubernetes-sigs/cluster-api/blob/main/OWNERS)
74+
- [kubernetes-sigs/logical-cluster](https://github.com/kubernetes-sigs/logical-cluster/blob/main/OWNERS)
7475
- **Contact:**
7576
- Slack: [#cluster-api](https://kubernetes.slack.com/messages/cluster-api)
7677
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
@@ -264,10 +265,6 @@ A project that uses Ansible / Vagrant for deploying production ready clusters on
264265
- **Contact:**
265266
- Slack: [#kubespray](https://kubernetes.slack.com/messages/kubespray)
266267
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
267-
### logical-cluster
268-
A set of APIs to improve the Kubernetes user experience for cluster administration by offering utilities to interact with fleet of clusters which can be managed by Cluster API, or other entities (like cloud providers).
269-
- **Owners:**
270-
- [kubernetes-sigs/logical-cluster](https://github.com/kubernetes-sigs/logical-cluster/blob/main/OWNERS)
271268
### minikube
272269
Implements a local Kubernetes cluster for application development on macOS, Linux, and Windows
273270
- **Owners:**

sigs.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ sigs:
10681068
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
10691069
owners:
10701070
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/OWNERS
1071+
- https://raw.githubusercontent.com/kubernetes-sigs/logical-cluster/main/OWNERS
10711072
meetings:
10721073
- description: Cluster API office hours
10731074
day: Wednesday
@@ -1329,12 +1330,6 @@ sigs:
13291330
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
13301331
owners:
13311332
- https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS
1332-
- name: logical-cluster
1333-
description: A set of APIs to improve the Kubernetes user experience for cluster
1334-
administration by offering utilities to interact with fleet of clusters which
1335-
can be managed by Cluster API, or other entities (like cloud providers).
1336-
owners:
1337-
- https://raw.githubusercontent.com/kubernetes-sigs/logical-cluster/main/OWNERS
13381333
- name: minikube
13391334
description: Implements a local Kubernetes cluster for application development
13401335
on macOS, Linux, and Windows

0 commit comments

Comments
 (0)