mchtech

Results 17 comments of mchtech

discuss a scenario: If these four situations are met: 1. k8s control plane works well 2. apps are rolling update 3. "ingress controller" cannot sync ingress rules (or long sync...

related issue: https://github.com/argoproj/argo-cd/issues/2355

https://access.redhat.com/solutions/1479623 https://github.com/systemd/systemd/commit/a8b627aaed409a15260c25988970c795bf963812

> Hi @mchtech, sry for the delay. Please also bump the version before we could merge it. branch synced.

> @mchtech, sry I missed last version. Please bump the version again. Thank you very much for your patience! branch synced.

encountering the same issue with containerd 1.6.31 ```bash $ journalctl -u containerd -f ...... containerd[2002]: time="2024-07-16T14:46:32.797981127+08:00" level=info msg="StopContainer for \"d161b4b9c7276fd7332a21c7c50be31d0050cfcc7181888c175c7c615bde2820\" with timeout 60 (s)" ...... containerd[2002]: time="2024-07-16T14:46:32.798203842+08:00" level=info msg="StopContainer for...

In this case, business process has quited but sandbox process is running. Kill pid 485735 and 485715, container quited. ```bash $ ps auxf ...... root 10422 0.0 0.0 1236720 13608...

> > In this case, business process has quited but sandbox process is running. Kill pid 485735 and 485715, container quited. > > ```shell > > $ ps auxf >...

I encountered same problem on my nginx servers. 【15% requests that $upstream_response_time > $request_time about 1ms-2ms】 https://forum.nginx.org/read.php?2,283679

> Hey @mchtech, thank you for reporting that issue. crun tries to load `libcriu.so.2`, which does not seem to be available: https://github.com/containers/crun/blob/80fa3db6c3d83c86eb28f8757407e36110ea5aee/src/libcrun/criu.c#L129-L131 > > Can you fix the issue by...