Document Google Cloud compute environment VPC networking options [COMP-2106] - #1695
Open
justinegeffen wants to merge 8 commits into
Open
Document Google Cloud compute environment VPC networking options [COMP-2106]#1695justinegeffen wants to merge 8 commits into
justinegeffen wants to merge 8 commits into
Conversation
…P-2106] Add the VPC, Subnets, Network tags, and Use private address advanced options to the Google Cloud compute environment page in the Seqera Cloud docs. These options are available in Seqera Cloud only; Enterprise docs will follow when the feature is included in an Enterprise release.
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jonmarti
reviewed
Jul 29, 2026
justinegeffen
commented
Jul 29, 2026
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
justinegeffen
commented
Jul 29, 2026
| Specifying a subnet that does not exist in the compute environment region, or that does not belong to the selected VPC, causes compute environment creation to fail. | ||
| ::: | ||
|
|
||
| - **Subnets**: One or more subnet names within the selected VPC and the compute environment region. VMs are placed in the first listed subnet at launch time; Intelligent Compute may distribute worker VMs across all listed subnets, in order. Leave blank to let Platform select the first available subnet on the network. This field has no effect when no VPC is specified. |
Contributor
Author
There was a problem hiding this comment.
@jonmarti, this makes sense to me based on your feedback. Just checking if it's accurate?
justinegeffen
commented
Jul 29, 2026
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
jonmarti
reviewed
Jul 29, 2026
| Specifying a subnet that does not exist in the compute environment region, or that does not belong to the selected VPC, causes compute environment creation to fail. | ||
| ::: | ||
|
|
||
| - **Subnets**: One or more subnet addresses within the selected VPC and the compute environment region. VMs are placed in the first listed subnet at launch time; Intelligent Compute may distribute worker VMs across all listed subnets, in order. Leave blank to let Platform select the first available subnet on the network. This field has no effect when no VPC is specified. |
Contributor
There was a problem hiding this comment.
"subnet addresses" isn't accurate for either interface. The field takes subnet names (the resource name, e.g. my-subnet), not IP/CIDR ranges. The form's dropdown lists names, and the API contract (GoogleCloudConfig.subnetworks) is documented as "short names or fully-qualified paths" — an address would fail. Should be "subnet names".
justinegeffen
commented
Jul 30, 2026
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
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.
Jira https://seqera.atlassian.net/browse/EDU-1303
What
Documents the VPC networking advanced options for the Google Cloud compute environment in the Seqera Cloud docs:
Changes
platform-cloud/docs/compute-envs/google-cloud.md— add the four options to the Advanced options section.This change applies to the Seqera Cloud docs only. The Enterprise pages will be updated when this functionality is included in an Enterprise release.