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/kubernetes-fleet/update-orchestration.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Platform admins managing Kubernetes fleets with large number of clusters often h
46
46
```
47
47
48
48
> [!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.
50
50
51
51
## Update all clusters one by one
52
52
@@ -104,7 +104,7 @@ Also, the `--node-image-selection` flag supports choosing the behavior for the t
104
104
105
105
**Starting an update run**:
106
106
107
-
Run the following command to start any of these update runs:
107
+
Run the following command to start update runs:
108
108
109
109
```azurecli-interactive
110
110
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
199
199
- **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.
200
200
201
201
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).
203
203
204
204
1. In the **Multi-cluster update** menu, choose the update run and select **Start**.
205
205
@@ -324,7 +324,7 @@ There are a few options to manage update runs:
324
324
325
325
You can similarly skip the upgrade at the update group or member cluster level too.
326
326
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.
328
328
329
329
#### [Azure CLI](#tab/cli)
330
330
@@ -346,7 +346,7 @@ There are a few options to manage update runs:
[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.
0 commit comments