mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 21:20:07 +00:00
gcloud: Wed Oct 8 11:07:39 UTC 2025
This commit is contained in:
parent
a0434a4d7a
commit
6f9bb9a0f0
137 changed files with 5133 additions and 291 deletions
|
|
@ -7,7 +7,7 @@ SYNOPSIS
|
|||
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
|
||||
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
|
||||
[--[no-]cpu-throttling] [--[no-]default-url]
|
||||
[--description=DESCRIPTION]
|
||||
[--[no-]deploy-health-check] [--description=DESCRIPTION]
|
||||
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
|
||||
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
|
||||
|
|
@ -164,6 +164,14 @@ FLAGS
|
|||
if not specified. Use --default-url to enable and --no-default-url to
|
||||
disable.
|
||||
|
||||
--[no-]deploy-health-check
|
||||
Schedules a single instance of the Revision and waits for it to pass
|
||||
its startup probe for the deployment to succeed. If disabled, the
|
||||
startup probe runs only when the revision is first started via
|
||||
invocation or by setting min-instances. This check is enabled by
|
||||
default when unspecified. Use --deploy-health-check to enable and
|
||||
--no-deploy-health-check to disable.
|
||||
|
||||
--description=DESCRIPTION
|
||||
Provides an optional, human-readable description of the service.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ SYNOPSIS
|
|||
[--async] [--breakglass=JUSTIFICATION] [--clear-vpc-connector]
|
||||
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
|
||||
[--[no-]cpu-throttling] [--[no-]default-url]
|
||||
[--[no-]deploy-health-check]
|
||||
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
|
||||
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
|
||||
|
|
@ -131,6 +132,14 @@ FLAGS
|
|||
if not specified. Use --default-url to enable and --no-default-url to
|
||||
disable.
|
||||
|
||||
--[no-]deploy-health-check
|
||||
Schedules a single instance of the Revision and waits for it to pass
|
||||
its startup probe for the deployment to succeed. If disabled, the
|
||||
startup probe runs only when the revision is first started via
|
||||
invocation or by setting min-instances. This check is enabled by
|
||||
default when unspecified. Use --deploy-health-check to enable and
|
||||
--no-deploy-health-check to disable.
|
||||
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
Selects the execution environment where the application will run.
|
||||
EXECUTION_ENVIRONMENT must be one of:
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--breakglass=JUSTIFICATION] [--clear-vpc-connector]
|
||||
[--concurrency=CONCURRENCY] [--container=CONTAINER] [--[no-]cpu-boost]
|
||||
[--[no-]cpu-throttling] [--[no-]default-url]
|
||||
[--[no-]deploy-health-check]
|
||||
[--execution-environment=EXECUTION_ENVIRONMENT] [--gpu-type=GPU_TYPE]
|
||||
[--[no-]gpu-zonal-redundancy] [--ingress=INGRESS; default="all"]
|
||||
[--[no-]invoker-iam-check] [--max=MAX] [--max-instances=MAX_INSTANCES]
|
||||
|
|
@ -129,6 +130,14 @@ FLAGS
|
|||
if not specified. Use --default-url to enable and --no-default-url to
|
||||
disable.
|
||||
|
||||
--[no-]deploy-health-check
|
||||
Schedules a single instance of the Revision and waits for it to pass
|
||||
its startup probe for the deployment to succeed. If disabled, the
|
||||
startup probe runs only when the revision is first started via
|
||||
invocation or by setting min-instances. This check is enabled by
|
||||
default when unspecified. Use --deploy-health-check to enable and
|
||||
--no-deploy-health-check to disable.
|
||||
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
Selects the execution environment where the application will run.
|
||||
EXECUTION_ENVIRONMENT must be one of:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue