mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Apr 12 10:43:12 UTC 2023
This commit is contained in:
parent
32e56b8b99
commit
b155beb241
220 changed files with 7834 additions and 1142 deletions
|
|
@ -22,7 +22,8 @@ SYNOPSIS
|
|||
--update-config-maps=[KEY=VALUE,...]]
|
||||
[--image=IMAGE | --source=SOURCE]
|
||||
[--[no-]allow-unauthenticated --breakglass=JUSTIFICATION
|
||||
--clear-vpc-connector --[no-]cpu-throttling --description=DESCRIPTION
|
||||
--clear-vpc-connector --[no-]cpu-boost --[no-]cpu-throttling
|
||||
--description=DESCRIPTION
|
||||
--execution-environment=EXECUTION_ENVIRONMENT
|
||||
--revision-suffix=REVISION_SUFFIX --vpc-connector=VPC_CONNECTOR
|
||||
--vpc-egress=VPC_EGRESS
|
||||
|
|
@ -377,6 +378,11 @@ FLAGS
|
|||
--clear-vpc-connector
|
||||
Remove the VPC connector for this resource.
|
||||
|
||||
--[no-]cpu-boost
|
||||
Whether to allocate extra CPU to containers on startup. This can
|
||||
reduce the perceived latency of a cold start request. Use --cpu-boost
|
||||
to enable and --no-cpu-boost to disable.
|
||||
|
||||
--[no-]cpu-throttling
|
||||
Whether to throttle the CPU when the container is not actively
|
||||
serving requests. Use --cpu-throttling to enable and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue