We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the SIGTERM doesn't close the runtime, but it needs a SIGKILL
SIGTERM
SIGKILL
The text was updated successfully, but these errors were encountered:
What makes you say this? Running locally (I haven't tested in a container) kill -TERM <PID> works fine for me.
kill -TERM <PID>
Sorry, something went wrong.
I tried with podman and it doesn't work... Maybe it's a podman problem
No branches or pull requests
It looks like the
SIGTERM
doesn't close the runtime, but it needs aSIGKILL
The text was updated successfully, but these errors were encountered: