Skip to content

Commit 474c335

Browse files
fleet update orchestration enhancements
1 parent ce23e8b commit 474c335

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/kubernetes-fleet/update-orchestration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Platform admins managing Kubernetes fleets with large number of clusters often h
4646
```
4747
4848
> [!NOTE]
49-
> Update runs honor [planned maintenance windows](../aks/planned-maintenance.md) that you set at the AKS cluster level. Refer to [planned maintenance across multiple member clusters](./concepts-update-orchestration.md#planned-maintenance) for more information about how update runs handle member clusters that have been configured with planned maintenance windows.
49+
> Update runs honor [planned maintenance windows](../aks/planned-maintenance.md) that you set at the AKS cluster level. For more information, see [planned maintenance across multiple member clusters](./concepts-update-orchestration.md#planned-maintenance) which explains how update runs handle member clusters that have been configured with planned maintenance windows.
5050
5151
## Update all clusters one by one
5252
@@ -104,7 +104,7 @@ Also, the `--node-image-selection` flag supports choosing the behavior for the t
104104
105105
**Starting an update run**:
106106
107-
Run the following command to start any of these update runs:
107+
Run the following command to start update runs:
108108
109109
```azurecli-interactive
110110
az fleet updaterun start --resource-group $GROUP --fleet-name $FLEET --name <run-name>
@@ -199,7 +199,7 @@ You can define an update run using update stages in order to sequentially order
199199
- **Consistent**: As it's possible for an update run to have AKS clusters across multiple regions where the latest available node images can be different (check [release tracker](../aks/release-tracker.md) for more information). The update run picks the **latest common** image across all these regions to achieve consistency.
200200
201201
202-
1. Click on **Create** at the bottom of the page to create the update run. Specifying stages and their order every time when creating an update run can get repetitive and cumbersome. Update strategies simplify this process by allowing you to store templates for update runs. [Refer to update strategy creation and usage](#create-an-update-run-using-update-strategies) for more information.
202+
1. Click on **Create** at the bottom of the page to create the update run. Specifying stages and their order every time when creating an update run can get repetitive and cumbersome. Update strategies simplify this process by allowing you to store templates for update runs. For more information, see [update strategy creation and usage](#create-an-update-run-using-update-strategies).
203203
204204
1. In the **Multi-cluster update** menu, choose the update run and select **Start**.
205205
@@ -324,7 +324,7 @@ There are a few options to manage update runs:
324324
325325
You can similarly skip the upgrade at the update group or member cluster level too.
326326
327-
[Refer to conceptual overview on the update run states and skip behavior](concepts-update-orchestration.md#update-run-states) on runs/stages/groups for more information.
327+
For more information, see [conceptual overview on the update run states and skip behavior](concepts-update-orchestration.md#update-run-states) on runs/stages/groups.
328328
329329
#### [Azure CLI](#tab/cli)
330330
@@ -346,7 +346,7 @@ There are a few options to manage update runs:
346346
az fleet updaterun skip --resource-group $GROUP --fleet-name $FLEET --name <run-name> --targets Group:my-group-name Stage:my-stage-name
347347
```
348348
349-
[Refer to conceptual overview on the update run states and skip behavior](concepts-update-orchestration.md#update-run-states) on runs/stages/groups for more information.
349+
For more information, see [conceptual overview on the update run states and skip behavior](concepts-update-orchestration.md#update-run-states) on runs/stages/groups.
350350
351351
---
352352

0 commit comments

Comments
 (0)