docs(install): add Cloud Run Instances deployment option to GCP guide - #140
Open
ryanpei wants to merge 1 commit into
Open
docs(install): add Cloud Run Instances deployment option to GCP guide#140ryanpei wants to merge 1 commit into
ryanpei wants to merge 1 commit into
Conversation
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
This PR adds Cloud Run Instances as a managed deployment option in
docs/install/gcp.mdalongside the existing Compute Engine VM guide.Why Cloud Run Instances for OpenClaw?
https://...run.app) out of the box without manual OS/systemd maintenance or SSH port forwarding.mount-options="uid=1000;gid=1000;file-mode=0700;dir-mode=0700".OPENCLAW_GATEWAY_PASSWORD, model API keys) are managed securely via Secret Manager rather than plaintext files on disk.Changes
docs/install/gcp.mdinto Option 1: Cloud Run Instances (Recommended) and Option 2: Compute Engine VM (Docker VM).