mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 10:18:13 +00:00 
			
		
		
		
	 a4f6cae9c9
			
		
	
	a4f6cae9c9
	
	
	
		
			
			Automatic merge from submit-queue validate activeDeadlineSeconds in rs/rc **What this PR does / why we need it**: if setting activeDeadlineSeconds, deployment will continuously created new pods after old pod dies. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #38684 **Special notes for your reviewer**: **Release note**: ```release-note ActiveDeadlineSeconds is validated in workload controllers now, make sure it's not set anywhere (it shouldn't be set by default and having it set means your controller will restart the Pods at some point) ```