-
Notifications
You must be signed in to change notification settings - Fork 438
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
[release-1.17] bug: Fix APIServerLB nil pointer deref #5458
[release-1.17] bug: Fix APIServerLB nil pointer deref #5458
Conversation
This commit fixes a possible nil pointer deference when returning the name of the API Server LoadBalancer. In some cases like externally managed infrastructure, there might not be an API Server LoadBalancer in the AzureCluster CR. Signed-off-by: Bryan Cox <[email protected]> fix incompatible APIServerLB types in cherry-picks Signed-off-by: Nawaz Hussain Khazielakha <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.17 #5458 +/- ##
================================================
- Coverage 52.40% 52.39% -0.01%
================================================
Files 273 273
Lines 29185 29189 +4
================================================
+ Hits 15294 15295 +1
- Misses 13090 13093 +3
Partials 801 801 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Thanks!
LGTM label has been added. Git tree hash: 1f40a7a5d1fd5235303590189062e2518e89756e
|
/lgtm |
/approve |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nawazkh, willie-yao 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 |
This is an
automatedmanual cherry-pick of #5453.Automated cherry-pick wont let me push to it. Automated cherry-pick: #5456
/assign nawazkh