removed ref to vinylDNS

This commit is contained in:
prune 2020-08-18 17:45:40 -04:00
parent e0723bb28b
commit 32a28ca5fa
No known key found for this signature in database
GPG Key ID: 35A2931CBFDC67F6

View File

@ -100,7 +100,7 @@ spec:
# - --google-project=zalando-external-dns-test # Use this to specify a project different from the one external-dns is running inside # - --google-project=zalando-external-dns-test # Use this to specify a project different from the one external-dns is running inside
- --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization - --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization
- --registry=txt - --registry=txt
- --txt-prefix=extdns # when using `registry=txt` option, make sure to also use the `txt-prefix` and `txt-owner-id` options as well. If you try to create a `TXT` record in VinylDNS without a prefix, it will try to create a `TXT` record with the same name as your actual DNS record and fail (creating a stranded record `external-dns` cannot manage). - --txt-prefix=extdns # when using `registry=txt` option, make sure to also use the `txt-prefix` and `txt-owner-id` options as well. If you try to create a `TXT` record without a prefix, it will try to create a `TXT` record with the same name as your actual DNS record and fail (creating a stranded record `external-dns` cannot manage).
- --txt-owner-id=my-identifier - --txt-owner-id=my-identifier
``` ```