I am using Minikube on my laptop with "driver=none" option. When I try to enable ingress, I got the following error:
$ minikube addons enable ingress
❌ Exiting due to MK_USAGE: Due to networking limitations of driver none, ingress addon is not supported. Try using a different driver.
After some googling, I found that Ingress addon stopped to work with 'none' VM driver starting from Minikube v1.12.x, and I am using v1.13.1. (please refer to: https://github.com/kubernetes/minikube/issues/9322)
I wonder whether there are other ways to install "native" ingress on Minikube with the "driver=none" option?