diff --git a/test/e2e_node/kubelet_test.go b/test/e2e_node/kubelet_test.go index 89c89907aa7..c98c51d6300 100644 --- a/test/e2e_node/kubelet_test.go +++ b/test/e2e_node/kubelet_test.go @@ -178,6 +178,11 @@ func createSummaryTestPods(f *framework.Framework, podNamePrefix string, count i }, }, }, + SecurityContext: &api.PodSecurityContext{ + SELinuxOptions: &api.SELinuxOptions{ + Level: "s0", + }, + }, Volumes: []api.Volume{ // TODO: Test secret volumes // TODO: Test hostpath volumes