-
Notifications
You must be signed in to change notification settings - Fork 286
🐛 Don't set OSMachine Ready until all config is complete #2478
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
🐛 Don't set OSMachine Ready until all config is complete #2478
Conversation
|
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
/lgtm |
0e09564 to
8e1db6f
Compare
|
/approve |
8e1db6f to
1f271ed
Compare
1f271ed to
4e9ae8f
Compare
4e9ae8f to
a75e0e9
Compare
With this change, an OpenStackMachine will not be marked Ready until it has been completely initialised, including setting its Addresses and adding it to the APIServer loadbalancer if required. Also fix a missing early return when the instance has been unexpectedly deleted.
a75e0e9 to
cd1066c
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: EmilienM The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/cherry-pick release-0.12 |
|
@EmilienM: new pull request created: #2480 DetailsIn 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-sigs/prow repository. |
|
/retitle 🐛 Don't set OSMachine Ready until all config is complete |
With this change, an OpenStackMachine will not be marked Ready until it has been completely initialised, including setting its Addresses and adding it to the APIServer loadbalancer if required.
Also fix a missing early return when the instance has been unexpectedly deleted.
/hold