gardener / external-dns-management

Environment to manage external DNS entries for a kubernetes cluster
Apache License 2.0
81 stars 67 forks source link

DNSEntries with existing DNS recordsets should go to state "stale" if no DNSProvider is available #314

Open MartinWeindel opened 1 year ago

MartinWeindel commented 1 year ago

What happened: A DNSEntry should not go to state Error if its DNSProvider is deleted and the DNS recordset is already existing. Instead if should go to state Stale. The difference is that in state Stale the DNS recordset is kept, but for Error it is cleaned up.

What you expected to happen:

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

Environment: