For the complete documentation index, see llms.txt. This page is also available as Markdown.

KubernetesAutoScaling

Properties

Name
Type
Description
Notes

maxNodeCount

Integer

The maximum number of worker nodes that the managed node pool can scale in. Must be >= minNodeCount and must be >= nodeCount. Required if autoScaling is specified.

minNodeCount

Integer

The minimum number of working nodes that the managed node pool can scale must be >= 1 and >= nodeCount. Required if autoScaling is specified.

Last updated