You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Magnum is designed to assign floating IP(FIP)s to all cluster nodes once floating_ip_enabled is set as true in coe cluster template.
This func is missing in mcapi driver because CAPO didn't support machine FIP at the initial stage of mcapi project.
Now we have some requests for this func and also CAPO supports it already.
Context
Magnum is designed to assign floating IP(FIP)s to all cluster nodes once
floating_ip_enabled
is set as true in coe cluster template.This func is missing in mcapi driver because CAPO didn't support machine FIP at the initial stage of mcapi project.
Now we have some requests for this func and also CAPO supports it already.
https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster
kubernetes-sigs/cluster-api-provider-openstack#1763
kubernetes-sigs/cluster-api-provider-openstack#1762
kubernetes-sigs/cluster-api-provider-openstack#1750
high level of implementation
when
floating_ip_enabled
equals true,OpenStackFloatingIPPool
CRspec.floatingIPPoolRef
of openstackMachineTemplate for worker nodes using the above CR nameThe text was updated successfully, but these errors were encountered: