From 1c78b22f58cd19275ca3b1856f59ce32faecc527 Mon Sep 17 00:00:00 2001 From: Ben Scott Date: Wed, 24 Aug 2022 15:16:53 -0400 Subject: [PATCH] BZ-2084280 Separating required API table into required and optional tables --- ...nstallation-gcp-enabling-api-services.adoc | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/modules/installation-gcp-enabling-api-services.adoc b/modules/installation-gcp-enabling-api-services.adoc index c37a6ed45a..a8ffe70bc3 100644 --- a/modules/installation-gcp-enabling-api-services.adoc +++ b/modules/installation-gcp-enabling-api-services.adoc @@ -28,7 +28,7 @@ to complete {product-title} installation. .Procedure * Enable the following required API services in the project that hosts your -cluster. See +cluster. You may also enable optional API services which are not required for installation. See link:https://cloud.google.com/service-usage/docs/enable-disable#enabling[Enabling services] in the GCP documentation. + @@ -37,17 +37,9 @@ in the GCP documentation. |=== |API service |Console service name -ifdef::template[] -|Cloud Deployment Manager V2 API -|`deploymentmanager.googleapis.com` -endif::template[] - |Compute Engine API |`compute.googleapis.com` -|Google Cloud APIs -|`cloudapis.googleapis.com` - |Cloud Resource Manager API |`cloudresourcemanager.googleapis.com` @@ -60,6 +52,21 @@ endif::template[] |Identity and Access Management (IAM) API |`iam.googleapis.com` +|=== ++ +.Optional API services +[cols="2a,3a",options="header"] +|=== +|API service |Console service name + +ifdef::template[] +|Cloud Deployment Manager V2 API +|`deploymentmanager.googleapis.com` +endif::template[] + +|Google Cloud APIs +|`cloudapis.googleapis.com` + |Service Management API |`servicemanagement.googleapis.com`