From 32a28ca5fa8df8c03fcd06378bf393a1982d56cc Mon Sep 17 00:00:00 2001 From: prune Date: Tue, 18 Aug 2020 17:45:40 -0400 Subject: [PATCH] removed ref to vinylDNS --- docs/tutorials/gke.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/gke.md b/docs/tutorials/gke.md index 2de022dbb..686f8fd90 100644 --- a/docs/tutorials/gke.md +++ b/docs/tutorials/gke.md @@ -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 - --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization - --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 ```