Skip to content

Commit 88e57f1

Browse files
author
Kaarthikeyan Subramanian
committed
public maintenance
1 parent b93ddb2 commit 88e57f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/aks/aks-planned-maintenance-weekly-releases.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ When using Planned Maintenance, the following restrictions apply:
3030

3131

3232

33-
## Available Pre-created Public Maintenance configurations for you to pick
33+
## Available pre-created public maintenance configurations for you to pick
3434

35-
There are 2 general kinds of pre-created Public Maintenance configurations:
35+
There are 2 general kinds of pre-created public maintenance configurations:
3636

3737
- For Weekday (Monday, Tuesday, Wednesday, Thursday), from 10 pm to 6 am next morning.
3838
- For Weekend (Friday, Saturday, Sunday), from 10 pm to 6 am next morning.
3939

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`.
4141

4242
|Configuration name| Time zone|
4343
|--|--|
@@ -49,9 +49,9 @@ For a list of pre-created Public Maintenance configurations on the weekday sched
4949
|...|...|
5050
|aks-mrp-cfg-weekday_utc-12|UTC-12|
5151

52-
## Assign a Public Maintenance configuration to an AKS Cluster
52+
## Assign a public maintenance configuration to an AKS Cluster
5353

54-
Find the Public Maintenance configuration ID by name:
54+
Find the public maintenance configuration ID by name:
5555
```azurecli-interactive
5656
az maintenance public-configuration show --resource-name "aks-mrp-cfg-weekday_utc8"
5757
```
@@ -81,7 +81,7 @@ The output should look like the below example. Be sure to take note of the `id`
8181
}
8282
```
8383

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:
8585
```azurecli-interactive
8686
az maintenance assignment create --maintenance-configuration-id "/subscriptions/0159df5c-b605-45a9-9876-36e17d5286e0/providers/Microsoft.Maintenance/publicMaintenanceConfigurations/aks-mrp-cfg-weekday_utc8" --name assignmentName --provider-name "Microsoft.ContainerService" --resource-group myResourceGroup --resource-name myAKSCluster --resource-type "managedClusters"
8787
```

0 commit comments

Comments
 (0)