mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Modify the wrong comment for controller_util.go
This commit is contained in:
		@@ -833,7 +833,7 @@ func (s ActivePodsWithRanks) Less(i, j int) bool {
 | 
			
		||||
		return !podutil.IsPodReady(s.Pods[i])
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	// 4. higher pod-deletion-cost < lower pod-deletion cost
 | 
			
		||||
	// 4. lower pod-deletion-cost < higher pod-deletion cost
 | 
			
		||||
	if utilfeature.DefaultFeatureGate.Enabled(features.PodDeletionCost) {
 | 
			
		||||
		pi, _ := helper.GetDeletionCostFromPodAnnotations(s.Pods[i].Annotations)
 | 
			
		||||
		pj, _ := helper.GetDeletionCostFromPodAnnotations(s.Pods[j].Annotations)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user