-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marking node as unsuitable for traffic once ToBeDeletedByClusterAutoscaler taint is observed on it #1609
Comments
As per the comments, raised the PR for v2 version of ALB Controller. Closed the previous PR and opened new one. |
…thiness of node (#1688) * Issue #1609. Checking for taint ToBeDeletedByClusterAutoscaler while checking if node is suitable to handle traffic. * Changes as per the PR comments. * remove unschedulable from LB node pool critera Co-authored-by: M00nF1sh <[email protected]>
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
PR has been merged. Closing the issue. |
…ermine the healthiness of node (kubernetes-sigs#1688) * Issue kubernetes-sigs#1609. Checking for taint ToBeDeletedByClusterAutoscaler while checking if node is suitable to handle traffic. * Changes as per the PR comments. * remove unschedulable from LB node pool critera Co-authored-by: M00nF1sh <[email protected]>
Currently cluster autoscaler (https://github.com/kubernetes/autoscaler/) adds taint ToBeDeletedByClusterAutoscaler before removing the node from ASG.
Current aws-load-balancer-controller listens for Cordon nodes only but does not listen for this specific taint. Due to this it causes 5xx during scale down event (Issue - kubernetes/autoscaler#1907).
This is already present in GCE Ingress (kubernetes/ingress-gce#792) and hence suggesting same should be added to AWS Load balancer too.
(I will be raising a PR for this issue soon)
The text was updated successfully, but these errors were encountered: