To install OpenShift to your GCP project, the installer requires following Service APIs to be enabled for your project.
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: