InitialAgentPoolConfiguration interface
InitialAgentPoolConfiguration specifies the configuration of a pool of virtual machines that are initially defined with a Kubernetes cluster.
Properties
administrator |
The administrator credentials to be used for the nodes in this agent pool. |
agent |
The configurations that will be applied to each agent in this agent pool. |
attached |
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. |
availability |
The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used. |
count | The number of virtual machines that use this configuration. |
labels | The labels applied to the nodes in this agent pool. |
mode | The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node. |
name | The name that will be used for the agent pool resource representing this agent pool. |
taints | The taints applied to the nodes in this agent pool. |
upgrade |
The configuration of the agent pool. |
vm |
The name of the VM SKU that determines the size of resources allocated for node VMs. |
Property Details
administratorConfiguration
The administrator credentials to be used for the nodes in this agent pool.
administratorConfiguration?: AdministratorConfiguration
Property Value
agentOptions
The configurations that will be applied to each agent in this agent pool.
agentOptions?: AgentOptions
Property Value
attachedNetworkConfiguration
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
attachedNetworkConfiguration?: AttachedNetworkConfiguration
Property Value
availabilityZones
The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
availabilityZones?: string[]
Property Value
string[]
count
The number of virtual machines that use this configuration.
count: number
Property Value
number
labels
The labels applied to the nodes in this agent pool.
labels?: KubernetesLabel[]
Property Value
mode
The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
mode: string
Property Value
string
name
The name that will be used for the agent pool resource representing this agent pool.
name: string
Property Value
string
taints
The taints applied to the nodes in this agent pool.
taints?: KubernetesLabel[]
Property Value
upgradeSettings
The configuration of the agent pool.
upgradeSettings?: AgentPoolUpgradeSettings
Property Value
vmSkuName
The name of the VM SKU that determines the size of resources allocated for node VMs.
vmSkuName: string
Property Value
string