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

CNI can assign IP address that are no longer attached to the instance #391

Closed
nckturner opened this issue Apr 10, 2019 · 0 comments
Closed
Milestone

Comments

@nckturner
Copy link
Contributor

I had an m4.large (2 ENIs at 10 IP addresses each) which was saturated with pods, and I detached one ENI, then scaled down the pods to 0, then deleted the ENI. Then I scaled the pods back up so that the node was saturated, and every pod entered the running state and and was allocated an IP address by the CNI. But, when I look at the ENIs allocated to the node, there is only 1 ENI. That is, the CNI never requested a new ENI, and instead handed out stale IP addresses to the Pods. This results in connection timeouts when packets are routed to the pods that are behind non-existent IP addresses.

@mogren mogren added this to the v1.5 milestone May 21, 2019
@mogren mogren closed this as completed May 21, 2019
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

No branches or pull requests

2 participants