Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Unmount (0.1 sec)

  1. pkg/kubelet/kubelet.go

    		return false, err
    	}
    
    	// Wait for volumes to attach/mount
    	if err := kl.volumeManager.WaitForAttachAndMount(ctx, pod); err != nil {
    		if !wait.Interrupted(err) {
    			kl.recorder.Eventf(pod, v1.EventTypeWarning, events.FailedMountVolume, "Unable to attach or mount volumes: %v", err)
    			klog.ErrorS(err, "Unable to attach or mount volumes for pod; skipping pod", "pod", klog.KObj(pod))
    		}
    		return false, err
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
Back to top