microbean / microbean-kubernetes-controller

A toolset for writing Kubernetes controllers, or operators, in Java.
https://microbean.github.io/microbean-kubernetes-controller/
Apache License 2.0
20 stars 7 forks source link

Best way to handle SIGINT? #14

Closed xguerin closed 5 years ago

xguerin commented 5 years ago

This is maybe out of scope, but is there a special way to handle SIGINT when using the controller? I have tried both registering a shutdown hook and registering a Signal directly, and both seem to be either ignored or superseded by something else.

xguerin commented 5 years ago

Looks like I got my signals crossed.