Configuration related to Kubernetes cluster autoscaler.
The Kubernetes cluster autoscaler will automatically adjust the
size of the node pool based on the cluster load.
Attributes
Name
Description
min_node_count
int
Required. Minimum number of nodes in the node pool. Must be
greater than or equal to 1 and less than or equal to
max_node_count.
max_node_count
int
Required. Maximum number of nodes in the node pool. Must be
greater than or equal to min_node_count and less than or
equal to 50.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]