🐛 Fix loadbalancer timeout panic#2074
Conversation
|
Welcome @simonklb! |
|
Hi @simonklb. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
/ok-to-test Thanks for your contribution! |
|
/check-cla |
|
/approve Thanks! (Also I'm pretty sure I introduced this bug 🙄) |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mdbooth 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 |
|
@simonklb This is good to go apart from the CLA! Docs are here: https://github.com/kubernetes/community/blob/master/CLA.md |
|
/cherry-pick release-0.10 |
|
@mdbooth: once the present PR merges, I will cherry-pick it on top of release-0.10 in a new PR and assign it to you. 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. |
Yea, I'm awaiting organization approval. |
|
/easycla |
|
@mdbooth: new pull request created: #2076 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. |
|
Ah my bad, the command to recheck the CLA must have changed since I last contributed. 😄 |
What this PR does / why we need it:
If a loadbalancer is stuck in an non-active state it the reconciler eventually times out. The timeout error message included a nil pointer dereference.
TODOs:
/hold