You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/kubernetes-fleet/faq.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@ The current preview of Azure Kubernetes Fleet Manager resource supports joining
45
45
46
46
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).
47
47
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
+
48
54
## Roadmap
49
55
50
56
The roadmap for Azure Kubernetes Fleet Manager resource is available [here](https://aka.ms/fleet/roadmap).
0 commit comments