Skip to content

Commit 2a941c9

Browse files
authored
Merge pull request #204556 from andyzhangx/patch-50
Update azure-disk-csi.md
2 parents 2fb18d9 + 71e6513 commit 2a941c9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

articles/aks/azure-disk-csi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In addition to in-tree driver features, Azure disk CSI driver supports the follo
2929
- Performance improvements during concurrent disk attach and detach
3030
- In-tree drivers attach or detach disks in serial, while CSI drivers attach or detach disks in batch. There is significant improvement when there are multiple disks attaching to one node.
3131
- Zone-redundant storage (ZRS) disk support
32-
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported, check more details about [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md)
32+
- `Premium_ZRS`, `StandardSSD_ZRS` disk types are supported, ZRS disk could be scheduled on the zone or non-zone node, without the restriction that disk volume should be co-located in the same zone as a given node, check more details about [Zone-redundant storage for managed disks](../virtual-machines/disks-redundancy.md)
3333
- [Snapshot](#volume-snapshots)
3434
- [Volume clone](#clone-volumes)
3535
- [Resize disk PV without downtime(Preview)](#resize-a-persistent-volume-without-downtime-preview)
@@ -379,4 +379,4 @@ $ kubectl exec -it busybox-azuredisk-0 -- cat c:\mnt\azuredisk\data.txt # on Win
379379
[az-provider-register]: /cli/azure/provider#az_provider_register
380380
[az-on-demand-bursting]: ../virtual-machines/disk-bursting.md#on-demand-bursting
381381
[enable-on-demand-bursting]: ../virtual-machines/disks-enable-bursting.md?tabs=azure-cli
382-
[az-premium-ssd]: ../virtual-machines/disks-types.md#premium-ssds
382+
[az-premium-ssd]: ../virtual-machines/disks-types.md#premium-ssds

articles/aks/azure-disk-customer-managed-keys.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ $keyVaultKeyUrl=az keyvault key show --vault-name myKeyVaultName --name myKeyNa
5353
az disk-encryption-set create -n myDiskEncryptionSetName -l myAzureRegionName -g myResourceGroup --source-vault $keyVaultId --key-url $keyVaultKeyUrl
5454
```
5555

56+
> [!IMPORTANT]
57+
> Ensure your AKS cluster identity has read permission of DiskEncryptionSet
58+
5659
## Grant the DiskEncryptionSet access to key vault
5760

5861
Use the DiskEncryptionSet and resource groups you created on the prior steps, and grant the DiskEncryptionSet resource access to the Azure Key Vault.

0 commit comments

Comments
 (0)