better message output

pull/8895/head
Sharif Elgamal 2020-07-30 16:43:59 -07:00
parent 7a08028c1e
commit 6e9e0b7866
1 changed files with 2 additions and 1 deletions

View File

@ -204,7 +204,8 @@ func runStart(cmd *cobra.Command, args []string) {
if existing != nil && existing.KubernetesConfig.ContainerRuntime == "crio" && driver.IsKIC(existing.Driver) {
// Stop and start again if it's crio because crio is bad and dumb
out.WarningT("CRI-O currently has an issue and your cluster needs to be restarted.")
out.WarningT("Due to issues with CRI-O post v1.17.3, we need to restart your cluster.")
out.WarningT("See details at https://github.com/kubernetes/minikube/issues/8861")
stopProfile(existing.Name)
starter, err = provisionWithDriver(cmd, ds, existing)
if err != nil {