aws-load-balancer-controller icon indicating copy to clipboard operation
aws-load-balancer-controller copied to clipboard

Added check to validate IPv6Address changes

Open parambath92 opened this issue 7 months ago • 16 comments

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 the docs 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:

parambath92 avatar Jul 03 '24 19:07 parambath92