I've installed minikube over VirtualBox in a Windows 10 Home
I am trying to run command: minikube tunnel
but I get an error:
Status:
machine: minikube
pid: 10896
route: 10.96.0.0/12 -> 192.168.99.101
minikube: Running
services: []
errors:
minikube: no errors
router: error adding route: Error en la adici�n de la ruta: El objeto ya existe.
, 3
loadbalancer emulator: no errors
It is the error message (translated):
Error in route addition: Object exists already.
I would like to know why I get an error in router section?
Thanks in advance