-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove FloatingIP from OpenStackMachineSpec #1674
Comments
I agree with Matt, it's only used in the Bastion, see https://github.com/shiftstack/cluster-api-provider-openstack/blob/070714eaa24a25ec6774cbae1c6e140eb8babebe/controllers/openstackcluster_controller.go#L362-L363 |
/reopen We are reverting. I'll re-add it to main once we have v1alpha8. |
@EmilienM: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign EmilienM |
@EmilienM We put this back, right? |
yes, we reverted. I'll get back to it at some point. |
/kind feature
FloatingIP is not used by the machine controller, only the Bastion. We should move the floating IP configuration to the Bastion spec (OpenStackCluster.Spec.Bastion) instead.
The text was updated successfully, but these errors were encountered: