Skip to content

Commit 56165e6

Browse files
authored
Merge pull request #276924 from shashankbarsin/fleet-portal
fleet update orchestration enhancements
2 parents 1fda12e + 711d379 commit 56165e6

18 files changed

+137
-31
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).
195 KB
Loading
195 KB
Loading
19.3 KB
Loading
-152 KB
Loading
Binary file not shown.
Binary file not shown.
81.9 KB
Loading
103 KB
Loading
132 KB
Loading

0 commit comments

Comments
 (0)