fix test containerd test for docker driver
parent
ec5dfbb17f
commit
a522175211
|
@ -62,8 +62,6 @@ func TestStartStop(t *testing.T) {
|
||||||
}},
|
}},
|
||||||
{"containerd", constants.DefaultKubernetesVersion, []string{
|
{"containerd", constants.DefaultKubernetesVersion, []string{
|
||||||
"--container-runtime=containerd",
|
"--container-runtime=containerd",
|
||||||
"--docker-opt",
|
|
||||||
"containerd=/var/run/containerd/containerd.sock",
|
|
||||||
"--apiserver-port=8444",
|
"--apiserver-port=8444",
|
||||||
}},
|
}},
|
||||||
{"crio", "v1.15.7", []string{
|
{"crio", "v1.15.7", []string{
|
||||||
|
|
Loading…
Reference in New Issue