Skip to content

Commit

Permalink
Merge pull request #2004 from kundan2707/gss-tsig
Browse files Browse the repository at this point in the history
external-dns configuration update
  • Loading branch information
k8s-ci-robot authored Mar 10, 2021
2 parents a66585b + 6adbd4e commit 5145768
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/tutorials/rfc2136.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,12 +376,11 @@ You'll want to configure `external-dns` similarly to the following:
```text
...
- --provider=rfc2136
- --rfc2136-gss-tsig
- --rfc2136-host=123.123.123.123
- --rfc2136-port=53
- --rfc2136-zone=your-domain.com
- --rfc2136-kerberos-username=your-domain-account
- --rfc2136-kerberos-password=your-domain-password
- --rfc2136-tsig-axfr # needed to enable zone transfers, which is required for deletion of records.
...
```
```

0 comments on commit 5145768

Please sign in to comment.