NodeProvisioningMode 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.
Defines values for NodeProvisioningMode.
public static class NodeProvisioningMode
type NodeProvisioningMode = class
Public Class NodeProvisioningMode
- Inheritance
-
NodeProvisioningMode
Fields
| Name | Description |
|---|---|
| Auto |
Nodes are provisioned automatically by AKS using Karpenter (See aka.ms/aks/nap for more details). Fixed size Node Pools can still be created, but autoscaling Node Pools cannot be. (See aka.ms/aks/nap for more details). |
| Manual |
Nodes are provisioned manually by the user |