aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Added check to validate IPv6Address changes
Issue
Fixes bug #3743
Description
Added one more check validating if currentIPAddressType
is updated the same as desiredIPAddressType
(defined in the service configuration) when the IP Address Type is changed to dualstack
mode with the IPv6 addresses defined in the dualstack
mode.
Checklist
- [ ] Added tests that cover your change (if possible)
- [ ] Added/modified documentation as required (such as the
README.md
, or thedocs
directory) - [ ] Manually tested
- [ ] Made sure the title of the PR is a good description that can go into the release notes
BONUS POINTS checklist: complete for good vibes and maybe prizes?! :exploding_head:
- [ ] Backfilled missing tests for code in same general area :tada:
- [ ] Refactored something and made the world a better place :star2: