From 787d84036ab59027beaad04ea999871166b7e171 Mon Sep 17 00:00:00 2001 From: Fiachra Corcoran Date: Tue, 10 Dec 2024 13:25:23 +0000 Subject: [PATCH] Add missing APIs to be enabled in the documentation (#197) Added missing APIs that are required when setting up a new environment with the documentation steps. --- content/en/docs/guides/install-guides/install-on-gcp.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/guides/install-guides/install-on-gcp.md b/content/en/docs/guides/install-guides/install-on-gcp.md index d9cb88bd..08c2e329 100644 --- a/content/en/docs/guides/install-guides/install-on-gcp.md +++ b/content/en/docs/guides/install-guides/install-on-gcp.md @@ -139,7 +139,9 @@ gcloud services enable krmapihosting.googleapis.com \ serviceusage.googleapis.com \ iam.googleapis.com \ gkehub.googleapis.com \ - anthosconfigmanagement.googleapis.com + anthosconfigmanagement.googleapis.com \ + anthos.googleapis.com \ + sourcerepo.googleapis.com ```