mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
Move the step of enabling GCP service APIs to it's own step. These APIs must also be enabled prior to DNS configuration. Signed-off-by: Christoph Blecker <cblecker@redhat.com>
1.1 KiB
1.1 KiB
GCP Service APIs
To install OpenShift to your GCP project, the installer requires following Service APIs to be enabled for your project.
Enable API Services needed by your cluster
You will need to enable the following API services in your project:
- Compute Engine API (
compute.googleapis.com) - Google Cloud APIs (
cloudapis.googleapis.com) - Cloud Resource Manager API (
cloudresourcemanager.googleapis.com) - Google DNS API (
dns.googleapis.com) - Identity and Access Management (IAM) API (
iam.googleapis.com) - IAM Service Account Credentials API (
iamcredentials.googleapis.com) - Service Management API (
servicemanagement.googleapis.com) - Service Usage API (
serviceusage.googleapis.com) - Google Cloud Storage JSON API (
storage-api.googleapis.com) - Cloud Storage (
storage-component.googleapis.com)
You can enable these services using the console or the CLI (console service names in parentheses)
More information: