TCA: 3.2
TCP: 5.0
The destination management cluster may not be fully healthy or the underlying infrastructure may contain some errors that the destination management cluster cannot fully accept the ownership of the workload cluster.
Search for the workload cluster custom resources on the source management cluster:
kubectl get tkc,tkcp,tknp,tka -n <WORKLOAD_CLUSTER_NAME>
If the custom resources are no longer present on the source management cluster, the rehome job completed successfully but other issues on the target management cluster are prohibiting the task form completing.
On the target management cluster, check the status of the workload cluster custom resources:
kubectl get tkc,tkcp,tknp,tka -n <WORKLOAD_CLUSTER_NAME>
Identify any custom resources that are not in a Provisioned status and inspect for errors:
kubectl get <KIND> <NAME> -n <WORKLOAD_CLUSTER_NAME> -o yaml
Resolve any errors that were identified within the respective yaml file and confirm the cluster is in a Provisioned state. This will allow the rehome task to complete.
If the errors are unclear or cannot be resolved directly, collect support bundles from both the source and target management clusters and Contact Broadcom support.