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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,14 @@ When using Planned Maintenance, the following restrictions apply:
30
30
31
31
32
32
33
-
## Available Pre-created Public Maintenance configurations for you to pick
33
+
## Available pre-created public maintenance configurations for you to pick
34
34
35
-
There are 2 general kinds of pre-created Public Maintenance configurations:
35
+
There are 2 general kinds of pre-created public maintenance configurations:
36
36
37
37
- For Weekday (Monday, Tuesday, Wednesday, Thursday), from 10 pm to 6 am next morning.
38
38
- For Weekend (Friday, Saturday, Sunday), from 10 pm to 6 am next morning.
39
39
40
-
For a list of pre-created Public Maintenance configurations on the weekday schedule, see below. For weekend schedules, replace `weekday` with `weekend`.
40
+
For a list of pre-created public maintenance configurations on the weekday schedule, see below. For weekend schedules, replace `weekday` with `weekend`.
41
41
42
42
|Configuration name| Time zone|
43
43
|--|--|
@@ -49,9 +49,9 @@ For a list of pre-created Public Maintenance configurations on the weekday sched
49
49
|...|...|
50
50
|aks-mrp-cfg-weekday_utc-12|UTC-12|
51
51
52
-
## Assign a Public Maintenance configuration to an AKS Cluster
52
+
## Assign a public maintenance configuration to an AKS Cluster
53
53
54
-
Find the Public Maintenance configuration ID by name:
54
+
Find the public maintenance configuration ID by name:
55
55
```azurecli-interactive
56
56
az maintenance public-configuration show --resource-name "aks-mrp-cfg-weekday_utc8"
57
57
```
@@ -81,7 +81,7 @@ The output should look like the below example. Be sure to take note of the `id`
81
81
}
82
82
```
83
83
84
-
Next, assign the Public Maintenance configuration to your AKS cluster using the ID:
84
+
Next, assign the public maintenance configuration to your AKS cluster using the ID:
0 commit comments