Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCleanupOrphanedPodUsernsAllocationsSwitch (0.52 sec)

  1. pkg/kubelet/userns/userns_manager_switch_test.go

    		assert.NoError(t, err, "failed to record userns range for pod %v", podUID)
    		assert.Nil(t, userns, "userns range should be nil for pod %v", podUID)
    	}
    }
    
    func TestCleanupOrphanedPodUsernsAllocationsSwitch(t *testing.T) {
    	// Enable the feature gate to create some pods on disk.
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, pkgfeatures.UserNamespacesSupport, true)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 5K bytes
    - Viewed (0)
Back to top