pull/8895/head
Sharif Elgamal 2020-07-30 15:21:43 -07:00
parent 61583d6249
commit 7a08028c1e
1 changed files with 3 additions and 0 deletions

View File

@ -207,6 +207,9 @@ func runStart(cmd *cobra.Command, args []string) {
out.WarningT("CRI-O currently has an issue and your cluster needs to be restarted.")
stopProfile(existing.Name)
starter, err = provisionWithDriver(cmd, ds, existing)
if err != nil {
exit.WithError("error provisioning host", err)
}
}
kubeconfig, err := startWithDriver(cmd, starter, existing)