Skip to content

Commit

Permalink
Update GKE docs with visibility example
Browse files Browse the repository at this point in the history
  • Loading branch information
Falcon Taylor-Carter committed Jul 1, 2021
1 parent 436b9c3 commit 62011f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62011f0

Please sign in to comment.