-
Notifications
You must be signed in to change notification settings - Fork 268
OpenstackServer controller is not watching IPAdressClaim resources #2389
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
Comments
Could you please submit a PR to CAPO and let us know if you need help.
|
Thanks for the comment, |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale Pull request is still in review. |
/kind bug
What steps did you take and what happened:
When using an OpenstackFloatingIPPools in an OpenstackMachine, an IPAddressClaim is created which will create a floating ip in Openstack.
However currently the OpenstackServer controller do not watch the IPAddressClaims it create, which stuck the provision of the server.
Here an extract of logs showing that the OpenstackServer is not reconciled until I manually add an annotation on it at 10:01
What did you expect to happen:
Reconcile the OpenstackServer when the IPAddressClaim is ready.
Anything else you would like to add:
I'm new to the OpenSource world, so do not hesitate to correct me.
I already tested a fix: MisterKind@5519450
Environment:
git rev-parse HEAD
if manually built): 0.11.4kubectl version
):/etc/os-release
):The text was updated successfully, but these errors were encountered: