-
Notifications
You must be signed in to change notification settings - Fork 284
🐛 controllers/openstackcluster_controller.go fix nil pointer and dump openstack ports #1217
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
🐛 controllers/openstackcluster_controller.go fix nil pointer and dump openstack ports #1217
Conversation
|
/test help |
|
@chrischdi: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
|
/test pull-cluster-api-provider-openstack-conformance-test |
|
/lgtm Thanks for catch this |
3c82755 to
c971815
Compare
|
/test pull-cluster-api-provider-openstack-conformance-test |
c971815 to
ac2d4e0
Compare
|
/test pull-cluster-api-provider-openstack-conformance-test |
…ore openstack data * fixes nil pointer when reconcileDelete gets executed a second time and security groups already got deleted * adds dump of existing ports at e2e tests
ac2d4e0 to
b32a5da
Compare
|
/test pull-cluster-api-provider-openstack-conformance-test |
|
/lgtm |
|
Thanks! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrischdi, mdbooth The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/hold cancel |
|
/hold Want to check sth |
|
Works /hold cancel |
What this PR does / why we need it:
fixes nil pointer when reconcileDelete gets executed a second time and security groups already got deleted
[0]
adds dump of existing ports at e2e tests so we could debug further the following if it happens again:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Maybe fixes the at cleanup still broken e2e conformance periodics test: https://testgrid.k8s.io/sig-cluster-lifecycle-cluster-api-provider-openstack#periodic-conformance-test-main&show-stale-tests=
At fixes a potential nil pointer when using bastions and at least provides more information for debugging as I was not able to reproduce the issue locally.
Special notes for your reviewer:
TODOs:
/hold