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/aks/planned-maintenance.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
@@ -172,7 +172,7 @@ az aks maintenanceconfiguration add --resource-group $RESOURCE_GROUP --cluster-n
172
172
173
173
1. In the Azure portal, go to your AKS cluster resource.
174
174
1. From the service menu, under **Settings**, select **Upgrades**.
175
-
1. Under **Upgrade** > **Automatic upgrade scheduler**, select **Add schedule**. For newer clusters, this option is labeled **Edit schedule**.
175
+
1. Under **Upgrade** > **Automatic upgrade scheduler**, select **Add schedule**.
176
176
177
177
:::image type="content" source="./media/planned-maintenance/add-schedule-portal.png" alt-text="Screenshot that shows the option to add a schedule in the Azure portal.":::
178
178
@@ -186,7 +186,7 @@ az aks maintenanceconfiguration add --resource-group $RESOURCE_GROUP --cluster-n
186
186
187
187
:::image type="content" source="./media/planned-maintenance/add-maintenance-schedule-portal.png" alt-text="Screenshot that shows the pane for adding a maintenance schedule in the Azure portal.":::
188
188
189
-
1. Select **Save** > **Apply**.
189
+
1. Select **Save**.
190
190
191
191
### [JSON file](#tab/json-file)
192
192
@@ -276,13 +276,13 @@ az aks maintenanceconfiguration update --resource-group $RESOURCE_GROUP --cluste
276
276
### [Azure portal](#tab/azure-portal)
277
277
278
278
1. In the Azure portal, navigate to your AKS cluster resource.
279
-
1. From the service menu, under **Settings**, select **Cluster configuration**.
279
+
1. From the service menu, under **Settings**, select **Upgrades**.
280
280
1. Under **Upgrade** > **Automatic upgrade scheduler**, select **Edit schedule**.
281
281
282
282
:::image type="content" source="./media/planned-maintenance/edit-schedule-portal.png" alt-text="Screenshot that shows the option for editing a schedule in the Azure portal.":::
283
283
284
284
1. On the **Edit maintenance schedule** pane, update the maintenance window settings as needed.
0 commit comments