Skip to content

Commit

Permalink
Merge pull request #10412 from sharifelgamal/crio
Browse files Browse the repository at this point in the history
remove crio restart hack
  • Loading branch information
medyagh authored Feb 11, 2021
2 parents 3942e43 + d3a340e commit 984b079
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,17 +253,6 @@ func runStart(cmd *cobra.Command, args []string) {
})
}
}

if existing.KubernetesConfig.ContainerRuntime == "crio" {
// Stop and start again if it's crio because it's broken above v1.17.3
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 {
exitGuestProvision(err)
}
}
}

kubeconfig, err := startWithDriver(cmd, starter, existing)
Expand Down

0 comments on commit 984b079

Please sign in to comment.