Commit bd0b55ce authored by Martin Linkhorst's avatar Martin Linkhorst Committed by GitHub
Browse files

docs(faq): add answer for how to run ExternalDNS under service account

No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -96,3 +96,7 @@ TODO (https://github.com/kubernetes-incubator/external-dns/issues/262)
### Which permissions do I need when running ExternalDNS on a GCE or GKE node.
You need to add either https://www.googleapis.com/auth/ndev.clouddns.readwrite or https://www.googleapis.com/auth/cloud-platform on your instance group's scope.
### How can I run ExternalDNS under a specific GCP Service Account, e.g. to access DNS records in other projects?
Have a look at https://github.com/linki/mate/blob/v0.6.2/examples/google/README.md#permissions
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment