From ad6bbd866ae17d9d94b615d764327c7c02d5b09a Mon Sep 17 00:00:00 2001 From: Medya Ghazizadeh Date: Tue, 30 Jun 2020 18:06:17 -0700 Subject: [PATCH] Update kvm2.md --- site/content/en/docs/drivers/kvm2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/drivers/kvm2.md b/site/content/en/docs/drivers/kvm2.md index 3f3e75986..52f19be12 100644 --- a/site/content/en/docs/drivers/kvm2.md +++ b/site/content/en/docs/drivers/kvm2.md @@ -38,7 +38,7 @@ The `minikube start` command supports 3 additional kvm specific flags: Also see [co/kvm2 open issues](https://github.com/kubernetes/minikube/labels/co%2Fkvm2) ## Troubleshooting - +* Run `virt-host-validate` and check for the suggestions. * Run `minikube start --alsologtostderr -v=7` to debug crashes * Run `docker-machine-driver-kvm2 version` to verify the kvm2 driver executes properly. * Read [How to debug Virtualization problems](https://fedoraproject.org/wiki/How_to_debug_Virtualization_problems) -- GitLab