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

Remove extra ENI when warm IP target is set #432

Closed
wants to merge 1 commit into from

Conversation

nckturner
Copy link
Contributor

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@nckturner nckturner requested review from mogren and vsiddharth May 1, 2019 22:08
* Remove extra ENI when warm IP target is set
* Modify max ENI check to allow for IP increase when warm IP target is
  set (Fixes issue where IPs are not allocated due ENIs being full)
@nckturner nckturner force-pushed the remove-extra-eni-for-warm-ip branch from 3143361 to 24ba739 Compare May 1, 2019 22:46
otherWarmIPs += len(other.IPv4Addresses) - other.AssignedIPv4Addresses
}
}
log.Debugf("ENI %s otherWarmIPs: %d < warmIPTarget: %d: %v", eni.ID, otherWarmIPs, warmIPTarget, otherWarmIPs < warmIPTarget)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for this detailed logging here.

@mogren
Copy link
Contributor

mogren commented May 10, 2019

Superseded by #461

@mogren mogren closed this May 10, 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

Successfully merging this pull request may close these issues.

2 participants