k8s-spot-termination-handler icon indicating copy to clipboard operation
k8s-spot-termination-handler copied to clipboard

Add option to also deregister the terminating instance from all ELBs

Open piontec opened this issue 7 years ago • 1 comments

This becomes essential when instances are exposed with ELB: after getting the termination signal, the instance is drained and soon will be terminated. Still, kube-proxy keeps running on the instance, so it's not removed from ELB. WHen isntance stops, ELB must detect failure on its own, which introduces a delay of at least 10s. With this PR terminating instances can deregister themselfs from all ELBs before they will be reclaimed by AWS.

piontec avatar Oct 18 '18 14:10 piontec

@piontec: PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

pusher-ci avatar May 01 '19 10:05 pusher-ci