Skip to content

Commit 2b4b459

Browse files
authored
Merge pull request #127469 from naioja/aj_nodepool
Corrected value spelling for option --mode
2 parents 59f2b15 + f7cd1e6 commit 2b4b459

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/use-system-pools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: container-service
55
ms.topic: article
66
ms.date: 06/18/2020
77
ms.author: mlearned
8+
ms.custom: fasttrack-edit
89
---
910

1011
# Manage system node pools in Azure Kubernetes Service (AKS)
@@ -85,7 +86,7 @@ az aks nodepool add \
8586
--name systempool \
8687
--node-count 3 \
8788
--node-taints CriticalAddonsOnly=true:NoSchedule \
88-
--mode system
89+
--mode System
8990
```
9091
## Show details for your node pool
9192

0 commit comments

Comments
 (0)