Skip to content

Commit

Permalink
Merge pull request kubernetes#12863 from medyagh/hyperkit_suggestion
Browse files Browse the repository at this point in the history
update suggestion for disabling internet sharing on hyperkit
  • Loading branch information
sharifelgamal authored Nov 4, 2021
2 parents 12f3d7a + f8c3493 commit ef9a1a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/minikube/reason/known_issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,9 @@ var providerIssues = []match{
Kind: Kind{
ID: "PR_HYPERKIT_VMNET_FRAMEWORK",
ExitCode: ExProviderError,
Advice: "Hyperkit networking is broken. Upgrade to the latest hyperkit version and/or Docker for Desktop. Alternatively, you may choose an alternate --driver",
Issues: []int{6028, 5594},
Advice: `Hyperkit networking is broken. Try disabling Internet Sharing: System Preference > Sharing > Internet Sharing.
Alternatively, you can try upgrading to the latest hyperkit version, or using an alternate driver.`,
Issues: []int{6028, 5594},
},
Regexp: re(`error from vmnet.framework: -1`),
GOOS: []string{"darwin"},
Expand Down

0 comments on commit ef9a1a3

Please sign in to comment.