k8snetworkplumbingwg / net-attach-def-admission-controller

An admission controller to check resources as defined by the NPWG spec
Apache License 2.0
4 stars 15 forks source link

Bug #2505: Fixed bug that was causing multus admission controller pods to not die when kill 1 is ran #46

Closed nicklesimba closed 2 years ago

nicklesimba commented 2 years ago

Fixed bug that was causing multus admission controller pods to not die when kill 1 is ran. The signal was not being notified when syscall.SIGKILL occurred, causing the bug. Thank you @aneeshkp for spotting this error.

I messed up the title, so here's the bug link: https://issues.redhat.com/browse/SDN-2505

dougbtv commented 2 years ago

:rock: SOLID.

Thank you!!!