79394738

Date: 2025-01-28 17:50:18
Score: 0.5
Natty:
Report link

I was put off by the message

❗  Because you are using a Docker driver on windows, the terminal needs to be open to run it.

and I ended up here in Stack Overflow. But because I had gotten that message after running the command

minikube service <serviceName> -n <namespace> --url

I was done. The port given was not the port I had specified, but the url that showed worked. All I needed to do was leave that terminal open and copy and paste the url into my browser. The explanation in the minikube documentation helped me understand the situation better.

I recognize that this won't be particularly helpful to the savvy folks, but it would have helped me at the time so I submit it for any other complete noobs like me.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: lepome