glog.V(4).Infof("No annotation %q exists on ingress %q in federation and waiting for ingress in cluster %s. Not queueing create operation for ingress until annotation exists",staticIPNameKeyWritable,ingress,firstClusterName)
@@ -674,7 +669,6 @@ func (s *ServiceController) getOperationsToPerformOnCluster(cluster *v1beta1.Clu
// Update existing service, if needed.
if!Equivalent(desiredService,clusterService){
glog.V(4).Infof("Service in underlying cluster %s does not match, Desired: %+v, Existing: %+v",cluster.Name,desiredService,clusterService)
s.eventRecorder.Eventf(fedService,api.EventTypeNormal,"UpdateInCluster","Updating service in cluster %s. Desired: %+v\n Actual: %+v\n",cluster.Name,desiredService,clusterService)
// ResourceVersion of cluster service can be different from federated service,
// so do not update ResourceVersion while updating cluster service
...
...
@@ -684,6 +678,7 @@ func (s *ServiceController) getOperationsToPerformOnCluster(cluster *v1beta1.Clu
Type:fedutil.OperationTypeUpdate,
Obj:desiredService,
ClusterName:cluster.Name,
Key:key,
}
}else{
glog.V(5).Infof("Service in underlying cluster %s is up to date: %+v",cluster.Name,desiredService)