Skip to content
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

Cherry pick #101592 #254

Closed
nckturner opened this issue Aug 25, 2021 · 0 comments · Fixed by #256
Closed

Cherry pick #101592 #254

nckturner opened this issue Aug 25, 2021 · 0 comments · Fixed by #256

Comments

@nckturner
Copy link
Contributor

nckturner commented Aug 25, 2021

Cherry pick kubernetes/kubernetes#101592:

AWS ELBv2 API will intermittently reject targets operations in large chunks according to its availability.
Currently we register all targets in a single batch call, which might fail indefinitely for specific users.
Which issue(s) this PR fixes:

Test done:(tested with an kops cluster)
new NLB/TargetGroup case with 107 nodes works correctly. (register all nodes in chunks: [100, 7])
label one node with node.kubernetes.io/exclude-from-external-load-balancers=true, that node is removed correctly.
remove the node.kubernetes.io/exclude-from-external-load-balancers=true label from node, that node is added back correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant