docs: google cloud installation guides - agent blockers - #69634
docs: google cloud installation guides - agent blockers#69634mmcallister wants to merge 10 commits into
Conversation
|
Amplify deployment status
|
…rd, rrdatas added to cspell as it is for 'resource record data' in gcloud reference docs
…ency with service-account
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 920f30c2dc
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 65eb2f4576
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ca161e8018
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ca161e8018
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 81f148f282
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 81f148f282
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 342943680c
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
…se readyz for both load-balancer health checks
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.