Skip to content

Commit 75728b1

Browse files
authored
Acrolinx
1 parent 939dde1 commit 75728b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/backup/azure-kubernetes-service-backup-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To scale node pool on Azure portal, follow these steps:
4545
Endpoint http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&client_id=4e95dcc5-a769-4745-b2d9-
4646
```
4747

48-
**Cause**: When you enable pod-managed identity on your AKS cluster, an *AzurePodIdentityException* named *aks-addon-exception* is added to the *kube-system* namespace. An *AzurePodIdentityException* allows pods with certain labels to access the Azure Instance Metadata Service (IMDS) endpoint are are not intercepted by the NMI server.
48+
**Cause**: When you enable pod-managed identity on your AKS cluster, an *AzurePodIdentityException* named *aks-addon-exception* is added to the *kube-system* namespace. An *AzurePodIdentityException* allows pods with certain labels to access the Azure Instance Metadata Service (IMDS) endpoint are not intercepted by the NMI server.
4949

5050
The extension pods aren't exempt, and require the Microsoft Entra pod identity to be enabled manually.
5151

@@ -251,7 +251,7 @@ This error code can appear while you enable AKS backup to store backups in a vau
251251

252252
**Error code**: UserErrorPVSnapshotLimitReached
253253

254-
**Cause**: There are limited number of snapshots for a Persistent Volume that can exist at a point-in-time. For Azure Disk-based Persistent Volumes, the limit is *500 snapshots*. This error appears when snapshots for specific Persistent Volumes aren't taken due to existence of snapshots higher than the supported limits.
254+
**Cause**: There is a limited number of snapshots for a Persistent Volume that can exist at a point-in-time. For Azure Disk-based Persistent Volumes, the limit is *500 snapshots*. This error appears when snapshots for specific Persistent Volumes aren't taken due to existence of snapshots higher than the supported limits.
255255

256256
**Recommended action**: Update the Backup Policy to reduce the retention duration and wait for Backup Vault to delete the older recovery points.
257257

articles/backup/azure-kubernetes-service-cluster-restore-using-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can perform both *Original-Location Recovery (OLR)* (restoring in the AKS cl
2424
2525
Initialize the variables with required details related to each resource to be used in commands:
2626

27-
- Subscription Id of the Backup Vault
27+
- Subscription ID of the Backup Vault
2828

2929
```azurepowershell
3030
$vaultSubId = "xxxxxxxx-xxxx-xxxx-xxxx"
@@ -46,7 +46,7 @@ Initialize the variables with required details related to each resource to be us
4646
$restoreLocation = "vaultRegion" #example eastus
4747
```
4848
49-
- Id of the target AKS cluster, in case the restore will be performed to an alternate AKS cluster
49+
- ID of the target AKS cluster, in case the restore will be performed to an alternate AKS cluster
5050
5151
```azurepowershell
5252
$targetAKSClusterId = "/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx/resourceGroups/targetrg/providers/Microsoft.ContainerService/managedClusters/PSAKSCluster2"

0 commit comments

Comments
 (0)