targetgroup.elbv2 port not reconciled - immutable field requiring recreate? #2354
Labels
area/documentation
Issues or PRs related to documentation and examples
kind/bug
Categorizes issue or PR as related to a bug.
service/elbv2
Indicates issues or PRs that are related to elbv2-controller.
Describe the bug
I created a
TargetGroup
resource, e.g.:This created the
TargetGroup
in AWS as expected. I then changed theport
to a different value and reapplied. The updated resource definition was accepted by the API server, however, the targetgroup in AWS was not updated. The Kubernetes resource was also reverted back to the originalport
value, i.e. a subsequentkubectl get
showed the old value.I suspect this is a more general issue about values that cannot be changed after a given AWS resource have been created - i.e. the kind of resources where Terraform would recreate the resource instead of doing in-place updates. However, I don't see the issue about 'in-place' vs. 'recreate' addressed in the documentation.
Environment
The text was updated successfully, but these errors were encountered: