Closed Justin-DynamicD closed 3 years ago
Update:
changing the policy to "sync" from "upsert-only" seems to have fixed the behavior. I'm not certain what this value actually controls (not seeing it referenced in the readme), but I guess I can go through the Go code and figure it out.
Assuming this is expected behavior.
What happened:
using a helmchart, deployed 0.8.0 and configured the following key values:
I then created a DNSEndpoint resource with a simple spec:
Logs show both records create successfully (CNAME and TXT).
Then, I delete the DNSEndpoint:
What you expected to happen:
Both records to get deleted. Instead, nothing. Not even a log implying it tried.
Deleting the DNSEndpoint doesn't appear to trigger any kind of delete opperation. poilling is set to defautl value of 1min ... nothing.
Is there some kind of setting I should be using I'm missing?
bitnami chart I'm using: https://github.com/bitnami/charts/tree/master/bitnami/external-dns