Skip to content

Commit 8a22355

Browse files
committed
edit pass: planned-maintenance
1 parent ee01ced commit 8a22355

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/aks/planned-maintenance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The `default` option is meant exclusively for AKS weekly releases. You can switc
5050
## Create a maintenance window
5151

5252
> [!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.
5454
5555
Planned maintenance windows are specified in Coordinated Universal Time (UTC).
5656

@@ -165,7 +165,7 @@ az aks maintenanceconfiguration add --resource-group myResourceGroup --cluster-n
165165
* **Frequency**: Select the day of the week for the maintenance window. We recommend selecting **Sunday**.
166166
* **Maintenance start date**: Select the start date for the maintenance window.
167167
* **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**.
169169

170170
:::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.":::
171171

@@ -402,17 +402,17 @@ az aks maintenanceconfiguration delete --resource-group myResourceGroup --cluste
402402

403403
* How can I tell if a maintenance event occurred?
404404

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].
406406

407407
AKS also emits upgrade-related Azure Event Grid events. To learn more, see [AKS as an Event Grid source][aks-eventgrid].
408408

409409
* Can I use more than one maintenance configuration at the same time?
410410

411411
Yes, you can run all three configurations simultaneously: `default`, `aksManagedAutoUpgradeSchedule`, and `aksManagedNodeOSUpgradeSchedule`. If the windows overlap, AKS decides the running order.
412412

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?
414414

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.
416416

417417
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.
418418

0 commit comments

Comments
 (0)