You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ifdnsRecord.Status.WriteCounter<WriteCounterLimit {
dnsRecord.Status.WriteCounter++wrtiteCounter.WithLabelValues(dnsRecord.Name, dnsRecord.Namespace).Inc()
logger.V(1).Info("Changes needed on the same generation of record")
} else {
Refinement thoughts:
some back off logic for the verification loop, when it fails repeatedly, verify less frequently.
maybe add some sort of date information about when the writes last stopped.
The text was updated successfully, but these errors were encountered:
What
The dnsrecord controller no longer stops trying to update the record in the provider zone when it is trying to update the same generation too often. Look like a regression introduced by #100, at least i can't find the equivalent of this anywhere now https://github.com/Kuadrant/dns-operator/pull/100/files#diff-adacb6a4589c65c2d853c0f59ca02d6b8fb50bb388b41de1d13e99b0d128cfe1L405
Refinement thoughts:
The text was updated successfully, but these errors were encountered: