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

add a new command minikube service foo #265

Closed
jstrachan opened this issue Jul 4, 2016 · 0 comments
Closed

add a new command minikube service foo #265

jstrachan opened this issue Jul 4, 2016 · 0 comments

Comments

@jstrachan
Copy link
Contributor

while in the docs this is handy:

kubectl get service $SERVICE --output='jsonpath="{.spec.ports[0].NodePort}"'

to get the nodePort. Then to append it to the output of minikube ip to be able to create a usable URL, it'd be nicer if there was a simple command to find the URL of a service on minikube.

So the user could type something like:

$ minikube service foo
http:///192.168.99.100:12345

So that folks can easily open HTTP/HTTPS services running inside minikube on their host operating systems without too much copy/pasting from the README to the command line ;)

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