-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels