docs: google cloud installation guides - agent blockers - #69634
Draft
mmcallister wants to merge 3 commits into
Draft
docs: google cloud installation guides - agent blockers#69634mmcallister wants to merge 3 commits into
mmcallister wants to merge 3 commits into
Conversation
mmcallister
temporarily deployed
to
docs-amplify
August 13, 2026 12:11 — with
GitHub Actions
Inactive
Contributor
|
Amplify deployment status
Preview links for changed docs pages |
…rd, rrdatas added to cspell as it is for 'resource record data' in gcloud reference docs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes for guide-following medium and high-level blockers surfaced by Beams agent testing of GCP installation and deployment documentation. Changes add gcloud CLI alternatives for Console-only
steps,
<Checkpoint>verification blocks after critical operations, and decision guidancefor ambiguous configuration choices.
Changes
gcp.mdx (agents): Added blocks after token creation and service join with
tctl/tsh verification commands, gcloud compute instances describe for service account
discovery, and an on security best practices for scoping allow rules.
gcp.mdx (deployments): Added gcloud CLI commands for Firestore database creation, GCS
bucket creation, service account key generation, and load balancer/DNS setup that were
previously Console-only. Added blocks after backend resource creation and
pre-install verification.
gcp.mdx (helm-deployments): Added gcloud CLI alternatives in for IAM role
creation, service account creation with role binding, service account key generation,
and DNS record creation. Added blocks after secret creation, cert-manager
install, Helm install, DNS setup, and final cluster verification.
gcp-kms.mdx: Added gcloud kms locations list for discovering KMS locations,
blocks after key ring creation, IAM policy binding, KMS access verification, and
post-restart health check. Added decision guidance for protection level (SOFTWARE vs.
HSM) and a tip about using attached service accounts over JSON keys.