dbb_DingYongliang
dbb_DingYongliang
丁永亮 @TommySoya
我在 Mac 上也可以稳定复现这个 bug: System Name: Darwin System Version: macOS 15.3.2 Sequoia System kernel Version: 24.3.0 System Arch: arm64 Verge Version: 2.2.0 Running Mode: Service 同样是发生几个月了,只有 TUN 模式会出现。比较好的是,我通过断网触发的 `mihomo` 内存占用异常(短时间内)恢复联网是可以恢复正常的,但之前几次发生只能通过重启解决,无法自行恢复。
> > 我在 Mac 上也可以稳定复现这个 bug: > > System Name: Darwin System Version: macOS 15.3.2 Sequoia System kernel Version: 24.3.0 System Arch: arm64 Verge Version: 2.2.0 Running Mode: Service >...
Update vendors and remove other discrete modifies. Operator manager running succeed.
+1, 同 Microsoft Edge,MacOS Sequoia 15.1.1,M2版
**Note:** This PR need more further test, don't merge now please.
Thanks for your support! @longwuyuan As your suggestions here, I try to change my `value-specific.yaml`: ```yaml + replicaCount: 2 ``` But the same error still occurred when the old pod...
I've tried a lot of ways: - `replicaCount: 2` and `minAvailable: 1` - `replicaCount: 3` and `minAvailable: 1` - `replicaCount: 3` and `minAvailable: 2` - `replicaCount: 1` and `minAvailable: 1`...
```go func (srv *Server) ListenAndServe() error { if srv.shuttingDown() { return ErrServerClosed // the fatal error } addr := srv.Addr if addr == "" { addr = ":http" } ln,...
More information updated: Once a pod transitions from `Running` to `Terminating`, the `Endpoint` associated with the `ingress-nginx-controller` `Service` should have completed its IP change. Therefore, I suspect that the issue...