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
log.Info("Request already contains a reference to an existing cluster, nothing to do", "clusterName", cr.Status.Cluster.Name, "clusterNamespace", cr.Status.Cluster.Namespace)
log.Info("Referenced cluster does not exist, resetting request status to recreate it", "clusterName", existingCluster.Name, "clusterNamespace", existingCluster.Namespace)
161
+
rr.Object.Status.Cluster=nil
162
+
rr.Result.RequeueAfter=1
163
+
returnrr
164
+
}
165
+
} else {
166
+
log.Debug("Request status does not contain a cluster reference, checking for existing clusters with referencing finalizers")
141
167
}
142
-
log.Debug("Request status does not contain a cluster reference, checking for existing clusters with referencing finalizers")
0 commit comments