Skip to content

Commit ce23e8b

Browse files
fleet update orchestration enhancements
1 parent 6b02eb4 commit ce23e8b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/kubernetes-fleet/update-orchestration.md

Lines changed: 7 additions & 7 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. For more information about how update runs handle member clusters that have been configured with planned maintenance windows, see [Planned maintenance across multiple member clusters](./concepts-update-orchestration.md#planned-maintenance).
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.
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 the above created update run:
107+
Run the following command to start any of these update runs:
108108
109109
```azurecli-interactive
110110
az fleet updaterun start --resource-group $GROUP --fleet-name $FLEET --name <run-name>
@@ -166,13 +166,13 @@ az fleet member update --resource-group $GROUP --fleet-name $FLEET --name member
166166

167167
### Define an update run and stages
168168

169-
You can define an update run using update stages in order to sequentially order the application of updates to different update groups. For example, a first update stage might update test environment member clusters, and a second update stage would then subsequently update production environment member clusters. You can also specify a wait time between the update stages.
169+
You can define an update run using update stages in order to sequentially order the application of updates to different update groups. For example, a first update stage might update test environment member clusters, and a second update stage would then update production environment member clusters. You can also specify a wait time between the update stages.
170170

171171
#### [Azure portal](#tab/azure-portal)
172172

173173
1. On the page for your Azure Kubernetes Fleet Manager resource, navigate to **Multi-cluster update**. Under the **Runs** tab, select **Create**.
174174

175-
1. Provide a name for your update run and then select 'Stages'.
175+
1. Provide a name for your update run and then select 'Stages' for update sequence type.
176176

177177
:::image type="content" source="./media/update-orchestration/update-run-stages-inline.png" alt-text="Screenshot of the Azure portal page for choosing stages mode within update run." lightbox="./media/update-orchestration/update-run-stages-lightbox.png":::
178178

@@ -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 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. [Refer to update strategy creation and usage](#create-an-update-run-using-update-strategies) for more information.
203203
204204
1. In the **Multi-cluster update** menu, choose the update run and select **Start**.
205205
@@ -268,7 +268,7 @@ You can define an update run using update stages in order to sequentially order
268268
269269
### Create an update run using update strategies
270270
271-
Creating an update run required the stages, groups, and their order to be specified each time. Update strategies simplify this by allowing you to store templates for update runs.
271+
Creating an update run required the stages, groups, and their order to be specified each time. Update strategies simplify this process by allowing you to store templates for update runs.
272272
273273
> [!NOTE]
274274
> It is possible to create multiple update runs with unique names from the same update strategy.
@@ -320,7 +320,7 @@ There are a few options to manage update runs:
320320
321321
- Within any update run in **Not Started**, **Failed**, or **Running** state, you can select any **Stage** and **Skip** the upgrade.
322322
323-
:::image type="content" source="./media/update-orchestration/skip-stage.png" alt-text="A screenshot of the Azure portal shwowing how to skip upgrade for a specific stage in an update run." lightbox="./media/update-orchestration/skip-stage.png":::
323+
:::image type="content" source="./media/update-orchestration/skip-stage.png" alt-text="A screenshot of the Azure portal showing how to skip upgrade for a specific stage in an update run." lightbox="./media/update-orchestration/skip-stage.png":::
324324
325325
You can similarly skip the upgrade at the update group or member cluster level too.
326326

0 commit comments

Comments
 (0)