kubernetes-sigs / external-dns

Configure external DNS servers (AWS Route53, Google CloudDNS and others) for Kubernetes Ingresses and Services
Apache License 2.0
7.69k stars 2.56k forks source link

Duplicate TXT and A records on Digitalocean #487

Closed mrfoxes closed 6 years ago

mrfoxes commented 6 years ago

Hi guys, i'm trying to use external dns on Digitalocean. I'm using the v0.5.0-alpha.1 Everything works fine but i've noticed on my digitalocean's network tab that i have a lot of entries with same values

screen shot 2018-03-07 at 23 39 46

I've create two different deployments and one service for each deployment: 2 deployments 2 services. Domains are correctly created but the list continue to grow. I haven't scale or done nothing else beyond of this. Anyone in the same situation?

slushie commented 6 years ago

I've had the same problem, I had to disable external-dns :( It created ~2k records (half of them A, half TXT) overnight.

hjacobs commented 6 years ago

@mikkeloscar something for you to look into?

mikkeloscar commented 6 years ago

@hjacobs I'm using cloudflare not DO :)

But a quick test on DO shows this problem, so I can confirm there is a bug in the digital ocean provider. Unless someone else want to look into it, I'll try to have a look one of the next days.