Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding port-forward instructions to README #77

Open
kenahrens opened this issue Oct 23, 2019 · 0 comments
Open

Adding port-forward instructions to README #77

kenahrens opened this issue Oct 23, 2019 · 0 comments

Comments

@kenahrens
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant