Skip to content
Docs Try Aspire
Docs Try

AzureKubernetesEnvironmentResource.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

method withSystemNodePool builder
Replaces the default system node pool with a customized configuration.
withSystemNodePool(
vmSize?: string,
minCount?: number,
maxCount?: number): AzureKubernetesEnvironmentResource
vmSize string optional = Standard_D2s_v5
minCount number optional = 1
maxCount number optional = 3
AzureKubernetesEnvironmentResource

Defined on

This method is defined on the following type: