Merge pull request #7085 from nikhita/logical-cluster

sig-cluster-lifecycle: add logical-cluster repo
This commit is contained in:
Kubernetes Prow Robot 2023-02-02 09:30:42 -08:00 committed by GitHub
commit ba7b6b1ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -253,6 +253,10 @@ A project that uses Ansible / Vagrant for deploying production ready clusters on
- **Contact:**
- Slack: [#kubespray](https://kubernetes.slack.com/messages/kubespray)
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle)
### logical-cluster
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).
- **Owners:**
- [kubernetes-sigs/logical-cluster](https://github.com/kubernetes-sigs/logical-cluster/blob/main/OWNERS)
### minikube
Implements a local Kubernetes cluster for application development on macOS, Linux, and Windows
- **Owners:**

View File

@ -1287,6 +1287,12 @@ sigs:
mailing_list: https://groups.google.com/forum/#!forum/kubernetes-sig-cluster-lifecycle
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/kubespray/master/OWNERS
- name: logical-cluster
description: 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).
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/logical-cluster/main/OWNERS
- name: minikube
description: Implements a local Kubernetes cluster for application development
on macOS, Linux, and Windows