added comment

pull/4737/head
Medya Gh 2019-07-10 23:42:23 -07:00
parent ff969e693b
commit 3e9077dd2a
1 changed files with 2 additions and 1 deletions

View File

@ -212,12 +212,13 @@ func runStart(cmd *cobra.Command, args []string) {
handleDownloadOnly(&cacheGroup, k8sVersion)
mRunner, preExists, machineAPI, host := startMachine(config)
defer machineAPI.Close()
// configure the runtime (docker, containerd, crio)
cr := configureRuntimes(mRunner)
showVersionInfo(k8sVersion, cr)
waitCacheImages(&cacheGroup)
// setup kube adm and certs and return bootstrapperx
bs := setupKubeAdm(machineAPI, config.KubernetesConfig)
// The kube config must be update must come before bootstrapping, otherwise health checks may use a stale IP
kubeconfig := updateKubeConfig(host, &config)
// pull images or restart cluster