File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ A project for figuring out the best way to install, manage and deliver cluster a
71
71
A project focused on providing declarative APIs and tooling to simplify provisioning, upgrading, and operating multiple Kubernetes clusters
72
72
- ** Owners:**
73
73
- [ 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 )
74
75
- ** Contact:**
75
76
- Slack: [ #cluster-api] ( https://kubernetes.slack.com/messages/cluster-api )
76
77
- [ 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
264
265
- ** Contact:**
265
266
- Slack: [ #kubespray] ( https://kubernetes.slack.com/messages/kubespray )
266
267
- [ 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 )
271
268
### minikube
272
269
Implements a local Kubernetes cluster for application development on macOS, Linux, and Windows
273
270
- ** Owners:**
Original file line number Diff line number Diff line change @@ -1068,6 +1068,7 @@ sigs:
1068
1068
mailing_list : https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
1069
1069
owners :
1070
1070
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api/main/OWNERS
1071
+ - https://raw.githubusercontent.com/kubernetes-sigs/logical-cluster/main/OWNERS
1071
1072
meetings :
1072
1073
- description : Cluster API office hours
1073
1074
day : Wednesday
@@ -1329,12 +1330,6 @@ sigs:
1329
1330
mailing_list : https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
1330
1331
owners :
1331
1332
- 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
1338
1333
- name : minikube
1339
1334
description : Implements a local Kubernetes cluster for application development
1340
1335
on macOS, Linux, and Windows
You can’t perform that action at this time.
0 commit comments