ManagedClusterHostedSystemProfile interface
Settings for hosted system addons.
Properties
| enabled | Whether to enable hosted system addons for the cluster. |
| node |
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 |
| system |
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 |
Property Details
enabled
Whether to enable hosted system addons for the cluster.
enabled?: boolean
Property Value
boolean
nodeSubnetID
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.
nodeSubnetID?: string
Property Value
string
systemNodeSubnetID
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.
systemNodeSubnetID?: string
Property Value
string