Skip to content

Commit fe29db4

Browse files
Merge pull request #220117 from pauldotyu/aks-arm64-defender
Adding undocumented limitations with ARM64 node pools
2 parents b3c1bb7 + 592f8fe commit fe29db4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ The following example output shows that *mynodepool* has been successfully creat
124124

125125
The ARM64 processor provides low power compute for your Kubernetes workloads. To create an ARM64 node pool, you will need to choose a [Dpsv5][arm-sku-vm1], [Dplsv5][arm-sku-vm2] or [Epsv5][arm-sku-vm3] series Virtual Machine.
126126

127+
#### Limitations
128+
129+
* ARM64 node pools are not supported on Defender-enabled clusters
130+
* FIPS-enabled node pools are not supported with ARM64 SKUs
131+
127132
Use `az aks nodepool add` command to add an ARM64 node pool.
128133

129134
```azurecli
@@ -132,7 +137,7 @@ az aks nodepool add \
132137
--cluster-name myAKSCluster \
133138
--name armpool \
134139
--node-count 3 \
135-
--node-vm-size Standard_Dpds_v5
140+
--node-vm-size Standard_D2pds_v5
136141
```
137142

138143
### Add a Mariner node pool

0 commit comments

Comments
 (0)