Skip to content

Commit 29b2a66

Browse files
committed
Addressing GitIssues
1 parent 54d6994 commit 29b2a66

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)