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
For services external-dns works (through the annotation). Unfortunately I need to switch to an ingress to make TLS termination work and here external-dns just reports "All records are already up to date", but does not created DNS records for the ingress. The ingress itself is getting created though.
I've also tried adding the annotation to the ingress, but that does not help either.
I've tested v0.4.0-alpha.1 - no change
I run it locally with ~/go/bin/external-dns --registry txt --provider google --google-project ${PRJ} --source service --once --dry-run --debug and it does not print anything wrt. ingresses, it only seems to look at services.
The text was updated successfully, but these errors were encountered:
I am using the following ingress.yaml (based on the docs in https://github.com/kubernetes-incubator/external-dns/blob/master/docs/tutorials/gke.md):
For services external-dns works (through the annotation). Unfortunately I need to switch to an ingress to make TLS termination work and here external-dns just reports "All records are already up to date", but does not created DNS records for the ingress. The ingress itself is getting created though.
~/go/bin/external-dns --registry txt --provider google --google-project ${PRJ} --source service --once --dry-run --debug
and it does not print anything wrt. ingresses, it only seems to look at services.The text was updated successfully, but these errors were encountered: