Skip to content

Commit 62bc75e

Browse files
authored
Merge pull request #13442 from afbjorklund/nokube-runtimes
configure container runtimes for clusters without Kubernetes too
2 parents cd7e7a5 + b1d880e commit 62bc75e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/minikube/node/start.go

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ func Start(starter Starter, apiServer bool) (*kubeconfig.Settings, error) {
9696
return nil, err
9797
}
9898
if stopk8s {
99+
nv := semver.Version{Major: 0, Minor: 0, Patch: 0}
100+
configureRuntimes(starter.Runner, *starter.Cfg, nv)
99101
configureMounts(&wg, *starter.Cfg)
100102
return nil, config.Write(viper.GetString(config.ProfileName), starter.Cfg)
101103
}

0 commit comments

Comments
 (0)