mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Oct 2 09:51:07 UTC 2024
This commit is contained in:
parent
0a5b6f11af
commit
489be55d99
133 changed files with 4948 additions and 242 deletions
|
|
@ -28,8 +28,8 @@ SYNOPSIS
|
|||
--description=DESCRIPTION
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
|
||||
--[no-]session-affinity --vpc-connector=VPC_CONNECTOR
|
||||
--vpc-egress=VPC_EGRESS
|
||||
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
|
||||
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
|
||||
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
| --clear-cloudsql-instances
|
||||
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -455,6 +455,11 @@ FLAGS
|
|||
to a revision named 'helloworld-v1'. Set empty string to clear the
|
||||
suffix and resume server-assigned naming.
|
||||
|
||||
--service-min-instances=SERVICE_MIN_INSTANCES
|
||||
The minimum number of container instances for this Service to run or
|
||||
'default' to remove any minimum. These instances will be divided
|
||||
among all Revisions receiving a percentage of traffic.
|
||||
|
||||
--[no-]session-affinity
|
||||
Whether to enable session affinity for connections to the service.
|
||||
Use --session-affinity to enable and --no-session-affinity to
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ SYNOPSIS
|
|||
[--breakglass=JUSTIFICATION --clear-vpc-connector --[no-]cpu-boost
|
||||
--[no-]cpu-throttling --execution-environment=EXECUTION_ENVIRONMENT
|
||||
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
|
||||
--[no-]session-affinity --vpc-connector=VPC_CONNECTOR
|
||||
--vpc-egress=VPC_EGRESS
|
||||
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
|
||||
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
|
||||
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
| --clear-cloudsql-instances
|
||||
| --remove-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -337,6 +337,11 @@ FLAGS
|
|||
to a revision named 'helloworld-v1'. Set empty string to clear the
|
||||
suffix and resume server-assigned naming.
|
||||
|
||||
--service-min-instances=SERVICE_MIN_INSTANCES
|
||||
The minimum number of container instances for this Service to run or
|
||||
'default' to remove any minimum. These instances will be divided
|
||||
among all Revisions receiving a percentage of traffic.
|
||||
|
||||
--[no-]session-affinity
|
||||
Whether to enable session affinity for connections to the service.
|
||||
Use --session-affinity to enable and --no-session-affinity to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue