mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
docs: Fix managed-record-type argument
This commit is contained in:
parent
8a69069c36
commit
0973be58e0
@ -21,10 +21,10 @@ Example:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Default behavior - creates both formats
|
# Default behavior - creates both formats
|
||||||
external-dns --provider=aws --source=ingress --managed-record-types=A,TXT
|
external-dns --provider=aws --source=ingress --managed-record-types=A --managed-record-types=TXT
|
||||||
|
|
||||||
# Only create new format records (alongside other required flags)
|
# Only create new format records (alongside other required flags)
|
||||||
external-dns --provider=aws --source=ingress --managed-record-types=A,TXT --txt-new-format-only
|
external-dns --provider=aws --source=ingress --managed-record-types=A --managed-record-types=TXT --txt-new-format-only
|
||||||
```
|
```
|
||||||
|
|
||||||
The `--txt-new-format-only` flag should be used in addition to your existing external-dns configuration flags. It does not implicitly configure TXT record handling - you still need to specify `--managed-record-types=TXT` if you want external-dns to manage TXT records.
|
The `--txt-new-format-only` flag should be used in addition to your existing external-dns configuration flags. It does not implicitly configure TXT record handling - you still need to specify `--managed-record-types=TXT` if you want external-dns to manage TXT records.
|
||||||
|
Loading…
Reference in New Issue
Block a user