Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Changing annotation disco/record does not delete the old record from Designate #14

Open
IvoGoman opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@IvoGoman
Copy link

Initially, I had added the following annotations to a service of type LoadBalancer:

metadata:
  annotations:
    disco: "true"
    disco/record: myhost.zone.tld.
    disco/record-type: A

The A record was successfully created in designate.

Then I realised the record needed to be prefixed with ingress.

metadata:
  annotations:
    disco: "true"
    disco/record: ingress.myhost.zone.tld.
    disco/record-type: A

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.

@IvoGoman IvoGoman added the bug Something isn't working label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant