Skip to content

Commit 8ee7908

Browse files
committed
Updated the agent pool mode to be in sync with ARM, Bicep and the given sample output
1 parent 897121a commit 8ee7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/quickstarts-kubernetes-cluster-deployment-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ CLUSTER_NAME="myNexusAKSCluster"
121121
AGENT_POOL_NAME="${CLUSTER_NAME}-nodepool-2"
122122
AGENT_POOL_VM_SIZE="NC_M4_v1"
123123
AGENT_POOL_COUNT="1"
124-
AGENT_POOL_MODE="System"
124+
AGENT_POOL_MODE="User"
125125
```
126126
After defining these variables, you can add an agent pool by executing the following Azure CLI command:
127127

0 commit comments

Comments
 (0)