kubernetes-sigs / cluster-api-provider-openstack

Cluster API implementation for OpenStack
https://cluster-api-openstack.sigs.k8s.io/
Apache License 2.0
279 stars 253 forks source link

Optional floating IPs in cluster machines #2140

Open bartekle opened 1 month ago

bartekle commented 1 month ago

/kind feature

Describe the solution you'd like Possibility to associate floating IP with default port of cluster machine.

Anything else you would like to add: This feature may be redundant in case of debuging and bastion host availability, but floating IP is also used as egress strategy - node has other, specific network path rather than default network nodes.

mdbooth commented 1 month ago

Is this different to the functionality provided by the floating IP IPAM provider?

/cc @huxcrux