Update pkg/minikube/reason/known_issues.go

Co-authored-by: Sharif Elgamal <selgamal@google.com>
pull/12863/head
Medya Ghazizadeh 2021-11-04 15:07:33 -07:00 committed by GitHub
parent 8a7f43439a
commit bd973bba7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ var providerIssues = []match{
Kind: Kind{
ID: "PR_HYPERKIT_VMNET_FRAMEWORK",
ExitCode: ExProviderError,
Advice: `Hyperkit networking is broken. Try Disabling the internet sharing as described here: https://github.com/kubernetes/minikube/issues/5594#issuecomment-939372612
Advice: `Hyperkit networking is broken. Try disabling Internet Sharing: System Preference > Sharing > Internet Sharing.
Also you could try to upgrade to the latest "hyperkit" version and/or Docker for Desktop. You may choose an alternate --driver`,
Issues: []int{6028, 5594},
},