From 62011f09aa114be48a0808c6ba96ddfa14d3f1c9 Mon Sep 17 00:00:00 2001 From: Falcon Taylor-Carter Date: Thu, 1 Jul 2021 19:28:28 -0400 Subject: [PATCH] Update GKE docs with visibility example --- docs/tutorials/gke.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/gke.md b/docs/tutorials/gke.md index fbf8644263..319135f26c 100644 --- a/docs/tutorials/gke.md +++ b/docs/tutorials/gke.md @@ -123,6 +123,7 @@ spec: - --domain-filter=external-dns-test.gcp.zalan.do # will make ExternalDNS see only the hosted zones matching provided domain, omit to process all available hosted zones - --provider=google # - --google-project=zalando-external-dns-test # Use this to specify a project different from the one external-dns is running inside + - --google-zone-visibility=private # Use this to filter to only zones with this visibility. Set to either 'public' or 'private'. Omitting will match public and private zones - --policy=upsert-only # would prevent ExternalDNS from deleting any records, omit to enable full synchronization - --registry=txt - --txt-owner-id=my-identifier