ManagedClusterNodeProvisioningProfile Constructors
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.
Overloads
| Name | Description |
|---|---|
| ManagedClusterNodeProvisioningProfile() |
Initializes a new instance of the ManagedClusterNodeProvisioningProfile class. |
| ManagedClusterNodeProvisioningProfile(String, String) |
Initializes a new instance of the ManagedClusterNodeProvisioningProfile class. |
ManagedClusterNodeProvisioningProfile()
Initializes a new instance of the ManagedClusterNodeProvisioningProfile class.
public ManagedClusterNodeProvisioningProfile();
Public Sub New ()
Applies to
ManagedClusterNodeProvisioningProfile(String, String)
Initializes a new instance of the ManagedClusterNodeProvisioningProfile class.
public ManagedClusterNodeProvisioningProfile(string mode = default, string defaultNodePools = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile : string * string -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterNodeProvisioningProfile
Public Sub New (Optional mode As String = Nothing, Optional defaultNodePools As String = Nothing)
Parameters
- mode
- String
The node provisioning mode. If not specified, the default is Manual. Possible values include: 'Manual', 'Auto'
- defaultNodePools
- String
The set of default Karpenter NodePools (CRDs) configured for node provisioning. This field has no effect unless mode is 'Auto'. Warning: Changing this from Auto to None on an existing cluster will cause the default Karpenter NodePools to be deleted, which will drain and delete the nodes associated with those pools. It is strongly recommended to not do this unless there are idle nodes ready to take the pods evicted by that action. If not specified, the default is Auto. For more information see aka.ms/aks/nap#node-pools. Possible values include: 'None', 'Auto'