mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #27112 from mikedanese/run-unrun
Automatic merge from submit-queue e2e: run empty_dir test we've been missing otherwise it's just dead code, and this seemed unintentional
This commit is contained in:
commit
875a60d030
@ -47,6 +47,10 @@ var _ = framework.KubeDescribe("EmptyDir volumes", func() {
|
||||
doTestSetgidFSGroup(f, testImageNonRootUid, api.StorageMediumMemory)
|
||||
})
|
||||
|
||||
It("files with FSGroup ownership should support (root,0644,tmpfs)", func() {
|
||||
doTest0644FSGroup(f, testImageRootUid, api.StorageMediumMemory)
|
||||
})
|
||||
|
||||
It("volume on default medium should have the correct mode using FSGroup", func() {
|
||||
doTestVolumeModeFSGroup(f, testImageRootUid, api.StorageMediumDefault)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user