Skip to content

Commit a0eba10

Browse files
fleet conceptual doc updates
1 parent 6189bab commit a0eba10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/kubernetes-fleet/concepts-fleet.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ You can join Azure Kubernetes Service (AKS) clusters to a fleet as member cluste
3232

3333
Certain scenarios of fleet such as update runs don't require a Kubernetes API and thus don't require a hub cluster. Fleet can be created without the hub cluster for such scenarios. In this mode, Fleet just acts as a grouping entity in Azure Resource Manager.
3434

35-
For other scenarios such as Kubernetes resource propagation, a hub cluster is required. This hub cluster is a special AKS cluster whose lifecycle (creation, upgrades, deletion) is managed by the fleet resource.
36-
35+
For other scenarios such as Kubernetes resource propagation, a hub cluster is required. This hub cluster is a special AKS cluster whose lifecycle (creation, upgrades, deletion) is managed by the fleet resource. Any Kubernetes objects provided to the hub cluster are only stored as configurations on this cluster. Pod creation is disabled on this locked down hub cluster. Thus Fleet doesn't allow running any user workloads on the hub cluster and instead only allows using hub cluster for storing configurations that need to be propagated to other clusters or configurations that control cross-cluster orchestration.
3736

3837
The following table lists the differences between a fleet without hub cluster and a fleet with hub cluster:
3938

@@ -53,7 +52,7 @@ Hub clusters are exempted from Azure policies to avoid undesirable policy effect
5352

5453
## Billing
5554

56-
The fleet resource is currently free of charge. If your fleet contains a hub cluster, the hub cluster is a standard tier AKS cluster created in the fleet subscription and paid by you.
55+
The fleet resource without hub cluster is currently free of charge. If your fleet contains a hub cluster, the hub cluster is a standard tier AKS cluster created in the fleet subscription and paid by you.
5756

5857
## FAQs
5958

0 commit comments

Comments
 (0)