40 条评论 (40 条评论)72 个反应 (72 个反应)2 位负责人 (2 位负责人)Go5,222 个派生 (5,222 个派生)batch import
area/tunnelhelp wantedkind/featurepriority/backlog
仓库指标
- 星标
- 31,799 个星标 (31,799 个星标)
- PR 合并指标
- 平均合并 12天 19小时 (平均合并 12天 19小时)30 天内合并 43 个 PR (30 天内合并 43 个 PR)
描述
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.
贡献者指南
- 研究方向
- 研究代码库中当前的 minikube tunnel 实现,重点关注 `cmd/minikube/cmd/tunnel.go` 文件和 tunnel 包。了解 tunnel 如何作为前台进程运行,并探索添加 ` background` 标志以使其作为守护进程运行,可能使用 goroutine 和信号处理。查看现有设计文档或关于后台模式的讨论。
- 技术栈
- go
- 领域
- infrastructure
- 议题类型
- 功能
- 前置要求
- GoKubernetes basics