Closed aaronfern closed 11 months ago
What this PR does / why we need it: This PR updated the machineDeployment.GetOptions() method to read annotations form machineDeployments and populate node group values in its NodeGroupAutoscalingOptions struct
machineDeployment.GetOptions()
machineDeployment
NodeGroupAutoscalingOptions
Which issue(s) this PR fixes: Fixes partially #240
Special notes for your reviewer:
Release note:
Autoscaler will now add NodeGroupAutoscalingOptions to node groups from annotations present in its corresponding machineDeployments
@unmarshall, @himanshu-kun, @rishabh-11 You have pull request review open invite, please check
@aaronfern You need rebase this pull request with latest master branch. Please check.
What this PR does / why we need it: This PR updated the
machineDeployment.GetOptions()
method to read annotations formmachineDeployment
s and populate node group values in itsNodeGroupAutoscalingOptions
structWhich issue(s) this PR fixes: Fixes partially #240
Special notes for your reviewer:
Release note: