From 3287d96ff7f4344af4838ee5071bdf3d930a939e Mon Sep 17 00:00:00 2001 From: mcwimpy Date: Wed, 14 Nov 2018 13:24:26 +0100 Subject: [PATCH] Update README.md adding info about my experience of getting this to work --- kubernetes/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kubernetes/README.md b/kubernetes/README.md index 3f22e039a..74dbff6fe 100644 --- a/kubernetes/README.md +++ b/kubernetes/README.md @@ -1,9 +1,14 @@ # Usage with minikube +assuming you installed the packages minikube and virtualbox here... + First of all start minikube on your machine: ```sh minikube start ``` +If you get an error message along th lines of 'The vboxdrv kernel module is not loaded.' - then you have the same issue i had. to solve this you need to install the propper linux kernel host modules package. Here an example for Manjaro: +https://forum.manjaro.org/t/installing-virtualbox-kernel-modules/6999 + You can always get an overview and see what's going on with your minikube: ```sh minikube dashboard