You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
26
26
27
+
### Migration to New Format Only
28
+
When transitioning from dual-format to new-format-only records:
29
+
- Ensure all your `external-dns` instances support the new format
30
+
- Enable the `--txt-new-format-only` flag on your external-dns instances
31
+
Manually clean up any existing legacy format TXT records from your DNS provider
32
+
33
+
Note: `external-dns` will not automatically remove legacy format records when switching to new-format-only mode. You'll need to clean up the old records manually if desired.
34
+
27
35
## Prefixes and Suffixes
28
36
29
37
In order to avoid having the registry TXT records collide with
0 commit comments