kube/external-dns
Lauri Võsandi c65835c6a4 Update external-dns 2022-12-14 18:46:00 +02:00
..
README.md Update external-dns 2022-12-14 18:46:00 +02:00
application.yml Update external-dns 2022-12-14 18:46:00 +02:00

README.md

Before applying replace the secret with the actual one.

For debugging add - --log-level=debug:

wget https://raw.githubusercontent.com/kubernetes-sigs/external-dns/master/docs/contributing/crd-source/crd-manifest.yaml -O crd.yml
kubectl apply -n external-dns -f application.yml -f crd.yml

Insert TSIG secret:

 kubectl -n external-dns create secret generic tsig-secret \
    --from-literal=TSIG_SECRET=<secret>