Skip to content

Commit b9b2c30

Browse files
authored
Update faq.md
1 parent 55614e5 commit b9b2c30

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

articles/kubernetes-fleet/faq.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ 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-
```bash
50+
51+
```azurecli
5152
az fleet member create \
5253
--resource-group ${GROUP} \
5354
--fleet-name ${FLEET} \
5455
--name ${MEMBER_NAME} \
5556
--member-cluster-id ${MEMBER_CLUSTER_ID}
5657
```
58+
5759
## Roadmap
5860

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

0 commit comments

Comments
 (0)