hellofresh / eks-rolling-update

EKS Rolling Update is a utility for updating the launch configuration of worker nodes in an EKS cluster.
Apache License 2.0
361 stars 81 forks source link

NLB still sending requests to node while shutting down #98

Open casprou opened 3 years ago

casprou commented 3 years ago

From the time the node goes down until it gets de-registered from the Load Balancer, it will still getting requests. Reducing the thresholds and retries before the LB considers the node as unavailable could improve things but still, at least a few second will be required for that and also this could cause other issues like de-registering nodes for the wrong reasons. Any suggestions?