Skip to content

Commit daeda41

Browse files
author
AbhishekMallick-MS
committed
AKS backup - monitor warning and troubleshoot
1 parent 5131db5 commit daeda41

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

articles/backup/azure-kubernetes-service-cluster-manage-backups.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: backup
66
ms.custom:
77
- devx-track-azurecli
88
- ignite-2023
9-
ms.date: 02/27/2024
9+
ms.date: 02/28/2024
1010
author: AbhishekMallick-MS
1111
ms.author: v-abhmallick
1212
---
@@ -139,6 +139,22 @@ To enable Trusted Access between Backup vault and AKS cluster, use the following
139139

140140
Learn more about [other commands related to Trusted Access](../aks/trusted-access-feature.md#trusted-access-feature-overview).
141141

142+
## Monitor AKS backup jobs completed with warnings
143+
144+
When a scheduled or an on-demand backup or restore operation is performed, a job is created corresponding to the operation to track its progress. In case of a failure, these jobs allow you to identify error codes and fix issues to run a successful job later.
145+
146+
For AKS backup, backup and restore jobs can show the status **Completed with Warnings**. This status appears when the backup and restore operation isn't fully successful due to issues in user-defined configurations or internal state of the workload.
147+
148+
:::image type="content" source="./media/azure-kubernetes-service-cluster-manage-backups/backup-restore-jobs-completed-with-warnings.png" alt-text="Screenshot shows the backup and restore jobs completed with warnings." lightbox="./media/azure-kubernetes-service-cluster-manage-backups/backup-restore-jobs-completed-with-warnings.png":::
149+
150+
For example, if a backup job for an AKS cluster completes with the status **Completed with Warnings**, a restore point will be created, but it might not have been able to back up all the resources in the cluster as per the backup configuration. The job will show warning details, providing the *issues* and *resources* that were impacted during the operation.
151+
152+
To view these warnings, select **View Details** next to **Warning Details**.
153+
154+
:::image type="content" source="./media/azure-kubernetes-service-cluster-manage-backups/example-backup-job-with-warning-details.png" alt-text="Screenshot shows the job warming details." lightbox="./media/azure-kubernetes-service-cluster-manage-backups/example-backup-job-with-warning-details.png":::
155+
156+
Learn [how to identify and resolve the error]().
157+
142158
## Next steps
143159

144160
- [Back up Azure Kubernetes Service cluster](azure-kubernetes-service-cluster-backup.md)
Loading
Loading

0 commit comments

Comments
 (0)