Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Mar 15, 2021
1 parent 27a9092 commit 157e093
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pkg/minikube/reason/known_issues.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,18 +373,15 @@ var providerIssues = []match{

// KVM hypervisor
{

// virError(Code=43, Domain=19, Message='Network not found: no network with matching name 'default'')
Kind: Kind{
{Kind: Kind{
ID: "PR_KVM_NO_NETWORK",
ExitCode: ExProviderError,
Advice: "Check your KVM health virt-host-validate, try to clean up KVM networks.",
URL: "https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/",

},
Regexp: re(`virError(Code=43, Domain=19, Message='Network not found: no network with matching name`),
GOOS: []string{"linux"},
},
Regexp: re(`virError(Code=43, Domain=19, Message='Network not found: no network with matching name`),
GOOS: []string{"linux"},
Kind: Kind{
ID: "PR_KVM_USER_PERMISSION",
ExitCode: ExProviderPermission,
Expand Down

0 comments on commit 157e093

Please sign in to comment.