-
Notifications
You must be signed in to change notification settings - Fork 748
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
Add configuration check for env WARM_IP_TARGET and MINIMUM_IP_TARGET #2659
Conversation
e447bae
to
beab647
Compare
As discussed internally, we decided not to change the default value of |
1cfaef7
to
74987dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last nits, and then this is good to merge
541e76d
to
4fd8463
Compare
4fd8463
to
06a14a1
Compare
06a14a1
to
89e4cc5
Compare
89e4cc5
to
0dc4cd7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can just have WARM ENI and not have WARM IP/MIN IP..might need to make some changes to accommodate that..
0dc4cd7
to
e603ce3
Compare
That is covered. When MIN IP is set, WARM ENI is ignored, though |
e603ce3
to
6cec4af
Compare
1c64866
to
9038482
Compare
Closing this PR as we have chosen to update the README to call this behavior out instead: https://github.com/aws/amazon-vpc-cni-k8s#minimum_ip_target-v160 |
What type of PR is this?
bug fix
Which issue does this PR fix:
#2650
What does this PR do / Why do we need it:
This PR adds a configuration check on env, if
MINIMUM_IP_TARGET
is set butWARM_IP_TARGET
is not set, it will error out. Also update docs on this change.Does this PR introduce any user-facing change?:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.