提交 a9ca1d71 编写于 作者: T Thomas Stromberg

Add --enable-default-cni for CRIO

上级 9e0119b8
......@@ -189,7 +189,7 @@ func (m *MinikubeRunner) Start() {
case constants.ContainerdRuntime:
opts = "--container-runtime=containerd --network-plugin=cni --enable-default-cni --docker-opt containerd=/var/run/containerd/containerd.sock"
case constants.CrioRuntime:
opts = "--container-runtime=crio --network-plugin=cni"
opts = "--container-runtime=crio --network-plugin=cni --enable-default-cni"
}
m.RunCommand(fmt.Sprintf("start %s %s %s --alsologtostderr --v=5", m.StartArgs, m.Args, opts), true)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册