update suggestion for disalbing internet sharing on hyperkit

pull/12863/head
Medya Gh 2021-11-04 14:43:43 -07:00
parent 65ed4ad45f
commit 2ec8dc516a
1 changed files with 3 additions and 2 deletions

View File

@ -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 the internet sharing as described https://github.com/kubernetes/minikube/issues/5594#issuecomment-939372612
also try upgrade to the latest hyperkit version and/or Docker for Desktop. You may choose an alternate --driver`,
Issues: []int{6028, 5594},
},
Regexp: re(`error from vmnet.framework: -1`),
GOOS: []string{"darwin"},