AgentPoolProperties interface
AgentPoolProperties represents the properties of the Kubernetes cluster agent pool.
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. |
| detailed |
The current status of the agent pool. |
| detailed |
The descriptive message about the current detailed status. |
| kubernetes |
The Kubernetes version running in this agent pool. |
| 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. |
| provisioning |
The provisioning state of the 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
detailedStatus
The current status of the agent pool.
detailedStatus?: string
Property Value
string
detailedStatusMessage
The descriptive message about the current detailed status.
detailedStatusMessage?: string
Property Value
string
kubernetesVersion
The Kubernetes version running in this agent pool.
kubernetesVersion?: string
Property Value
string
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
provisioningState
The provisioning state of the agent pool.
provisioningState?: 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