Merge pull request #7345 from mrbobbytables/add-ipam
sig-cluster-lifecycle: add cluster-api-ipam-provider-in-cluster subproject
This commit is contained in:
commit
11905d6351
|
|
@ -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:**
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue