Merge pull request #8617 from kubernetes/medyagh-patch-3
Update docs kvm2 for nested virtualizationpull/8670/head
commit
38293ab42d
|
@ -37,6 +37,10 @@ The `minikube start` command supports 3 additional kvm specific flags:
|
|||
|
||||
Also see [co/kvm2 open issues](https://github.com/kubernetes/minikube/labels/co%2Fkvm2)
|
||||
|
||||
### Nested Virtulization
|
||||
|
||||
If you are running KVM in a nested virtualization environment ensure your config the kernel modules correctly follow either [this](https://stafwag.github.io/blog/blog/2018/06/04/nested-virtualization-in-kvm/) or [this](VM follow to config the kernel modules. also https://computingforgeeks.com/how-to-install-kvm-virtualization-on-debian/) tutorial.
|
||||
|
||||
## Troubleshooting
|
||||
* Run `virt-host-validate` and check for the suggestions.
|
||||
* Run `minikube start --alsologtostderr -v=7` to debug crashes
|
||||
|
|
Loading…
Reference in New Issue