Skip to content

Commit 19f1e9c

Browse files
committed
acrolinx
1 parent 185a9a2 commit 19f1e9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/planned-maintenance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ author: qpetraroia
1111

1212
# Use Planned Maintenance to schedule and control upgrades for your Azure Kubernetes Service (AKS) cluster (preview)
1313

14-
Your AKS cluster has regular maintenance performed on it automatically. By default, this work can happen at any time. Planned Maintenance allows you to schedule weekly maintenance windows to perform updates and minimize workload impact. Once scheduled, maintenance will occur only during the window you selected.
14+
Your AKS cluster has regular maintenance performed on it automatically. By default, this work can happen at any time. Planned Maintenance allows you to schedule weekly maintenance windows to perform updates and minimize workload impact. Once scheduled, upgrades occur only during the window you selected.
1515

1616
There are currently two available configuration types: `default` and `aksManagedAutoUpgradeSchedule`:
1717

18-
- `default` corresponds to a basic configuration that will update your control plane and your kube-system pods on a virtual machine scale sets instance. It is a legacy configuration that is mostly suitable for basic scheduling of [weekly releases][release-tracker]. Another way of accomplishing this using pre-configured windows is detailed at [use Planned Maintenance to schedule weekly releases][pm-weekly]
18+
- `default` corresponds to a basic configuration that updates your control plane and your kube-system pods on a virtual machine scale sets instance. It is a legacy configuration that is mostly suitable for basic scheduling of [weekly releases][release-tracker]. Another way of accomplishing this behavior, using pre-configured windows, is detailed at [use Planned Maintenance to schedule weekly releases][pm-weekly]
1919

2020
- `aksManagedAutoUpgradeSchedule` is a more complex configuration that controls when upgrades scheduled by your designated auto-upgrade channel are performed. More finely controlled cadence and recurrence settings are possible. For more information on cluster auto-upgrade, see [Automatically an Azure Kubernetes Service (AKS) cluster][aks-upgrade].
2121

@@ -70,7 +70,7 @@ An `aksManagedAutoUpgradeSchedule` has the following properties:
7070
|Name|Description|Default value|
7171
|--|--|--|
7272
|`utcOffset`|Used to determine the timezone for cluster maintenance|`+00:00`|
73-
|`startDate`|The date on which the maintenance window will begin to take effect|The current date at creation time|
73+
|`startDate`|The date on which the maintenance window begins to take effect|The current date at creation time|
7474
|`startTime`|The time for maintenance to begin, based on the timezone determined by `utcOffset`|N/A|
7575
|`schedule`|Used to determine frequency. Three types are available: `Weekly`, `AbsoluteMonthly`, and `RelativeMonthly`|N/A|
7676
|`intervalWeeks`|The interval in weeks for maintenance runs|N/A|

0 commit comments

Comments
 (0)