Skip to content

Commit ef9a1a3

Browse files
Merge pull request #12863 from medyagh/hyperkit_suggestion
update suggestion for disabling internet sharing on hyperkit
2 parents 12f3d7a + f8c3493 commit ef9a1a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/minikube/reason/known_issues.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,9 @@ var providerIssues = []match{
334334
Kind: Kind{
335335
ID: "PR_HYPERKIT_VMNET_FRAMEWORK",
336336
ExitCode: ExProviderError,
337-
Advice: "Hyperkit networking is broken. Upgrade to the latest hyperkit version and/or Docker for Desktop. Alternatively, you may choose an alternate --driver",
338-
Issues: []int{6028, 5594},
337+
Advice: `Hyperkit networking is broken. Try disabling Internet Sharing: System Preference > Sharing > Internet Sharing.
338+
Alternatively, you can try upgrading to the latest hyperkit version, or using an alternate driver.`,
339+
Issues: []int{6028, 5594},
339340
},
340341
Regexp: re(`error from vmnet.framework: -1`),
341342
GOOS: []string{"darwin"},

0 commit comments

Comments
 (0)