KubernetesAutoScaling

Properties

NameTypeDescriptionNotes

minNodeCount

number

The minimum number of worker nodes that the managed node group can scale in. Should be set together with 'maxNodeCount'. Value for this attribute must be greater than equal to 1 and less than equal to maxNodeCount.

[optional] [default to undefined]

maxNodeCount

number

The maximum number of worker nodes that the managed node pool can scale-out. Should be set together with 'minNodeCount'. Value for this attribute must be greater than equal to 1 and minNodeCount.

[optional] [default to undefined]

Last updated