Skip to content

Commit 36870c1

Browse files
committedJun 24, 2021
fix --cpus=max for non-KIC drivers
1 parent 545c0df commit 36870c1

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
@@ -1044,11 +1044,6 @@ func validateCPUCount(drvName string) {
10441044
cpuCount = viper.GetInt(cpus)
10451045
}
10461046

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

0 commit comments

Comments
 (0)
Please sign in to comment.