File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,16 @@ var providerIssues = []match{
221
221
},
222
222
223
223
// Docker environment
224
+ {
225
+ Kind : Kind {
226
+ ID : "PR_DOCKER_IP_CONFLICT" ,
227
+ ExitCode : ExProviderError ,
228
+ Advice : "Run: 'minikube delete --all' to clean up all the abandoned networks." ,
229
+ Issues : []int {9605 },
230
+ },
231
+ Regexp : re (`cannot find cgroup mount destination: unknown` ),
232
+ GOOS : []string {"linux" },
233
+ },
224
234
{
225
235
Kind : Kind {
226
236
ID : "PR_DOCKER_CGROUP_MOUNT" ,
@@ -364,6 +374,18 @@ var providerIssues = []match{
364
374
365
375
// KVM hypervisor
366
376
{
377
+ Kind : Kind {
378
+ ID : "PR_KVM_CAPABILITIES" ,
379
+ ExitCode : ExProviderUnavailable ,
380
+ Advice : "Your host does not support KVM virtualization. Ensure that qemu-kvm is installed, and run 'virt-host-validate' to debug the problem" ,
381
+ URL : "http://mikko.repolainen.fi/documents/virtualization-with-kvm" ,
382
+ Issues : []int {2991 },
383
+ },
384
+ Regexp : re (`invalid argument: could not find capabilities for domaintype=kvm` ),
385
+ GOOS : []string {"linux" },
386
+ },
387
+ {
388
+
367
389
Kind : Kind {
368
390
ID : "PR_KVM_USER_PERMISSION" ,
369
391
ExitCode : ExProviderPermission ,
You can’t perform that action at this time.
0 commit comments