Merge pull request #1516 from scottd018/bugfix-windows-documentation-rfc2136

Fix RFC2316 Windows Documentation
This commit is contained in:
Kubernetes Prow Robot 2020-04-23 10:31:11 -07:00 committed by GitHub
commit fba0d496b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -271,9 +271,7 @@ You'll want to configure `external-dns` similarly to the following:
- --rfc2136-host=123.123.123.123
- --rfc2136-port=53
- --rfc2136-zone=your-domain.com
- --rfc2136-tsig-secret=not-needed
- --rfc2136-tsig-secret-alg=hmac-sha256
- --rfc2136-tsig-keyname=externaldns-key
- --rfc2136-insecure
- --rfc2136-tsig-axfr # needed to enable zone transfers, which is required for deletion of records.
...
```