mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 05:40:42 +00:00 
			
		
		
		
	Add a log to help debug #31981
This commit is contained in:
		| @@ -3367,7 +3367,7 @@ func DeleteRCAndWaitForGC(c *client.Client, ns, name string) error { | ||||
| 	if rc.Spec.Replicas < 5000 { | ||||
| 		timeout = 10 * time.Minute | ||||
| 	} else { | ||||
| 		timeout = time.Duration(rc.Spec.Replicas / gcThroughput) * time.Second | ||||
| 		timeout = time.Duration(rc.Spec.Replicas/gcThroughput) * time.Second | ||||
| 	} | ||||
| 	err = waitForPodsInactive(ps, interval, timeout) | ||||
| 	if err != nil { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user