Package version:

NodePool configuration

Hierarchy

Properties

availabilityZones?: string[]

AvailabilityZones - The list of Availability zones to use for nodes. Datacenter racks modelled as zones

cloudProviderProfile?: CloudProviderProfile

The underlying cloud infra provider properties.

count?: number

Count - Number of agents to host docker containers. Allowed values must be in the range of 1 to 100 (inclusive). The default value is 1.

maxCount?: number

The maximum number of nodes for auto-scaling

maxPods?: number

The maximum number of pods that can run on a node.

minCount?: number

The minimum number of nodes for auto-scaling

mode?: string

Mode - AgentPoolMode represents mode of an agent pool. Possible values include: 'System', 'LB', 'User'. Default is 'User'

nodeImageVersion?: string

The version of node image

nodeLabels?: {
    [propertyName: string]: string;
}

NodeLabels - Agent pool node labels to be persisted across all nodes in agent pool.

Type declaration

  • [propertyName: string]: string
nodeTaints?: string[]

NodeTaints - Taints added to new nodes during node pool create and scale. For example, key=value:NoSchedule.

osType?: string

OsType - OsType to be used to specify os type. Choose from Linux and Windows. Default to Linux. Possible values include: 'Linux', 'Windows'

vmSize?: string

VmSize - The size of the agent pool VMs.

Generated using TypeDoc