Closed brantburnett closed 3 years ago
Currently SIGINT and SIGTERM are not handled correctly.
Instead of triggering the stop channel, close the stop channel. This correctly signals the K8S controller to stop.
Add some additional debug logging.
Add a command line switch to use a local kubeconfig file instead of only running in-cluster. This makes local dev easier.
/merge
Motivation
Currently SIGINT and SIGTERM are not handled correctly.
Modifications
Instead of triggering the stop channel, close the stop channel. This correctly signals the K8S controller to stop.
Add some additional debug logging.
Add a command line switch to use a local kubeconfig file instead of only running in-cluster. This makes local dev easier.