Skip to content

Commit 01ec259

Browse files
update orchestration enhancements
1 parent 5a329bf commit 01ec259

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
30.8 KB
Loading
36.7 KB
Loading

articles/kubernetes-fleet/update-orchestration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Platform admins managing Kubernetes fleets with large number of clusters often h
5252
Update run supports two options for the sequence in which the clusters are upgraded:
5353
5454
- **One-by-one**: If you don't care about controlling the sequence in which the clusters are upgraded, `one-by-one` provides a simple approach to upgrade all member clusters of the fleet in sequence one-by-one
55-
- **Control sequence of clusters using update groups and stages** - If you want to control the sequence in which the clusters are upgraded, you can structure member clusters in update groups and update stages. Further, this sequence can be stored as a template in the form of update strategy. Update runs can later be created from update strategies instead of defining the sequence every time one needs to create an update run based on stages.
55+
- **Control sequence of clusters using update groups and stages** - If you want to control the sequence in which the clusters are upgraded, you can structure member clusters in update groups and update stages. Further,x this sequence can be stored as a template in the form of update strategy. Update runs can later be created from update strategies instead of defining the sequence every time one needs to create an update run based on stages.
5656

5757
## Update all clusters one by one
5858

@@ -318,11 +318,11 @@ There are a few options to manage update runs:
318318
319319
- Under **Multi-cluster update** tab of the fleet resource, you can **Start** an update run that is either in **Not started** or **Failed** state.
320320
321-
:::image type="content" source="./media/update-orchestration/run-start.png" alt-text="A screenshot of the Azure portal showing how to start an update run in the 'Not started' state" lightbox="./media/update-orchestration/run-start.png":::
321+
:::image type="content" source="./media/update-orchestration/run-start.png" alt-text="A screenshot of the Azure portal showing how to start an update run in the 'Not started' state." lightbox="./media/update-orchestration/run-start.png":::
322322
323323
- Under **Multi-cluster update** tab of the fleet resource, you can **Stop** a currently **Running** update run.
324324
325-
:::image type="content" source="./media/update-orchestration/run-stop.png" alt-text="A screenshot of the Azure portal showing how to stop an update run in the 'Running' state" lightbox="./media/update-orchestration/run-stop.png":::
325+
:::image type="content" source="./media/update-orchestration/run-stop.png" alt-text="A screenshot of the Azure portal showing how to stop an update run in the 'Running' state." lightbox="./media/update-orchestration/run-stop.png":::
326326
327327
- Within any update run in **Not Started**, **Failed**, or **Running** state, you can select any **Stage** and **Skip** the upgrade.
328328

0 commit comments

Comments
 (0)