mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	Review Comments
This commit is contained in:
		@@ -268,7 +268,6 @@ func SetNewReplicaSetAnnotations(deployment *extensions.Deployment, newRS *exten
 | 
			
		||||
		glog.Warningf("Updating replica set revision NewRevision not int %s", err)
 | 
			
		||||
		return false
 | 
			
		||||
	}
 | 
			
		||||
	glog.Warningf("OldRevision=%d Newrevsion=%d\n", oldRevisionInt, newRevisionInt)
 | 
			
		||||
	if oldRevisionInt < newRevisionInt {
 | 
			
		||||
		newRS.Annotations[RevisionAnnotation] = newRevision
 | 
			
		||||
		annotationChanged = true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user