Skip to content

Commit ef852c6

Browse files
Update articles/reliability/reliability-aks.md
Co-authored-by: Anastasia Harris <[email protected]>
1 parent 155ff96 commit ef852c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/reliability/reliability-aks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Strive to use stateless clusters that minimize the need for backup. Store data i
180180

181181
## Reliability during service maintenance
182182

183-
AKS performs maintenance on your cluster, including updates to the cluster and node images. Your pods should be configured to use pod disruption disruption budgets to ensure that sufficient capacity is available even during upgrades.
183+
AKS performs maintenance on your cluster, including updates to the cluster and node images. To ensure that sufficient capacity is available even during upgrades, you should configure your pods to use pod disruption budgets.
184184

185-
AKS provides controls for you to specify the times at which you want planned maintenance to occur. This helps you to reduce service disruptions during critical time periods.
185+
To reduce service disruptions during critical time periods, AKS provides controls so that you can specify planned maintenance times.
186186

187187
To learn more, see [Use planned maintenance to schedule and control upgrades for your Azure Kubernetes Service cluster](/azure/aks/planned-maintenance).
188188

0 commit comments

Comments
 (0)