mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix rfc2136 tutorial inconsistency within document
This commit is contained in:
parent
d1fc39bfad
commit
aa8bcbf21a
@ -290,9 +290,9 @@ You'll want to configure `external-dns` similarly to the following:
|
||||
```text
|
||||
...
|
||||
- --provider=rfc2136
|
||||
- --rfc2136-host=123.123.123.123
|
||||
- --rfc2136-host=192.168.0.1
|
||||
- --rfc2136-port=53
|
||||
- --rfc2136-zone=your-domain.com
|
||||
- --rfc2136-zone=k8s.example.org
|
||||
- --rfc2136-insecure
|
||||
- --rfc2136-tsig-axfr # needed to enable zone transfers, which is required for deletion of records.
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user