Merge pull request #7345 from mrbobbytables/add-ipam

sig-cluster-lifecycle: add cluster-api-ipam-provider-in-cluster subproject
This commit is contained in:
Kubernetes Prow Robot 2023-06-07 02:52:12 -07:00 committed by GitHub
commit 11905d6351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -76,6 +76,10 @@ A project focused on providing declarative APIs and tooling to simplify provisio
Implementation of Cluster Add-on Provider for Helm, an add-on orchestration solution for Cluster API using Helm.
- **Owners:**
- [kubernetes-sigs/cluster-api-addon-provider-helm](https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/blob/main/OWNERS)
### cluster-api-ipam-provider-in-cluster
Cluster API IPAM provider
- **Owners:**
- [kubernetes-sigs/cluster-api-ipam-provider-in-cluster](https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/blob/main/OWNERS)
### cluster-api-operator
Leverages a declarative API and an operator to empower admins to handle the lifecycle of Cluster API providers within the management cluster
- **Owners:**

View File

@ -1085,6 +1085,10 @@ sigs:
solution for Cluster API using Helm.
owners:
- https://github.com/kubernetes-sigs/cluster-api-addon-provider-helm/blob/main/OWNERS
- name: cluster-api-ipam-provider-in-cluster
description: Cluster API IPAM provider
owners:
- https://raw.githubusercontent.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/main/OWNERS
- name: cluster-api-operator
description: Leverages a declarative API and an operator to empower admins to
handle the lifecycle of Cluster API providers within the management cluster