diff --git a/test/e2e_node/security_context_test.go b/test/e2e_node/security_context_test.go index 7e30d167fc9..e6f19a1147e 100644 --- a/test/e2e_node/security_context_test.go +++ b/test/e2e_node/security_context_test.go @@ -150,7 +150,7 @@ var _ = framework.KubeDescribe("Security Context", func() { hostSharedMemoryID := "" BeforeEach(func() { - output, err := exec.Command("sh", "-c", "ipcmk -M 1M | awk '{print $NF}'").Output() + output, err := exec.Command("sh", "-c", "ipcmk -M 1048576 | awk '{print $NF}'").Output() if err != nil { framework.Failf("Failed to create the shared memory on the host: %v", err) }