kube/external-dns
Lauri Võsandi 7c5cad55e1
continuous-integration/drone Build is passing Details
Initial commit
2022-08-25 11:22:50 +03:00
..
README.md Initial commit 2022-08-25 11:22:50 +03:00
application.yml Initial commit 2022-08-25 11:22:50 +03:00

README.md

Before applying replace the secret with the actual one.

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

kubectl apply -n external-dns -f external-dns.yml

Insert TSIG secret:

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