-
Notifications
You must be signed in to change notification settings - Fork 121
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
Fix nil pointer panic #814
Conversation
/invite @himanshu-kun @rishabh-11 |
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.
Can you explain the scenario in which the error can happen?
When newIS is nil? I got this error locally. |
In my case, I changed the machine type in my working cluster to something which was not available in the subscription list, and nil pointer panic occurred. |
stack trace
cc @elankath |
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
* Add missing parameter in log * Drop unused function parameter * Prevent nil pointer panic * added log for missing mcs * updated errorneous comments --------- Co-authored-by: Sonu Kumar Singh <sksgkpvks@gmail.com>
/needs cherry-pick rel-v0.49 |
What this PR does / why we need it:
This PR fixes a nil pointer panic and does some housekeeping job.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: