You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my local setup I have a headless Linux machine running minikube and stuff. I ssh into the Linux box and do local dev on my desktop. It makes commands like minikube -n emojivoto service web-svc not work correctly because it can't figure out how to open a browser window.
Anyway just a quick note that for the instructions step 5 works for local, but this works for remote: kubectl -n emojivoto port-forward svc/web-svc 8899:80 --address MYIP. Then open in your browser window http://MYIP:8899/
Thanks!
The text was updated successfully, but these errors were encountered:
In my local setup I have a headless Linux machine running minikube and stuff. I ssh into the Linux box and do local dev on my desktop. It makes commands like
minikube -n emojivoto service web-svc
not work correctly because it can't figure out how to open a browser window.Anyway just a quick note that for the instructions step 5 works for local, but this works for remote:
kubectl -n emojivoto port-forward svc/web-svc 8899:80 --address MYIP
. Then open in your browser windowhttp://MYIP:8899/
Thanks!
The text was updated successfully, but these errors were encountered: