1
0
forked from k-space/kube
Files
argocd
authelia
camtiler
cert-manager
drone
drone-execution
elastic-system
etherpad
external-dns
README.md
application.yml
freescout
grafana
harbor
keel
kube-system
kubernetes-dashboard
local-path-storage
logging
logmower
longhorn-system
member-site
metallb-system
mongodb-operator
mysql-operator
openebs
phpmyadmin
playground
prometheus-operator
reloader
rosdump
shared
tigera-operator
traefik
wildduck
.drone.yml
.gitignore
CONTRIBUTORS.md
LICENSE.md
README.md
cluster-role-bindings.yml
storage-class.yaml
kube/external-dns
2022-12-14 18:46:00 +02:00
..
2022-12-14 18:46:00 +02:00
2022-12-14 18:46:00 +02:00

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>