I am following the instructions on how to setup vitess in kubernetes. I am using minikube 0.15 on my local machine (windows 10) running on virtualbox 5.1.12.
I have managed to get all the way to step 12 before I start seeing strange things happening.
When I run ./vtgate-up.sh
everything starts fine, but the service stays in a pending state.
At first I didn't think anything of it until I went on to the next step of trying to install the guestbook client app.
After running ./guestbook-up.sh
again everything went fine, no errors, but the service is again in a pending state, and I don't get an external endpoint.
I tried going on to the next step, but when I run kubectl get service guestbook
I am suppose to get an expernal-ip, but I don't. The instructions say to wait a few minutes, but I have let this run for an hour and still nothing.
So here is where I am stuck. What do I do next?