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
+7-7Lines changed: 7 additions & 7 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. 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.
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 the above created update run:
107
+
Run the following command to start any of these update runs:
108
108
109
109
```azurecli-interactive
110
110
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
166
166
167
167
### Define an update run and stages
168
168
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 thensubsequently update production environment member clusters. You can also specify a waittime 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 waittime between the update stages.
170
170
171
171
#### [Azure portal](#tab/azure-portal)
172
172
173
173
1. On the page for your Azure Kubernetes Fleet Manager resource, navigate to **Multi-cluster update**. Under the **Runs** tab, select**Create**.
174
174
175
-
1. Provide a name for your update run and thenselect'Stages'.
175
+
1. Provide a name for your update run and thenselect'Stages'for update sequence type.
176
176
177
177
:::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":::
178
178
@@ -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 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.
203
203
204
204
1. In the **Multi-cluster update** menu, choose the update run and select **Start**.
205
205
@@ -268,7 +268,7 @@ You can define an update run using update stages in order to sequentially order
268
268
269
269
### Create an update run using update strategies
270
270
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.
272
272
273
273
> [!NOTE]
274
274
> 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:
320
320
321
321
- Within any update run in **Not Started**, **Failed**, or **Running** state, you can select any **Stage** and **Skip** the upgrade.
322
322
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":::
324
324
325
325
You can similarly skip the upgrade at the update group or member cluster level too.
0 commit comments