Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #3433 from evilnick/bp-3429todevel
Browse files Browse the repository at this point in the history
Backport #3429 to devel
  • Loading branch information
evilnick authored Mar 5, 2019
2 parents eb31ee6 + 6bef989 commit 086cbce
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/en/clouds-gce.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,14 @@ minutes to complete):
gcloud services enable compute.googleapis.com --project juju-gce-1
```

For some integrated Juju services (e.g. the
[Charmed Distribution of Kubernetes][cdk-home]) it is useful to also enable the
IAM management API:

```bash
gcloud services enable iam.googleapis.com --project juju-gce-1
```

Verify by listing all currently enabled services/APIs:

```bash
Expand Down Expand Up @@ -336,3 +344,4 @@ See these pages for ideas on what to do next:
[gce-iam]: https://cloud.google.com/iam/docs/overview
[gce-iam-roles]: https://cloud.google.com/compute/docs/access/iam
[google-cpc]: https://console.cloud.google.com/
[cdk-home]: https://www.ubuntu.com/kubernetes

0 comments on commit 086cbce

Please sign in to comment.