ManagedClusterHostedSystemProfile Class

Definition

Settings for hosted system addons.

public class ManagedClusterHostedSystemProfile
type ManagedClusterHostedSystemProfile = class
Public Class ManagedClusterHostedSystemProfile
Inheritance
ManagedClusterHostedSystemProfile

Constructors

Name Description
ManagedClusterHostedSystemProfile()

Initializes a new instance of the ManagedClusterHostedSystemProfile class.

ManagedClusterHostedSystemProfile(Nullable<Boolean>, String, String)

Initializes a new instance of the ManagedClusterHostedSystemProfile class.

Properties

Name Description
Enabled

Gets or sets whether to enable hosted system addons for the cluster.

NodeSubnetId

Gets or sets the ID of the subnet that will be joined by worker nodes managed by node auto provisioner for running workload pods in your tenant. This must be provided together with systemNodeSubnetID and apiserverAccessProfile.subnetId, and all three subnet IDs must be in the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /16 CIDR.

SystemNodeSubnetId

Gets or sets the ID of the subnet that will be joined by system nodes managed and hosted by AKS for running critical system addons. This ID must be provided together with nodeSubnetID and apiserverAccessProfile.subnetId, and all three subnet IDs must belong to the same VNet. If you don’t specify it, AKS will create a subnet in the managed resource group using a default /26 CIDR.

Applies to