Skip to content

Commit 44bf31e

Browse files
committed
fix --cpus=max for non-KIC drivers
1 parent 3913740 commit 44bf31e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

cmd/minikube/cmd/start.go

-5
Original file line numberDiff line numberDiff line change
@@ -1045,11 +1045,6 @@ func validateCPUCount(drvName string) {
10451045
cpuCount = viper.GetInt(cpus)
10461046
}
10471047

1048-
if !driver.IsKIC(drvName) {
1049-
validateMeetsMinimumCPURequirements(cpuCount)
1050-
return
1051-
}
1052-
10531048
si, err := oci.CachedDaemonInfo(drvName)
10541049
if err != nil {
10551050
out.Styled(style.Confused, "Failed to verify '{{.driver_name}} info' will try again ...", out.V{"driver_name": drvName})

0 commit comments

Comments
 (0)