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
INFO[0000] Created Kubernetes client https://192.168.39.181:8443
DEBU[0000] Skipping TLS for PDNS Provider.
DEBU[0000] Unable to fetch zone Status: 422 Unprocessable Entity, Body: {"domain":"example.com.","error":"Fatality! Error checking domain/key. Token or domain might be wrong."}
DEBU[0000] Retrying ListZone() ... 0
DEBU[0001] Unable to fetch zone Status: 422 Unprocessable Entity, Body: {"domain":"example.com.","error":"Fatality! Error checking domain/key. Token or domain might be wrong."}
DEBU[0001] Retrying ListZone() ... 1
DEBU[0001] Unable to fetch zone Status: 422 Unprocessable Entity, Body: {"domain":"example.com.","error":"Fatality! Error checking domain/key. Token or domain might be wrong."}
DEBU[0001] Retrying ListZone() ... 2
ERRO[0002] Unable to list zone. Status: 422 Unprocessable Entity, Body: {"domain":"example.com.","error":"Fatality! Error checking domain/key. Token or domain might be wrong."}
WARN[0002] Unable to fetch Records
FATA[0002] Status: 422 Unprocessable Entity, Body: {"domain":"example.com.","error":"Fatality! Error checking domain/key. Token or domain might be wrong."}
exit status 1
Anything else we need to know?:
Here are logs from successful run of external-dns on v0.13.1 with the same setup as above. I just checked out on the tag and recompiled.
What happened:
--regex-domain-filter
was working inv0.13.1
but in it fails in latest version (on master) andv0.13.5
.What you expected to happen:
Successful domain synchronization.
How to reproduce it (as minimally and precisely as possible):
Run service according to the tutorial:
Run external dns (latest)
Logs:
Anything else we need to know?:
Here are logs from successful run of
external-dns
onv0.13.1
with the same setup as above. I just checked out on the tag and recompiled.Run
external-dns
v0.13.1
Logs:
dig
for verificationEnvironment:
external-dns --version
): latest (master)might be related to: #3284, #3073
The text was updated successfully, but these errors were encountered: