You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As a cluster operator, I want to see frequently asked questions when running Windows node pools and application workloads.
9
9
---
10
10
@@ -96,7 +96,7 @@ az aks update \
96
96
97
97
> [!IMPORTANT]
98
98
> Performing the `az aks update` operation upgrades only Windows Server node pools and will cause a restart. Linux node pools are not affected.
99
-
>
99
+
>
100
100
> When you're changing `--windows-admin-password`, the new password must be at least 14 characters and meet [Windows Server password requirements][windows-server-password].
101
101
102
102
### [Azure PowerShell](#tab/azure-powershell)
@@ -120,7 +120,7 @@ $cluster | Set-AzAksCluster
120
120
121
121
## How many node pools can I create?
122
122
123
-
The AKS cluster can have a maximum of 100 node pools. You can have a maximum of 1,000 nodes across those node pools. For more information, see [Node pool limitations][nodepool-limitations].
123
+
An AKS cluster with Windows node pools doesn't have a different AKS resource limit than the default specified for the AKS service. For more information, see [Quotas, virtual machine size restrictions, and region availability in Azure Kubernetes Service (AKS)][nodepool-limit].
124
124
125
125
## What can I name my Windows node pools?
126
126
@@ -242,7 +242,7 @@ To get started with Windows Server containers in AKS, see [Create a node pool th
0 commit comments