Relocating an ApplicationSet-based application between managed clusters
Relocate an application to its preferred location when all managed clusters are available.
Before you begin
- If your setup has active and passive RHACM hub clusters, see Hub recovery using Red Hat Advanced Cluster Management.
- When primary cluster is in a state other than Ready, check the actual
status of the cluster as it might take some time to update. Relocate can only be performed when both
primary and preferred clusters are up and running.
- Navigate to tab.
- Check the status of both the managed clusters individually before performing a relocate operation.
- Perform relocate when
lastGroupSyncTime
is within the replication interval (for example, 5 minutes) when compared to current time. This is recommended to minimize the Recovery Time Objective (RTO) for any single application.Run this command on the Hub Cluster:oc get drpc -o yaml -A | grep lastGroupSyncTime
Example output:
[...] lastGroupSyncTime: "2023-07-10T12:40:10Z"
Compare the output time (UTC) to current time to validate that all
lastGroupSyncTime
values are within their application replication interval. If not, wait to Relocate until this is true for alllastGroupSyncTime
values.