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
With version of shell-operator from flant/shell-operator:v1.0.0-beta.10, but pulled out of that image into separate image where it is then being run from command line in the container, interrupting it with ``^C` is not resulting in it shutting down properly, even though it says it is gracefully shutting down.
The messages output are shown below, with you being able to see where ^C was generated:
Hello! There was a problem with "Grace shutdown" mode: it stops a queue but not exits a process and continues to handle new Kubernetes events. There is a fix for this in PR #176. Now it stops handling Kubernetes events, Schedule events, stops all queues and exits immediately, or after 10 seconds if there is a running hook. It will be released in version beta.11 this week I think.
With version of
shell-operator
fromflant/shell-operator:v1.0.0-beta.10
, but pulled out of that image into separate image where it is then being run from command line in the container, interrupting it with ``^C` is not resulting in it shutting down properly, even though it says it is gracefully shutting down.The messages output are shown below, with you being able to see where
^C
was generated:If you subsequently send
^C
again, then forced shutdown works fine.Using
--log-level debug
only results in the following extra details.The text was updated successfully, but these errors were encountered: