// the lookup of the version from the internet when executing ConfigFileAndDefaultsToInternalConfig
KubernetesVersion:"v1.9.0",
}
legacyscheme.Scheme.Default(cfg)
kubeadmscheme.Scheme.Default(cfg)
// This call returns the ready-to-use configuration based on the configuration file that might or might not exist and the default cfg populated by flags
// the lookup of the version from the internet when executing ConfigFileAndDefaultsToInternalConfig
KubernetesVersion:"v1.9.0",
}
legacyscheme.Scheme.Default(cfg)
kubeadmscheme.Scheme.Default(cfg)
// This call returns the ready-to-use configuration based on the configuration file that might or might not exist and the default cfg populated by flags