mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
29 lines
835 B
Plaintext
29 lines
835 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * installing/installing_gcp/installing-gcp-user-infra.adoc
|
|
|
|
[id="installation-gcp-install-cli_{context}"]
|
|
= Installing and configuring CLI tools for GCP
|
|
|
|
To install {product-title} on Google Cloud Platform (GCP) using user-provisioned
|
|
infrastructure, you must install and configure the CLI tools for GCP.
|
|
|
|
.Prerequisites
|
|
|
|
* You created a project to host your cluster.
|
|
* You created a service account and granted it the required permissions.
|
|
|
|
.Procedure
|
|
|
|
. Install the following binaries in `$PATH`:
|
|
+
|
|
--
|
|
* `gcloud`
|
|
* `gsutil`
|
|
--
|
|
+
|
|
See link:https://cloud.google.com/sdk/docs/#install_the_latest_cloud_tools_version_cloudsdk_current_version[Install the latest Cloud SDK version]
|
|
in the GCP documentation.
|
|
|
|
. Authenticate using the `gcloud` tool with your configured service account.
|