Skip to content

Commit d107824

Browse files
committed
review fixes
1 parent f8d0cb8 commit d107824

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

articles/kubernetes-fleet/architectural-overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ Fleet supports joining the following types of existing AKS clusters as member cl
2525
* AKS clusters across different subscriptions of the same Microsoft Entra tenant
2626
* AKS clusters from different regions but within the same tenant
2727

28-
You can join up to 100 AKS clusters as member clusters to the same fleet resource.
28+
If you want to use fleet only for the update orchestration scenario, you can create a fleet resource without the hub cluster. The fleet resource is treated just as a grouping resource, and does not have its own data plane. This is the default behavior when creating a new fleet resource. In this case, you can join up to 100 AKS clusters as member clusters to the same fleet resource.
2929

30-
If you want to use fleet only for the update orchestration scenario, you can create a fleet resource without the hub cluster. The fleet resource is treated just as a grouping resource, and does not have its own data plane. This is the default behavior when creating a new fleet resource.
31-
32-
If you want to use fleet for Kubernetes object propagation (preview) and multi-cluster load balancing (preview) in addition to update orchestration, then you need to create the fleet resource with the hub cluster enabled.
30+
If you want to use fleet for Kubernetes object propagation (preview) and multi-cluster load balancing (preview) in addition to update orchestration, then you need to create the fleet resource with the hub cluster enabled. In this case, you can join up to 20 AKS clusters as member clusters to the same fleet resource.
3331

3432
Note that once a fleet resource has been created, it is not possible to change the hub mode for the fleet resource.
3533

articles/kubernetes-fleet/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Today, Azure Kubernetes Fleet Manager supports joining existing AKS clusters as
2727

2828
## Number of clusters
2929

30-
You can join up to 100 AKS clusters as member clusters to the same fleet resource.
30+
The number of member clusters that can be joined to the same fleet resource depends on whether the fleet resource has a hub cluster or not. Fleets without a hub cluster support joining up to 100 AKS clusters. Fleet resources with a hub cluster support joining up to 20 AKS clusters.
3131

3232
## AKS clusters that can be joined as members
3333

articles/kubernetes-fleet/overview.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ Azure Kubernetes Fleet Manager (Fleet) enables at-scale management of multiple A
2121

2222
* Orchestrate Kubernetes version and node image upgrades across multiple clusters by using update runs, stages, and groups.
2323

24-
* Create Kubernetes resource objects on the Fleet resource's hub cluster and control their propagation to all or a subset of all member clusters (preview).
24+
* Create Kubernetes resource objects on the Fleet resource's hub cluster and control their propagation to member clusters (preview).
2525

26-
* Export and import services between member clusters. Once successfully exported, a service and its endpoints are synced to the hub, and can be consumed by other member clusters (preview).
27-
28-
* Load balance incoming L4 traffic across service endpoints on multiple clusters (preview).
26+
* Export and import services between member clusters, and load balance incoming L4 traffic across service endpoints on multiple clusters (preview).
2927

3028
## Next steps
3129

0 commit comments

Comments
 (0)