github.com/openshift/installer@v1.4.17/docs/user/gcp/apis.md (about) 1 # GCP Service APIs 2 To install OpenShift to your GCP project, the installer requires following [Service APIs][service-apis-summary] to be enabled for your project. 3 4 ## Enable API Services needed by your cluster 5 6 You will need to enable the following API services in your project: 7 8 - Compute Engine API (`compute.googleapis.com`) 9 - Google Cloud APIs (`cloudapis.googleapis.com`) 10 - Cloud Resource Manager API (`cloudresourcemanager.googleapis.com`) 11 - Google DNS API (`dns.googleapis.com`) 12 - Identity and Access Management (IAM) API (`iam.googleapis.com`) 13 - IAM Service Account Credentials API (`iamcredentials.googleapis.com`) 14 - Service Management API (`servicemanagement.googleapis.com`) 15 - Service Usage API (`serviceusage.googleapis.com`) 16 - Google Cloud Storage JSON API (`storage-api.googleapis.com`) 17 - Cloud Storage (`storage-component.googleapis.com`) 18 19 You can enable these services using the console or the CLI (console service names in parentheses) 20 21 More information: 22 - [GCP: Enable Services][enable-svc] 23 24 25 [enable-svc]: https://cloud.google.com/service-usage/docs/enable-disable#enabling 26 [service-apis-summary]: https://cloud.google.com/terms/services