We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5e220 commit 5b7bc10Copy full SHA for 5b7bc10
pkg/cmd/server/kubernetes/node/node_config_test.go
@@ -31,6 +31,7 @@ func TestKubeletDefaults(t *testing.T) {
31
ContainerRuntimeOptions: kubeletoptions.ContainerRuntimeOptions{
32
DockershimRootDirectory: "/var/lib/dockershim",
33
DockerExecHandlerName: "native",
34
+ DockerDisableSharedPID: true,
35
DockerEndpoint: "unix:///var/run/docker.sock",
36
ImagePullProgressDeadline: metav1.Duration{Duration: 1 * time.Minute},
37
RktAPIEndpoint: rkt.DefaultRktAPIServiceEndpoint,
0 commit comments