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
Instead of kill $PID, stopping should send SIGINT, therefore kill -INT $PID, which will gracefully leave the cluster. kill's default signal is SIGTERM if I'm not mistaken. I'll make a PR for this if necessary.
The text was updated successfully, but these errors were encountered:
@noazark A PR would be welcome. I am flying out to the Chef summit this week and won't get a lot of time to hack on this. @reset Perhaps you and pair over a beer this week?
Instead of
kill $PID
, stopping should send SIGINT, thereforekill -INT $PID
, which will gracefully leave the cluster.kill
's default signal is SIGTERM if I'm not mistaken. I'll make a PR for this if necessary.The text was updated successfully, but these errors were encountered: