Skip to content

Commit 63cf9e3

Browse files
fleet update orchestration doc updates
1 parent 05e1c55 commit 63cf9e3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

articles/kubernetes-fleet/concepts-update-orchestration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ Platform admins managing large number of clusters often have problems with stagi
2121
* **Update group**: Each update stage contains one or more update groups, which are used to select the member clusters to be updated. Update groups are also used to order the application of updates to member clusters. Within an update stage, updates are applied to all the different update groups in parallel; within an update group, member clusters update sequentially. Each member cluster of the fleet can only be a part of one update group.
2222
* **Update strategy**: An update strategy describes the update sequence with stages and groups. You can reuse a strategy in your update runs instead of defining the sequence repeatedly in each run.
2323

24-
Currently, the supported update operations on the cluster are upgrades. There are two types of upgrades you can choose from:
24+
Currently, the supported update operations on the cluster are upgrades. There are three types of upgrades you can choose from:
2525

2626
- Upgrade Kubernetes versions for the Kubernetes control plane and the nodes (which includes upgrading the node images).
27+
- Upgrade Kubernetes versions for only the control planes of the clusters
2728
- Upgrade only the node images.
2829

2930
You can specify the target Kubernetes version to upgrade to, but you can't specify the exact target node image versions as the latest available node image versions may vary depending on the region of the cluster (check [release tracker](../aks/release-tracker.md) for more information).

articles/kubernetes-fleet/update-orchestration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Platform admins managing Kubernetes fleets with large number of clusters often h
5454
5555
1. On the page for your Azure Kubernetes Fleet Manager resource, go to the **Multi-cluster update** menu and select **Create**.
5656
57-
1. Choosing **One by one** would result in upgrading the member clusters present in the update run in a sequential manner one-by-one.
57+
1. Choosing **One by one** upgrades all member clusters of the fleet in sequence one-by-one.
5858
5959
:::image type="content" source="./media/update-orchestration/update-run-one-by-one.png" alt-text="Screenshot of the Azure portal pane for creating update runs that update clusters one by one in Azure Kubernetes Fleet Manager." lightbox="./media/update-orchestration/update-run-one-by-one.png":::
6060
@@ -97,7 +97,7 @@ When creating an update run, you have the ability to control the scope of the up
9797
- `Full` upgrades Kubernetes version for control plane and node pools along with the node images.
9898
- `NodeImageOnly` only upgrades the node images.
9999

100-
Also, the `--node-image-selection` flag supports choosing the behavior for the target node images used for upgrades in an update run
100+
Also, `--node-image-selection` flag supports the following values:
101101
- **Latest**: Updates every AKS cluster in the update run to the latest image available for that cluster in its region.
102102
- **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.
103103
@@ -254,7 +254,7 @@ You can define an update run using update stages in order to sequentially order
254254
- `Full` upgrades Kubernetes version for control plane and node pools along with the node images.
255255
- `NodeImageOnly` only upgrades the node images.
256256

257-
Also, the `--node-image-selection` flag supports choosing the behavior for the target node images used for upgrades in an update run
257+
Also, `--node-image-selection` flag supports the following values:
258258
- **Latest**: Updates every AKS cluster in the update run to the latest image available for that cluster in its region.
259259
- **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.
260260

0 commit comments

Comments
 (0)