NodePoolAutoScaling interface

Node pool autoscaling

Properties

max

The maximum number of nodes in the node pool. Validation:

  • Minimum: 0 (must be >= min)
  • Maximum: 200 (only when availabilityZone is not specified)
  • No maximum when availabilityZone is specified
min

The minimum number of nodes in the node pool. Validation:

  • Minimum: 0
  • Maximum: 200 (only when availabilityZone is not specified)
  • No maximum when availabilityZone is specified

Property Details

max

The maximum number of nodes in the node pool. Validation:

  • Minimum: 0 (must be >= min)
  • Maximum: 200 (only when availabilityZone is not specified)
  • No maximum when availabilityZone is specified
max?: number

Property Value

number

min

The minimum number of nodes in the node pool. Validation:

  • Minimum: 0
  • Maximum: 200 (only when availabilityZone is not specified)
  • No maximum when availabilityZone is specified
min?: number

Property Value

number