40 comments (40 comments)72 reactions (72 reactions)2 assignees (2 assignees)Go5,222 forks (5,222 forks)batch import
area/tunnelhelp wantedkind/featurepriority/backlog
Repository metrics
- Stars
- 31,799 stars (31,799 stars)
- PR merge metrics
- Avg merge 12d 19h (Avg merge 12d 19h)43 merged PRs in 30d (43 merged PRs in 30d)
Description
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.
Contributor guide
- Research direction
- Study the current minikube tunnel implementation in the codebase, focusing on the `cmd/minikube/cmd/tunnel.go` file and the tunnel package. Understand how the tunnel runs as a foreground process and explore adding a ` background` flag to run it as a daemon, possibly using goroutines and signal handling. Check existing design documents or discussions for background mode.
- Tech stack
- go
- Domain
- infrastructure
- Issue type
- Feature
- Prerequisites
- GoKubernetes basics