Skip to content

Commit 25c8198

Browse files
Merge pull request #229626 from schaffererin/multiple-nodepools-aks
Addressing GitIssues
2 parents e4fda07 + 29b2a66 commit 25c8198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-multiple-node-pools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following limitations apply when you create and manage AKS clusters that sup
3636
## Create an AKS cluster
3737

3838
> [!IMPORTANT]
39-
> If you run a single system node pool for your AKS cluster in a production environment, we recommend you use at least three nodes for the node pool.
39+
> If you run a single system node pool for your AKS cluster in a production environment, we recommend you use at least three nodes for the node pool. If one node goes down, you lose control plane resources and redundancy is compromised. You can mitigate this risk by having more control plane nodes.
4040
4141
To get started, create an AKS cluster with a single node pool. The following example uses the [az group create][az-group-create] command to create a resource group named *myResourceGroup* in the *eastus* region. An AKS cluster named *myAKSCluster* is then created using the [`az aks create`][az-aks-create] command.
4242

0 commit comments

Comments
 (0)