mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 23:49:35 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -227,8 +227,7 @@ FLAGS
|
|||
The maximum number of container instances to run for this Service. This
|
||||
instance limit will be divided among all Revisions receiving a
|
||||
percentage of traffic and can be modified without deploying a new
|
||||
Revision. Once service-max-instances is enabled for a service, it
|
||||
cannot be disabled.
|
||||
Revision.
|
||||
|
||||
--max-instances=MAX_INSTANCES
|
||||
The maximum number of container instances for this Revision to run or
|
||||
|
|
@ -474,16 +473,9 @@ FLAGS
|
|||
Comma separated settings for liveness probe in the form KEY=VALUE.
|
||||
Each key stands for a field of the probe described in
|
||||
https://cloud.google.com/run/docs/reference/rest/v1/Container#Probe.
|
||||
Currently supported keys are:
|
||||
|
||||
+ initialDelaySeconds: integer
|
||||
+ timeoutSeconds: integer
|
||||
+ periodSeconds: integer
|
||||
+ failureThreshold: integer
|
||||
+ httpGet.port: integer
|
||||
+ httpGet.path: string
|
||||
+ grpc.port: integer
|
||||
+ grpc.service: string
|
||||
Currently supported keys are: initialDelaySeconds, timeoutSeconds,
|
||||
periodSeconds, failureThreshold, httpGet.port, httpGet.path,
|
||||
grpc.port, grpc.service.
|
||||
|
||||
For example, to set a probe with 10s timeout and HTTP probe
|
||||
requests sent to 8080 port of the container:
|
||||
|
|
@ -513,17 +505,9 @@ FLAGS
|
|||
Comma separated settings for startup probe in the form KEY=VALUE.
|
||||
Each key stands for a field of the probe described in
|
||||
https://cloud.google.com/run/docs/reference/rest/v1/Container#Probe.
|
||||
Currently supported keys are:
|
||||
|
||||
+ initialDelaySeconds: integer
|
||||
+ timeoutSeconds: integer
|
||||
+ periodSeconds: integer
|
||||
+ failureThreshold: integer
|
||||
+ httpGet.port: integer
|
||||
+ httpGet.path: string
|
||||
+ grpc.port: integer
|
||||
+ grpc.service: string
|
||||
+ tcpSocket.port: integer
|
||||
Currently supported keys are: initialDelaySeconds, timeoutSeconds,
|
||||
periodSeconds, failureThreshold, httpGet.port, httpGet.path,
|
||||
grpc.port, grpc.service, tcpSocket.port.
|
||||
|
||||
For example, to set a probe with 10s timeout and HTTP probe
|
||||
requests sent to 8080 port of the container:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue