-
Notifications
You must be signed in to change notification settings - Fork 1.3k
scalekubernetesclustercmd: Making id a required field [NPE Fix] #4404
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
Conversation
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
shwstppr
left a comment
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 on change
|
LGTM |
|
Packaging result: ✔centos7 ✔centos8 ✔debian. JID-2171 |
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2172 |
rohityadavcloud
left a comment
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, just API required param change
Description
Calling scaleKubernetesCluster without passing id leads to an NPE.
This fixes it by making id a required field
Types of changes
How Has This Been Tested?
Before
After