Skip to content

Commit 31ba1ca

Browse files
authored
Merge pull request #5341 from willie-yao/update-fleet-docs
Add note for fleetsMember reference in ASOManagedCluster
2 parents 87feabd + 22b719e commit 31ba1ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/book/src/managed/managedcluster.md

+8
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,14 @@ The `managerName` and `managerResourceGroup` fields are the name and resource gr
306306

307307
When the `fleetMember` field is included, CAPZ will create an AKS fleet member resource which will join the CAPZ cluster to the AKS fleet. The AKS fleet member resource will be created in the same resource group as the CAPZ cluster.
308308

309+
<aside class="note">
310+
311+
<h1> Note </h1>
312+
313+
When attempting to create a cluster using `AzureASOManagedControlPlane` and adding it to an AKS fleet, the fleet manager should be referenced by the `armId` field in the ASO owner reference. See [#5333](https://github.com/kubernetes-sigs/cluster-api-provider-azure/issues/5333#issuecomment-2539303793) for more information.
314+
315+
</aside>
316+
309317
### AKS Extensions
310318

311319
CAPZ supports enabling AKS extensions on your managed AKS clusters. Cluster extensions provide an Azure Resource Manager driven experience for installation and lifecycle management of services like Azure Machine Learning or Kubernetes applications on an AKS cluster. For more documentation on AKS extensions, refer [AKS Docs](https://learn.microsoft.com/azure/aks/cluster-extensions).

0 commit comments

Comments
 (0)