2

I have a similar issue as below with exposing kubernetes services via type: LoadBalancer on my local minikube cluster. LoadBalancer support

I saw that there is a workaround for this and it can be fixed via running the command minikube tunnel. Minikube Tunnel Design Doc

However the command 'minikube tunnel' doesn't work for me and it throws an error of "Unknown command". Does anyone know if i am missing anything?

Thanks for the help!

  • What error symptoms are you seeing? I don't see any unresolved issue related to LoadBalancer on minikube in the link you pasted. Why are you not able to use https://github.com/elsonrodriguez/minikube-lb-patch/blob/master/README.md ? – Ryan Dawson Dec 16 '18 at 11:21
  • It would help if you could clarify why you are trying to run minikube tunnel as you suggest this will resolve a problem for you but it's not clear to me what it would help you with. – Ryan Dawson Dec 16 '18 at 11:27
  • FWIW the 'unknown command' response suggests that feature isn't in the version of minikube you are running. – Ryan Dawson Dec 16 '18 at 11:41
  • 1
    Thanks @RyanDawson for your help. I narrowed it down the issue and saw that it's was my service that was not working. LoadBalancer is just working fine! – Qaiser Ali Bangash Dec 17 '18 at 09:40

1 Answers1

1

The tunnel feature is quite new and may not be in your minikube version so try upgrading to latest minikube

Ryan Dawson
  • 11,832
  • 5
  • 38
  • 61