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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ The `default` option is meant exclusively for AKS weekly releases. You can switc
50
50
## Create a maintenance window
51
51
52
52
> [!NOTE]
53
-
> When you're using automatic upgrade, to ensure proper functionality, use a maintenance window with a duration of four hours or more.
53
+
> When you're using automatic upgrades, to ensure proper functionality, use a maintenance window with a duration of four hours or more.
54
54
55
55
Planned maintenance windows are specified in Coordinated Universal Time (UTC).
56
56
@@ -165,7 +165,7 @@ az aks maintenanceconfiguration add --resource-group myResourceGroup --cluster-n
165
165
***Frequency**: Select the day of the week for the maintenance window. We recommend selecting **Sunday**.
166
166
***Maintenance start date**: Select the start date for the maintenance window.
167
167
***Maintenance start time**: Select the start time for the maintenance window.
168
-
***UTC offset**: Select the UTC offset for the maintenance window. If you don't specify an offset, the default is **+00:00**.
168
+
***UTC offset**: Select the UTC offset for the maintenance window. The default is **+00:00**.
169
169
170
170
:::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.":::
171
171
@@ -402,17 +402,17 @@ az aks maintenanceconfiguration delete --resource-group myResourceGroup --cluste
402
402
403
403
* How can I tell if a maintenance event occurred?
404
404
405
-
For releases, check your cluster's region and look up release information in [weekly releases][release-tracker] to see if it matches your maintenance schedule. To view the status of your automatic upgrades, look up [activity logs][monitor-aks] on your cluster. You can also look up specific upgrade-related events, as mentioned in [Upgrade an AKS cluster][aks-upgrade].
405
+
For releases, check your cluster's region and look up information in [weekly releases][release-tracker] to see if it matches your maintenance schedule. To view the status of your automatic upgrades, look up [activity logs][monitor-aks] on your cluster. You can also look up specific upgrade-related events, as mentioned in [Upgrade an AKS cluster][aks-upgrade].
406
406
407
407
AKS also emits upgrade-related Azure Event Grid events. To learn more, see [AKS as an Event Grid source][aks-eventgrid].
408
408
409
409
* Can I use more than one maintenance configuration at the same time?
410
410
411
411
Yes, you can run all three configurations simultaneously: `default`, `aksManagedAutoUpgradeSchedule`, and `aksManagedNodeOSUpgradeSchedule`. If the windows overlap, AKS decides the running order.
412
412
413
-
* I configured a maintenance window, but upgrade didn't happen - why?
413
+
* I configured a maintenance window, but the upgrade didn't happen. Why?
414
414
415
-
AKS automatic upgrade needs a certain amount of time to take the maintenance window into consideration. We recommend at least 24 hours between the creation or update of a maintenance configuration and the scheduled start time.
415
+
An AKS automatic upgrade needs a certain amount of time to take the maintenance window into consideration. We recommend at least 24 hours between the creation or update of a maintenance configuration and the scheduled start time.
416
416
417
417
Also, ensure that your cluster is started when the planned maintenance window starts. If the cluster is stopped, its control plane is deallocated and no operations can be performed.
0 commit comments