Bug: Changing annotation disco/record
does not delete the old record from Designate
#14
Labels
bug
Something isn't working
Initially, I had added the following annotations to a service of type LoadBalancer:
The A record was successfully created in designate.
Then I realised the record needed to be prefixed with
ingress
.DISCO now updated the Record CR in the cluster and created a new Record in Designate. However, the old record without the
ingress
prefix was abandoned by the controller.My expectation would have been that DISCO removes the first record as well as, creating the new record.
The text was updated successfully, but these errors were encountered: