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
What happened:
Using cloudflare provider, I get the following error, just inccase tried to change the domain also
time="2024-09-17T08:14:16Z" level=info msg="Instantiating new Kubernetes client"
time="2024-09-17T08:14:16Z" level=info msg="Using inCluster-config based on serviceaccount-token"
time="2024-09-17T08:14:16Z" level=info msg="Created Kubernetes client https://10.43.0.1:443"
time="2024-09-17T08:14:16Z" level=info msg="Using inCluster-config based on serviceaccount-token"
time="2024-09-17T08:14:16Z" level=info msg="Created Dynamic Kubernetes client https://10.43.0.1:443"
time="2024-09-17T08:14:29Z" level=info msg="Changing record." action=CREATE record=ss.sepaurg.eu ttl=1 type=CNAME zone=62b51f06006da5af2c1c024f05091731
time="2024-09-17T08:14:29Z" level=error msg="failed to create record: CNAME content cannot reference itself. (9039)" action=CREATE record=ss.sepaurg.eu ttl=1 type=CNAME zone=62b51f06006da5af2c1c024f05091731
time="2024-09-17T08:14:29Z" level=info msg="Changing record." action=CREATE record=ss.sepaurg.eu ttl=1 type=TXT zone=62b51f06006da5af2c1c024f05091731
time="2024-09-17T08:14:30Z" level=info msg="Changing record." action=CREATE record=cname-ss.sepaurg.eu ttl=1 type=TXT zone=62b51f06006da5af2c1c024f05091731
time="2024-09-17T08:14:30Z" level=fatal msg="Failed to do run once: failed to submit all changes for the following zones: [62b51f06006da5af2c1c024f05091731]"
Environment:
External-DNS version (use external-dns --version): v0.15.0
DNS provider: Cloudflare
Others: traefik ingressroute
This my external-dns deployment configuration:
apiVersion: apps/v1kind: Deploymentmetadata:
name: external-dnsspec:
strategy:
type: Recreateselector:
matchLabels:
app: external-dnstemplate:
metadata:
labels:
app: external-dnsspec:
serviceAccountName: external-dnscontainers:
- name: external-dnsimage: registry.k8s.io/external-dns/external-dns:v0.15.0args:
# - --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.# - --zone-id-filter=023e105f4ecef8ad9ca31a8372d0c353 # (optional) limit to a specific zone.
- --provider=cloudflare
- --cloudflare-proxied # (optional) enable the proxy feature of Cloudflare (DDOS protection, CDN...)# - --cloudflare-dns-records-per-page=5000 # (optional) configure how many DNS records to fetch per requestenv:
- name: EXTERNAL_DNS_SOURCEvalue: |- service ingress traefik-proxy
- name: CF_API_TOKENvalueFrom:
secretKeyRef:
name: cloudflare-api-keykey: apitoken
The text was updated successfully, but these errors were encountered:
What happened:
Using cloudflare provider, I get the following error, just inccase tried to change the domain also
Environment:
external-dns --version
): v0.15.0This my external-dns deployment configuration:
The text was updated successfully, but these errors were encountered: