Skip to content

Commit a013bba

Browse files
committed
sig-cluster-lifecycle: add logical-cluster repo
1 parent c397bcc commit a013bba

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

sig-cluster-lifecycle/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@ A project that uses Ansible / Vagrant for deploying production ready clusters on
253253
- **Contact:**
254254
- Slack: [#kubespray](https://kubernetes.slack.com/messages/kubespray)
255255
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
256+
### logical-cluster
257+
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).
258+
- **Owners:**
259+
- [kubernetes-sigs/logical-cluster](https://github.com/kubernetes-sigs/logical-cluster/blob/main/OWNERS)
256260
### minikube
257261
Implements a local Kubernetes cluster for application development on macOS, Linux, and Windows
258262
- **Owners:**

sigs.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,12 @@ sigs:
12871287
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
12881288
owners:
12891289
- https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS
1290+
- name: logical-cluster
1291+
description: A set of APIs to improve the Kubernetes user experience for cluster
1292+
administration by offering utilities to interact with fleet of clusters which
1293+
can be managed by Cluster API, or other entities (like cloud providers).
1294+
owners:
1295+
- https://raw.githubusercontent.com/kubernetes-sigs/logical-cluster/main/OWNERS
12901296
- name: minikube
12911297
description: Implements a local Kubernetes cluster for application development
12921298
on macOS, Linux, and Windows

0 commit comments

Comments
 (0)