is it possible 502 raise sometimes, during node evict/drain. #6793
Labels
area/cluster-autoscaler
area/provider/aws
Issues or PRs related to aws provider
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Which component are you using?:
autoscaler
What version of the component are you using?:
cluster-autoscaler:v1.29.0
Component version:
What k8s version are you using (
kubectl version
)?:kubectl version
OutputWhat environment is this in?:
aws alb, eks
What did you expect to happen?:
no 502
What happened instead?:
502 raise sometimes.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
is it possible 502 raise sometimes, during node evict/drain.
After you drain node successfully, this ec2 is not k8 node anymore, however, then api will still be forwarded from aws alb until the node is terminated. 502 may raise since the api cannot be forwarded to k8s service.
Is this possible during this time period?
Thanks.
The text was updated successfully, but these errors were encountered: