AgentPoolMode Enum
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.
A cluster must have at least one 'System' Agent Pool at all times. For additional information on agent pool restrictions and best practices, see: https://docs.microsoft.com/azure/aks/use-system-pools.
public enum AgentPoolMode
type AgentPoolMode =
Public Enum AgentPoolMode
- Inheritance
-
AgentPoolMode
Fields
Name | Value | Description |
---|---|---|
System | 0 | System agent pools are primarily for hosting critical system pods such as CoreDNS and metrics-server. System agent pools osType must be Linux. System agent pools VM SKU must have at least 2vCPUs and 4GB of memory. |
User | 1 | User agent pools are primarily for hosting your application pods. |
Applies to
Azure SDK for .NET