Closed jmtsi closed 1 month ago
This PR is included in version 20.24.3 :tada:
Wow, thanks for the quick reaction to my PR!
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
The launch template config in self-managed-node-group didn't include the parameter to set
primary_ipv6
, so I add it here. This has already been implemented for eks-managed-node-group in this PRMotivation and Context
This parameter is needed to enable
Assign primary IPv6 IP
for self-managed-node-group nodes. This is required to make it possible to use instance-type targets when using IPv6 and AWS Load Balancer ControllerBreaking Changes
Simple addition, no breaking changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request