Cluster Pool Resource Properties Network Profile Args
data class ClusterPoolResourcePropertiesNetworkProfileArgs(val apiServerAuthorizedIpRanges: Output<List<String>>? = null, val enablePrivateApiServer: Output<Boolean>? = null, val outboundType: Output<Either<String, OutboundType>>? = null, val subnetId: Output<String>) : ConvertibleToJava<ClusterPoolResourcePropertiesNetworkProfileArgs>
Cluster pool network profile.
Properties
Link copied to clipboard
IP ranges are specified in CIDR format, e.g. 137.117.106.88/29. This feature is not compatible with private AKS clusters. So you cannot set enablePrivateApiServer to true and apiServerAuthorizedIpRanges at the same time. Currently, this property is not supported and please don't use it.
Link copied to clipboard
ClusterPool is based on AKS cluster. AKS cluster exposes the API server to public internet by default. If you set this property to true, a private AKS cluster will be created, and it will use private apiserver, which is not exposed to public internet.
Link copied to clipboard
This can only be set at cluster pool creation time and cannot be changed later.