Skip to content

Commit

Permalink
adjust ContainerRuntimeOptions in node defaults test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Dec 18, 2017
1 parent 4c5e220 commit 5b7bc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cmd/server/kubernetes/node/node_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ func TestKubeletDefaults(t *testing.T) {
ContainerRuntimeOptions: kubeletoptions.ContainerRuntimeOptions{
DockershimRootDirectory: "/var/lib/dockershim",
DockerExecHandlerName: "native",
DockerDisableSharedPID: true,
DockerEndpoint: "unix:///var/run/docker.sock",
ImagePullProgressDeadline: metav1.Duration{Duration: 1 * time.Minute},
RktAPIEndpoint: rkt.DefaultRktAPIServiceEndpoint,
Expand Down

0 comments on commit 5b7bc10

Please sign in to comment.