mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 13:10:18 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -22,7 +22,8 @@ SYNOPSIS
|
|||
[--breakglass=JUSTIFICATION --clear-vpc-connector --[no-]cpu-boost
|
||||
--[no-]cpu-throttling --[no-]default-url --description=DESCRIPTION
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
--remove-containers=[CONTAINER,...] --revision-suffix=REVISION_SUFFIX
|
||||
--[no-]invoker-iam-check --remove-containers=[CONTAINER,...]
|
||||
--revision-suffix=REVISION_SUFFIX
|
||||
--service-min-instances=SERVICE_MIN_INSTANCES --[no-]session-affinity
|
||||
--vpc-connector=VPC_CONNECTOR --vpc-egress=VPC_EGRESS
|
||||
--add-cloudsql-instances=[CLOUDSQL-INSTANCES,...]
|
||||
|
|
@ -333,6 +334,13 @@ FLAGS
|
|||
gen2
|
||||
Run the application in a second generation execution environment.
|
||||
|
||||
--[no-]invoker-iam-check
|
||||
Indicates whether an IAM check should occur when invoking the
|
||||
container. This is Enabled by default. It can only be disabled on
|
||||
services with internal, and internal+load-balancer ingress settings.
|
||||
Use --invoker-iam-check to enable and --no-invoker-iam-check to
|
||||
disable.
|
||||
|
||||
--remove-containers=[CONTAINER,...]
|
||||
List of containers to remove.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue