File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,8 @@ in the *Amazon EC2 User Guide for Linux Instances*.
282
282
For example, an ` m4.4xlarge ` launches with 1 network interface and 30 IP addresses\. If 5 pods are placed on the node and 5 free IP
283
283
addresses are removed from the IP address warm pool, then ` ipamd ` attempts to allocate more interfaces until ` WARM_ENI_TARGET ` free
284
284
interfaces are available on the node.
285
- If ` WARM_IP_TARGET ` is set, then this environment variable is ignored and the ` WARM_IP_TARGET ` behavior is used instead.
285
+
286
+ ** NOTE!** If ` WARM_IP_TARGET ` is set, then this environment variable is ignored and the ` WARM_IP_TARGET ` behavior is used instead.
286
287
287
288
#### ` WARM_IP_TARGET `
288
289
@@ -333,6 +334,8 @@ elasticity, but uses roughly half as many IPs as using WARM_IP_TARGET alone (32
333
334
This also improves the reliability of the EKS cluster by reducing the number of calls necessary to allocate or deallocate
334
335
private IPs, which may be throttled, especially at scaling-related times.
335
336
337
+ ** NOTE!** If MINIMUM_IP_TARGET is set WARM_ENI_TARGET will be ignored, please utilize WARM_IP_TARGET instead. Please also referring ` WARM_ENI_TARGET ` .
338
+
336
339
#### ` MAX_ENI `
337
340
338
341
Type: Integer
You can’t perform that action at this time.
0 commit comments