1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-06 06:46:26 +01:00
Files
openshift-docs/modules/installation-gcp-install-cli.adoc

33 lines
1.1 KiB
Plaintext

// Module included in the following assemblies:
//
// * installing/installing_gcp/installing-gcp-user-infra.adoc
// * installing/installing_gcp/installing-restricted-networks-gcp.adoc
:_content-type: PROCEDURE
[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.
+
See link:https://cloud.google.com/sdk/docs/authorizing#authorizing_with_a_service_account[Authorizing with a service account] in the GCP documentation.