Move CR Check Compatibility to showNoK8sVersionInfo

pull/14200/head
Gimb0 2022-06-18 08:39:13 +10:00
parent 8c4f6e8f87
commit 1c2d4f4515
1 changed files with 0 additions and 4 deletions

View File

@ -99,10 +99,6 @@ func Start(starter Starter, apiServer bool) (*kubeconfig.Settings, error) {
nv := semver.Version{Major: 0, Minor: 0, Patch: 0}
cr := configureRuntimes(starter.Runner, *starter.Cfg, nv)
if err = cruntime.CheckCompatibility(cr); err != nil {
return nil, err
}
showNoK8sVersionInfo(cr)
configureMounts(&wg, *starter.Cfg)