You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Using SIGRTMIN+3 doesn't work on k3s (and probably other runc-based runtimes).
This issue is described in opencontainers/runc#1766.
The suggested workaround there is to reference the signal by number instead: STOPSIGNAL 37.