Skip to content

Commit f7cd1e6

Browse files
committed
As per documentation the --mode option takes two parameters System and User. Updated the documentation with the correct spelling for System using a capital S.
1 parent a55c82b commit f7cd1e6

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)