-
Notifications
You must be signed in to change notification settings - Fork 431
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] fix(machinepool): clear VirtualMachineProfile if no model/custom data update #5203
[release-1.17] fix(machinepool): clear VirtualMachineProfile if no model/custom data update #5203
Conversation
… update Scale up/down with MachinePool always updates the VM image model to use. This change sets the VirtualMachineProfile to nil when no change is necessary and ensures therefore less churn on scale up/downs leading to model updates which may require manual fixing Fixes some linting errors related to unnecessary params, too.
/lgtm |
LGTM label has been added. Git tree hash: 71c8aa3b134bcf929c5203294e44e3008428612f
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: nojnhuh 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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release-1.17 #5203 +/- ##
================================================
+ Coverage 51.25% 52.88% +1.63%
================================================
Files 273 273
Lines 24651 29172 +4521
================================================
+ Hits 12636 15429 +2793
- Misses 11229 12944 +1715
- Partials 786 799 +13 ☔ View full report in Codecov by Sentry. |
/kind bug |
This is an automated cherry-pick of #5164
/assign nojnhuh