InitialAgentPoolConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
InitialAgentPoolConfiguration specifies the configuration of a pool of virtual machines that are initially defined with a Kubernetes cluster.
public class InitialAgentPoolConfiguration
type InitialAgentPoolConfiguration = class
Public Class InitialAgentPoolConfiguration
- Inheritance
-
InitialAgentPoolConfiguration
Constructors
InitialAgentPoolConfiguration(Int64, NetworkCloudAgentPoolMode, String, String) |
Initializes a new instance of InitialAgentPoolConfiguration. |
Properties
AdministratorConfiguration |
The administrator credentials to be used for the nodes in this agent pool. |
AgentOptions |
The configurations that will be applied to each agent in this agent pool. |
AttachedNetworkConfiguration |
The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster. |
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. |
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. |
UpgradeMaxSurge |
The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1. |
VmSkuName |
The name of the VM SKU that determines the size of resources allocated for node VMs. |
Applies to
Azure SDK for .NET