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.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
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 minikube start --tunnel could work.
This is also related to some UI ideas we've had.
If anybody is interested in implementing minikube start --tunnel, please feel free to assign yourself to this issue by commenting /assign.
this issue is still open for anyone interested to do this.
@medyagh Far from being an expert on Go but I think this might be a start #8266