Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSELinuxMountMismatchError (0.28 sec)

  1. pkg/kubelet/volumemanager/cache/actual_state_of_world.go

    	if utilfeature.DefaultFeatureGate.Enabled(features.SELinuxMountReadWriteOncePod) {
    		if volumeObj.seLinuxMountContext != nil && *volumeObj.seLinuxMountContext != seLinuxLabel {
    			fullErr := newSELinuxMountMismatchError(volumeName)
    			return false, volumeObj.devicePath, fullErr
    		}
    	}
    
    	podObj, podExists := volumeObj.mountedPods[podName]
    	if podExists {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 09 07:34:33 UTC 2024
    - 45.8K bytes
    - Viewed (0)
Back to top