Skip to main content

gcp.project.gkeService.cluster.nodepool.autoscaling

Supported platform

  • gcp

Fields

IDTYPEDESCRIPTION
enabledboolIs autoscaling enabled for this node pool.
minNodeCountintMinimum number of nodes for one location in the node pool. Must be greater, than or equal to 0 and less than or equal to max_node_count.
maxNodeCountintMaximum number of nodes for one location in the node pool. Must be >=, min_node_count. There has to be enough quota to scale up the cluster.
autoprovisionedboolCan this node pool be deleted automatically.
totalMinNodeCountintMinimum number of nodes in the node pool. Must be greater than or equal, to 0 and less than or equal to totalmax_node_count., The total__node_count fields are mutually exclusive with the __node_count, fields.
totalMaxNodeCountintMaximum number of nodes in the node pool. Must be greater than or equal to, totalmin_node_count. There has to be enough quota to scale up the cluster., The total__node_count fields are mutually exclusive with the __node_count, fields.