You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current default behavior of the VPC Resource Controller in Amazon EKS for Windows nodes using secondary IP mode is to allocate a fixed number of warm secondary IP addresses on each Windows node. However, in some scenarios and use cases, this approach while beneficial to enable faster pod startup times, can lead to IP address wastage, especially in subnets with limited IPv4 address space.
What would you like to be enhanced
Add the following configuration options to the VPC Resource Controller to provide more flexibility in managing IP address allocation when using the Secondary IP Mode for Windows nodes:
minimum-ip-target: Specify the minimum number of minimum number of IP addresses to be available at any time
warm-ip-target: Specify the target number of unused IP addresses allocated in excess of current need to enable faster pod startup times
Why is the change needed and what use case will it solve
EKS users who need to carefully manage their IP address utilization may find this default behavior problematic, as it can result in unused IP addresses on their nodes and reduced IP address availability. To address this issue, adding configuration options to control the IP address allocation process would provide more flexibility and allow users to optimize their IP address usage and availability based on their specific requirements and tradeoffs for warm IP availability.
Task list
Create PR with initial changes to support the new configuration parameters
Respond to PR review feedback and merge PR
Add documentation about new configuration parameters
Verify changes are effected and generally available across all regions 🎉
The text was updated successfully, but these errors were encountered:
tzifudzi
changed the title
Add configuration options to control IP address allocation in Secondary IP Mode for Windows nodes
Add Windows configuration options to control IP address allocation in Secondary IP Mode
Jul 2, 2024
Background
What would you like to be enhanced
Add the following configuration options to the VPC Resource Controller to provide more flexibility in managing IP address allocation when using the Secondary IP Mode for Windows nodes:
minimum-ip-target
: Specify the minimum number of minimum number of IP addresses to be available at any timewarm-ip-target
: Specify the target number of unused IP addresses allocated in excess of current need to enable faster pod startup timesWhy is the change needed and what use case will it solve
Task list
The text was updated successfully, but these errors were encountered: