Skip to content

Commit

Permalink
Merge pull request #1326 from Pionerd/master
Browse files Browse the repository at this point in the history
Update Google DNS doc in case custom role is used
  • Loading branch information
jetstack-bot authored Oct 17, 2023
2 parents d9ca1b9 + 9a04bd4 commit e01ee3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/docs/configuration/acme/dns01/google.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ gcloud projects add-iam-policy-binding $PROJECT_ID \
> * `dns.resourceRecordSets.*`
> * `dns.changes.*`
> * `dns.managedZones.list`
>
> In case you do not use the `dns.admin` role, you will also need to make sure that the Service Account used by your GKE cluster (e.g. the Compute Engine default service account) has the `https://www.googleapis.com/auth/cloud-platform` access scope assigned to it. See [Access scopes in GKE](https://cloud.google.com/kubernetes-engine/docs/how-to/access-scopes).
## Use Static Credentials

Follow the instructions in the following sections to deploy cert-manager using
Expand Down

0 comments on commit e01ee3d

Please sign in to comment.