Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ReprocessPod (0.17 sec)

  1. pkg/kubelet/volumemanager/volume_manager.go

    	// Remount plugins for which this is true. (Atomically updating volumes,
    	// like Downward API, depend on this to update the contents of the volume).
    	vm.desiredStateOfWorldPopulator.ReprocessPod(uniquePodName)
    
    	err := wait.PollUntilContextTimeout(
    		ctx,
    		podAttachAndMountRetryInterval,
    		podAttachAndMountTimeout,
    		true,
    		vm.verifyVolumesMountedFunc(uniquePodName, expectedVolumes))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 21.5K bytes
    - Viewed (0)
Back to top