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>
13 lines
489 B
Markdown
13 lines
489 B
Markdown
# GCP Project Setup
|
|
|
|
This document is a guide for preparing a new GCP project for use with OpenShift.
|
|
|
|
Follow along with the steps and links below to configure your GCP project and provision an OpenShift cluster:
|
|
|
|
1. [Enable Service APIs](apis.md)
|
|
1. [Setup DNS](dns.md)
|
|
1. [Ensure sufficient quota](limits.md)
|
|
1. [Create Installer Service Account](iam.md)
|
|
1. [Install Cluster with the OpenShift Installer](install.md)
|
|
1. [(optional) Post-Install: Disable Service Account](postinstall.md)
|