Trying to use Minikube to learn about K8S and Istio along with Kafka (it's a work thing), so I can write some good internal documentation for setting up to debug things we change, and when I try to use minikube tunnel after having everything configured, this is what I see:
Starts here with the command of execution:
> minikube tunnel
✅ Tunnel successfully started
� NOTE: Please do not close this terminal as this process must stay alive for the tunnel to be accessible ...
❗ Access to ports below 1024 may fail on Windows with OpenSSH clients older than v8.1. For more information, see:
https://minikube.sigs.k8s.io/docs/handbook/accessing/#access-to-ports -1024-on-windows-requires-root-permission
� Starting tunnel for service istio-ingressgateway.
And that's it.. It'll just sit there for hours doing nothing else, where as all the documentation shows that I should see a lot more information.
I've already validated that I have a supported OpenSSH version, and I've walked through this with someone who's had success with this configuration on a Mac using minikube tunnel, and I can't find any documentation beyond "hey, it should work" so I'm creating this conversation hopefully to get some traction and maybe a solution.
Any suggestions beyond "reboot your computer" would be greatly appreciated as yes, I've already done that, along with tearing down the whole setup and rebuilding it.
Thanks!
Mike