Skip to content

Commit 5b7bc10

Browse files
committed
adjust ContainerRuntimeOptions in node defaults test
1 parent 4c5e220 commit 5b7bc10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/server/kubernetes/node/node_config_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func TestKubeletDefaults(t *testing.T) {
3131
ContainerRuntimeOptions: kubeletoptions.ContainerRuntimeOptions{
3232
DockershimRootDirectory: "/var/lib/dockershim",
3333
DockerExecHandlerName: "native",
34+
DockerDisableSharedPID: true,
3435
DockerEndpoint: "unix:///var/run/docker.sock",
3536
ImagePullProgressDeadline: metav1.Duration{Duration: 1 * time.Minute},
3637
RktAPIEndpoint: rkt.DefaultRktAPIServiceEndpoint,

0 commit comments

Comments
 (0)