nrmitchi / k8s-controller-sidecars

MIT License
43 stars 24 forks source link

Add retries of SIGTERM execs #9

Open nrmitchi opened 4 years ago

nrmitchi commented 4 years ago

Currently this controller will only make a single attempt to SIGTERM a sidecar container.

This should retry, and the retry should be configurable.