Skip to content

Commit 0ef6faf

Browse files
committed
Updates in AKS Support Matrix
1 parent 020971a commit 0ef6faf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/backup/azure-kubernetes-service-cluster-backup-support-matrix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ You can use [Azure Backup](./backup-overview.md) to help protect Azure Kubernete
5252

5353
- You must install the backup extension in the AKS cluster. If you're using Azure CLI to install the backup extension, ensure that the version is 2.41 or later. Use `az upgrade` command to upgrade the Azure CLI.
5454

55+
- In case you are using Terraform to enable Azure Backup for AKS, ensure that the Terraform version being used in 3.99 or above.
56+
5557
- The blob container provided as input during installation of the backup extension should be in the same region and subscription as that of the AKS cluster. Only blob containers in a General-purpose V2 Storage Account are supported and Premium Storage Account aren't supported.
5658

5759
- The Backup vault and the AKS cluster should be in the same region and subscription.
@@ -83,7 +85,9 @@ You can use [Azure Backup](./backup-overview.md) to help protect Azure Kubernete
8385

8486
### Additional limitations for Vaulted backup and Cross Region Restore
8587

86-
- Only Azure Disk with Persistent Volumes of size <= 1 TB are eligible to be moved to the Vault Tier; disks with the higher size are skipped in the backup data moved to the Vault Tier.
88+
- Currently, Azure Disks with Persistent Volumes of size <= 1 TB are eligible to be moved to the Vault Tier; disks with the higher size are skipped in the backup data moved to the Vault Tier.
89+
90+
- Only Azure Disks with public access enabled from all networks are eligible to be moved to the Vault Tier; if their are disks with network access apart from public access, tiering operation will fail.
8791

8892
- *Disaster Recovery* feature is only available between Azure Paired Regions (if backup is configured in a Geo Redundant Backup vault). The backup data is only available in an Azure paired region. For example, if you have an AKS cluster in East US that is backed up in a Geo Redundant Backup vault, the backup data is also available in West US for restore.
8993

0 commit comments

Comments
 (0)