"TcaClusterAddon: PreCheck failed" TcaClusterAddon="<cluster-name>/harbor""TcaClusterAddon: TcaKubernetesCluster:<cluster-name>/harbor not found, it is probably an addon""TcaClusterAddon: TcaKubeControlPlane is not ready, requeueing this reconcile"TCA: 3.3
TCP: 5.x
The Kubernetes reconciliation process responsible for deploying the cluster add-on becomes stalled. The kapp-controller or tca-kubecluster-operator pods fail to process the resource dependencies, preventing the control plane from advancing the provisioning phase.
To resolve this issue, force a restart of the operator pods to re-initiate the reconciliation loop.
kubectl delete pod -n tca-system -l app=kapp-controllerkubectl delete pod -n tca-system -l app=tca-kubecluster-operatorOnce the pods are running, the Harbor add-on will resume reconciliation and transition to a Ready/Configured state.