Skip to content

Commit 55614e5

Browse files
authored
Update faq.md
give exact command
1 parent b95e7ed commit 55614e5

File tree

1 file changed

+7
-1
lines changed
  • articles/kubernetes-fleet

1 file changed

+7
-1
lines changed

articles/kubernetes-fleet/faq.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,13 @@ Azure Kubernetes Fleet Manager resource is a regional resource. Support for regi
4747

4848
## What happens when the user changes the cluster identity of a joined cluster?
4949
Changing the identity of a member AKS cluster will break the communication between fleet and that member cluster. While the member agent will use the new identity to communicate with the fleet cluster, fleet still needs to be made aware of this new identity. To achieve this, run the following command:
50-
50+
```bash
51+
az fleet member create \
52+
--resource-group ${GROUP} \
53+
--fleet-name ${FLEET} \
54+
--name ${MEMBER_NAME} \
55+
--member-cluster-id ${MEMBER_CLUSTER_ID}
56+
```
5157
## Roadmap
5258

5359
The roadmap for Azure Kubernetes Fleet Manager resource is available [here](https://aka.ms/fleet/roadmap).

0 commit comments

Comments
 (0)