-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
minikube tunnel should have background mode #3647
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
minikube tunnel &> /dev/null & |
I don't know that we need to reinvent our own shell backgrounding process, but perhaps it would be nice to incorporate something so that This is also related to some UI ideas we've had. |
If anybody is interested in implementing |
this issue is still open for anyone interested to do this. |
I would accept any PR that adds this feature |
In general, I don't like this solution because it simply redirects the stdout and stderr and detaches the process; closing the session would still kill the tunnel. Not actually a solution for what OP wanted. |
I would also love this feature. |
+1 to this feature |
👍 for this feature! |
yes please! don't let this go stale |
+1 |
1 similar comment
+1 |
/assign |
/assign |
FYI for anyone wondering I found a way to accomplish something similar and more permanently using loadbalancers. First, you want to get the IP address to the cluster using
This will allow you to access your service in the host machine: |
much needed feature |
I would love to see this feature added
|
I would love to see that feature too. but for now I'm just starting the tunnel inside a maybe slightly better than |
I would love this feature too, earlier minikube tunnel use to remain forever but now it cleans up automatically and --cleanup=false also does not work |
+1 to this |
+1 Since all of us with ARM-based Macs use minikube tunnel now, maybe that gives this request a little higher priority than when the issue was first logged 4 years ago. |
+1 super painful currently |
+1 |
+1 |
+1 |
+1 |
7 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
+1 |
It would be useful if Minikube tunnel had a background/daemon mode. It would also be nice if it could be started whenever Minikube starts without having to do anything.
The text was updated successfully, but these errors were encountered: