forked from k-space/kube
16 lines
289 B
Markdown
16 lines
289 B
Markdown
|
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>
|
||
|
```
|