Skip to content

Commit b1e8376

Browse files
authored
Update faq.md
add FAQ for when the cluster identity changes
1 parent bd05bf9 commit b1e8376

File tree

1 file changed

+6
-0
lines changed
  • articles/kubernetes-fleet

1 file changed

+6
-0
lines changed

articles/kubernetes-fleet/faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ The current preview of Azure Kubernetes Fleet Manager resource supports joining
4545

4646
Azure Kubernetes Fleet Manager resource is a regional resource. Support for region failover for disaster recovery use cases is in the [roadmap](https://aka.ms/fleet/roadmap).
4747

48+
## What happens when the user changes the cluster identity of a joined cluster?
49+
The member agent will automatically pick up the new identity and communicate with the hub using the new token. \
50+
However, the fleet hub is unaware of the new identity, and needs to be reconfigured to authorize the member. \
51+
You can join the member cluster to the fleet again by performing a PutMember operation to notify the fleet hub to pick up the new identity. \
52+
If using Azure CLI, you can run "az fleet member create".
53+
4854
## Roadmap
4955

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

0 commit comments

Comments
 (0)