Closed ryanovas closed 2 weeks ago
I don't know if this is relevant but I get this in my logs a lot for new records:
time="2024-05-22T17:24:25Z" level=debug msg="Creating domain record" data=ingress-domain.com. dnsName=test1111 domain=mydomain.com recordType=CNAME ttl=300
time="2024-05-22T17:24:25Z" level=debug msg="Creating domain record" data=ingress-domain.com. dnsName=test2222 domain=mydomain.com recordType=CNAME ttl=300
time="2024-05-22T17:24:26Z" level=debug msg="Creating domain record" data="\"heritage=external-dns,external-dns/owner=default,external-dns/resource=ingress/hello-world/hello-world-ingress\"" dnsName=test1111 domain=mydomain.com recordType=TXT ttl=300
time="2024-05-22T17:24:26Z" level=fatal msg="Failed to do run once: POST https://api.digitalocean.com/v2/domains/mydomain.com/records: 422 (request \"c51e46ee-80e2-412b-b9dc-63bc559c7858\") records cannot share a name with a CNAME record"
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle rotten
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle rotten
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs.
This bot triages issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/reopen
/remove-lifecycle rotten
Please send feedback to sig-contributor-experience at kubernetes/community.
/close not-planned
@k8s-triage-robot: Closing this issue, marking it as "Not Planned".
What happened:
When I delete ingresses the records that were created by external-dns remain and have to be manually deleted. This is what I see i the logs:
This is after I had deleted the ingress. It will just do this forever.
What you expected to happen:
I used the Bitnami helm chart and set the policy to sync and expected that deleting ingresses would delete their matching DNS records.
How to reproduce it (as minimally and precisely as possible):
Install external-dns with bitnami helm chart using the following values:
Environment: