Merge pull request #40187 from tianshapjq/adjust-delete-pod-uid-helpinfo
Automatic merge from submit-queue (batch tested with PRs 40187, 40231, 40152) remove the delete-pod-uid spec **What this PR does / why we need it**: remove the specifications about "kubectl delete pod uid" cause it's no longer supported. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #40121
This commit is contained in:
		@@ -82,9 +82,6 @@ var (
 | 
			
		||||
		# Force delete a pod on a dead node
 | 
			
		||||
		kubectl delete pod foo --grace-period=0 --force
 | 
			
		||||
 | 
			
		||||
		# Delete a pod with UID 1234-56-7890-234234-456456.
 | 
			
		||||
		kubectl delete pod 1234-56-7890-234234-456456
 | 
			
		||||
 | 
			
		||||
		# Delete all pods
 | 
			
		||||
		kubectl delete pods --all`)
 | 
			
		||||
)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user