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/aks-planned-maintenance-weekly-releases.md
+11-20Lines changed: 11 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Use Planned Maintenance for your Azure Kubernetes Service (AKS) cluster weekly releases (preview)
3
3
titleSuffix: Azure Kubernetes Service
4
-
description: Learn how to use Planned Maintenance in Azure Kubernetes Service (AKS).
4
+
description: Learn how to use Planned Maintenance in Azure Kubernetes Service (AKS) for cluster weekly releases
5
5
services: container-service
6
6
ms.topic: article
7
7
ms.date: 09/16/2021
@@ -12,7 +12,7 @@ author: kaarthis
12
12
13
13
# Use Planned Maintenance to schedule maintenance windows for your Azure Kubernetes Service (AKS) cluster (preview) exclusively for weekly releases
14
14
15
-
Planned Maintenance allows you to schedule weekly maintenance windows that will ensure the weekly releases [releases] are controlled within a maintenance window of your choosing. Maintenance Windows are configured using the Azure CLI and basically you get to choose or assign one from a set of preavailable configurations.
15
+
Planned Maintenance allows you to schedule weekly maintenance windows that will ensure the weekly releases [releases] are controlled. Maintenance Windows are configured using the Azure CLI, allowing you to select from a set of pre-available configurations.
16
16
17
17
## Before you begin
18
18
@@ -28,24 +28,14 @@ When using Planned Maintenance, the following restrictions apply:
28
28
- Currently, performing maintenance operations are considered *best-effort only* and are not guaranteed to occur within a specified window.
29
29
- Updates cannot be blocked for more than seven days.
30
30
31
-
### Install aks-preview CLI extension
32
31
33
-
You also need the *aks-preview* Azure CLI extension version 0.5.4 or later. Install the *aks-preview* Azure CLI extension by using the [az extension add][az-extension-add] command. Or install any available updates by using the [az extension update][az-extension-update] command.
34
-
35
-
```azurecli-interactive
36
-
# Install the aks-preview extension
37
-
az extension add --name aks-preview
38
-
39
-
# Update the extension to make sure you have the latest version installed
40
-
az extension update --name aks-preview
41
-
```
42
32
43
33
## Available Pre-created Public Maintenance Configuration for you to pick
44
34
45
35
There are 2 general kinds of pre-created public maintenance configurations:
46
36
47
-
For Weekday (Monday, Tuesday, Wednesday, Thursday), from 10 pm to 6 am next morning.
48
-
For Weekend (Friday, Saturday, Sunday), from 10 pm to 6 am next morning.
37
+
-For Weekday (Monday, Tuesday, Wednesday, Thursday), from 10 pm to 6 am next morning.
38
+
-For Weekend (Friday, Saturday, Sunday), from 10 pm to 6 am next morning.
49
39
List of pre-created Public Maintenance Configurations, Prod Region, Weekday Schedule (change the 'weekday' in the configuration name to 'weekend' for Weekend Schedule)
0 commit comments