glog.Errorf("Failed to add master ingress UID annotation (%q = %q) from master cluster %q to cluster %q, will try again later: %v",uidAnnotationKey,masterUID,masterCluster.Name,cluster.Name,err)
glog.Errorf("Failed to add master ingress UID annotation (%q = %q) from master cluster %q to cluster %q, will try again later: %v",uidAnnotationKey,masterUID,masterCluster.Name,cluster.Name,err)
glog.V(2).Infof("No master cluster found to source an ingress UID from for cluster %q. Attempting to elect new master cluster %q with ingress UID %q = %q",cluster.Name,cluster.Name,uidAnnotationKey,fallbackUID)
glog.V(2).Infof("No master cluster found to source an ingress UID from for cluster %q. Attempting to elect new master cluster %q with ingress UID %q = %q",cluster.Name,cluster.Name,uidAnnotationKey,fallbackUID)
glog.Errorf("Failed to add ingress UID annotation (%q = %q) to cluster %q. No master elected. Will try again later: %v",uidAnnotationKey,fallbackUID,cluster.Name,err)
glog.Errorf("Failed to add ingress UID annotation (%q = %q) to cluster %q. No master elected. Will try again later: %v",uidAnnotationKey,fallbackUID,cluster.Name,err)