-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't create TXT records version 2 (GCP) and recreated dns records for root domain #4050
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
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:
You can:
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:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
I updated from version 0.13.4 to 0.14.0 thought version 0.13.5 with launched once with flag '--once', as asked in release note for 0.13.6 link.
Than I faced with same errors for all my zones in Google Cloud DNS which delegatet from CF and has manual records
NS - ns-cloud-d1.googledomains.com. ....
SOA - ns-cloud-d1.googledomains.com. ....
and than repeate all time delete/create records.
I noticed that External DNS created only one TXT record which didn't have prefix 'a-'. For not root domain records external-dns generate two records. As mentioned in #3167 I tried to added falg --txt-wildcard-replacement , but secondary records didn't turn out. And recreate records process continie as well.
What you expected to happen:
DNS records created only once without delete process.
Environment:
external-dns --version
): v0.14.0problem with recreate records absent in 0.13.5 and appeared in 0.13.6. Flag --txt-wildcard-replacement didn't help me.
The text was updated successfully, but these errors were encountered: