forked from k-space/kube
argocd
asterisk
camtiler
cert-manager
cnpg-system
drone
drone-execution
elastic-system
etherpad
external-dns
.gitignore
README.md
k-space.yaml
k6.yaml
kspace.yaml
freescout
gitea
grafana
harbor
kube-system
kubernetes-dashboard
local-path-storage
logging
logmower
longhorn-system
member-site
metallb-system
minio-clusters
mongodb-operator
mysql-clusters
mysql-operator
nextcloud
nyancat
oidc-gateway
openebs
playground
postgres-clusters
postgres-operator
prometheus-operator
redis-clusters
reloader
rosdump
shared
tigera-operator
traefik
wiki
wildduck
woodpecker
.drone.yml
.gitignore
CONTRIBUTORS.md
LICENSE.md
README.md
ansible-doors.yml
ansible-kubernetes.yml
ansible.cfg
cluster-role-bindings.yml
inventory.yml
ssh_config
storage-class.yaml
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>