File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -253,6 +253,10 @@ A project that uses Ansible / Vagrant for deploying production ready clusters on
253
253
- ** Contact:**
254
254
- Slack: [ #kubespray] ( https://kubernetes.slack.com/messages/kubespray )
255
255
- [ 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 )
256
260
### minikube
257
261
Implements a local Kubernetes cluster for application development on macOS, Linux, and Windows
258
262
- ** Owners:**
Original file line number Diff line number Diff line change @@ -1287,6 +1287,12 @@ sigs:
1287
1287
mailing_list : https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
1288
1288
owners :
1289
1289
- 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
1290
1296
- name : minikube
1291
1297
description : Implements a local Kubernetes cluster for application development
1292
1298
on macOS, Linux, and Windows
You can’t perform that action at this time.
0 commit comments