Skip to content
DocsTry Aspire
DocsTry

withSystemNodePool

Method
📦 Aspire.Hosting.Azure.Kubernetes v13.4.0-preview.1.26281.18
interface AzureKubernetesEnvironmentResource {
// ... omitted for brevity
withSystemNodePool(
vmSize?: string,
minCount?: number,
maxCount?: number): AzureKubernetesEnvironmentResource;
}

Signature

methodwithSystemNodePoolbuilder
Replaces the default system node pool with a customized configuration.
withSystemNodePool(
vmSize?: string,
minCount?: number,
maxCount?: number): AzureKubernetesEnvironmentResource
vmSizestringoptional= Standard_D2s_v5
minCountnumberoptional= 1
maxCountnumberoptional= 3
AzureKubernetesEnvironmentResource

Applies to

This method applies to the following types: