You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-backup-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,8 +190,8 @@ spec:
190
190
Learn [how to use hooks during AKS backup](azure-kubernetes-service-cluster-backup.md#use-hooks-during-aks-backup).
191
191
192
192
> [!NOTE]
193
-
> 1. During restore, backup extension waits for container to come up and then executes exec commands on them, defined in the restore hooks.
194
-
> 2. In case you are performing restore to the same namespace that was backed up, the restore hooks will not be executed as it only looks for new container that gets spawned. This is regardless of whether skip or patch policy is opted.
193
+
> - During restore, backup extension waits for container to come up and then executes exec commands on them, defined in the restore hooks.
194
+
> - In case you are performing restore to the same namespace that was backed up, the restore hooks will not be executed as it only looks for new container that gets spawned. This is regardless of whether skip or patch policy is opted.
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-backup-troubleshoot.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,11 +171,11 @@ These error codes appear due to issues on the Backup Extension installed in the
171
171
172
172
**Recommended action**: To address this, we recommend increasing the compute values allocated to this pod. By doing so, it will be automatically provisioned on a different node within your AKS cluster with ample compute resources available.
173
173
174
-
The current value of compute for this pod is:
174
+
The current value of compute for this pod is:
175
175
176
176
resources.requests.cpu is 500m
177
177
resources.requests.memory is 128Mi
178
-
Kindly modify the memory allocation to 512Mi by updating the 'resources.requests.memory' parameter. If the issue persist, it is advisable to increase the 'resources.requests.cpu' parameter to 900m, post the memory allocation.You can increase the values for the parameters by following below steps:
178
+
Kindly modify the memory allocation to 512Mi by updating the 'resources.requests.memory' parameter. If the issue persists, it is advisable to increase the 'resources.requests.cpu' parameter to 900m, post the memory allocation.You can increase the values for the parameters by following below steps:
179
179
180
180
1. Navigate to the AKS cluster blade in the Azure portal.
181
181
2. Click on "Extensions+Applications" and select "azure-aks-backup" extension.
Copy file name to clipboardExpand all lines: articles/backup/azure-kubernetes-service-cluster-backup.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,23 +212,23 @@ To configure backups for AKS cluster:
212
212
213
213
### Backup configurations
214
214
215
-
Azure Backup for AKS allows you define the application boundary within AKS cluster that you want to backup. You can use the filters that are available within backup configuration to choose the resources to back up and also to run custom hooks. The defined backup configuration are referenced by the value for **Backup Instance Name**. You have below filters available to define your application boundary:
215
+
Azure Backup for AKS allows you define the application boundary within AKS cluster that you want to backup. You can use the filters that are available within backup configurations to choose the resources to back up and also to run custom hooks. The defined backup configuration are referenced by the value for **Backup Instance Name**. You have below filters available to define your application boundary:
216
216
217
217
1.**Select Namespaces to backup**, you can either select **All** to back up all existing and future namespaces in the cluster, or you can select **Choose from list** to select specific namespaces for backup.
218
218
219
-
:::image type="content" source="./media/tutorial-configure-backup-aks/backup-instance-name.png" alt-text="Screenshot that shows how to select namespaces to include in the backup." lightbox="./media/tutorial-configure-backup-aks/backup-instance-name.png":::
219
+
:::image type="content" source="./media/azure-kubernetes-service-cluster-backup/backup-instance-name.png" alt-text="Screenshot that shows how to select namespaces to include in the backup." lightbox="./media/azure-kubernetes-service-cluster-backup/backup-instance-name.png":::
220
220
221
221
2. Expand **Additional Resource Settings** to see filters that you can use to choose cluster resources to back up. You can choose to back up resources based on the following categories:
222
222
223
223
-**Labels**: You can filter AKS resources by using [labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) that you assign to types of resources. Enter labels in the form of key/value pairs. Combine multiple labels by using `AND` logic.
224
224
225
225
For example, if you enter the labels `env=prod;tier!=web`, the process selects resources that have a label with the `env` key and the `prod` value, and a label with the `tier` key for which the value isn't `web`.
226
226
227
-
-**API groups**: You can also include resources by providing the AKS API group and kind. For example, you can choose for backup AKS resources like Deployments. You can access the list of Kubernetes defined API Groups [here](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/)
227
+
-**API groups**: You can also include resources by providing the AKS API group and kind. For example, you can choose for backup AKS resources like Deployments. You can access the list of Kubernetes defined API Groups [here](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.30/).
228
228
229
229
-**Other options**: You can enable or disable backup for cluster-scoped resources, persistent volumes, and secrets. By default, cluster-scoped resources and persistent volumes are enabled
230
230
231
-
:::image type="content" source="./media/tutorial-configure-backup-aks/cluster-scope-resources.png" alt-text="Screenshot that shows the Additional Resource Settings pane." lightbox="./media/tutorial-configure-backup-aks/cluster-scope-resources.png":::
231
+
:::image type="content" source="./media/azure-kubernetes-service-cluster-backup/cluster-scope-resources.png" alt-text="Screenshot that shows the Additional Resource Settings pane." lightbox="./media/azure-kubernetes-service-cluster-backup/cluster-scope-resources.png":::
232
232
233
233
> [!NOTE]
234
234
> All these resource settings are combined and applied via `AND` logic.
0 commit comments