mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	Merge pull request #91577 from knabben/kubelet-bootstrap
kubelet: remove the --bootstrap-checkpoint-path feature
This commit is contained in:
		@@ -48,8 +48,6 @@ const (
 | 
			
		||||
	// Pods with the given ids have unexpected status in this source,
 | 
			
		||||
	// kubelet should reconcile status with this source
 | 
			
		||||
	RECONCILE
 | 
			
		||||
	// Pods with the given ids have been restored from a checkpoint.
 | 
			
		||||
	RESTORE
 | 
			
		||||
 | 
			
		||||
	// These constants identify the sources of pods
 | 
			
		||||
	// Updates from a file
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user