- Azure Disk IOPS is capped at 2300, please read this documentation for details.
- Azure Stack does not support shared disk, so parameter
maxShares
larger than 1 is not valid in aStorageClass
. - Azure Stack only supports Standard Locally-redundant (Standard_LRS) and Premium Locally-redundant (Premium_LRS) Storage Account types, so only
Standard_LRS
andPremium_LRS
are valid for parameterskuName
in aStorageClass
. - Azure Stack does not support incremental disk Snapshot, so only
false
is valid for parameterincremental
in aVolumeSnapshotClass
. - For Windows agent nodes, you will need to install Windows CSI Proxy, please refer to Windows CSI Proxy. To enable the proxy via AKS Engine API model, please refer to CSI Proxy for Windows.