kube/external-dns
Lauri Võsandi e02a10b192 external-dns: Migrate k6.ee and kspace.ee 2023-08-14 18:59:15 +03:00
..
.gitignore external-dns: Migrate k6.ee and kspace.ee 2023-08-14 18:59:15 +03:00
README.md Update external-dns 2022-12-14 18:46:00 +02:00
k-space.yaml external-dns: Migrate k6.ee and kspace.ee 2023-08-14 18:59:15 +03:00
k6.yaml external-dns: Migrate k6.ee and kspace.ee 2023-08-14 18:59:15 +03:00
kspace.yaml external-dns: Migrate k6.ee and kspace.ee 2023-08-14 18:59:15 +03: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>