mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +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
|
|
@ -14,7 +14,7 @@ DESCRIPTION
|
|||
|
||||
EXAMPLES
|
||||
To remove an IAM policy binding for the role of 'roles/run.invoker' for the
|
||||
user 'test-user@gmail.com' with servcie 'my-service' and region
|
||||
user 'test-user@gmail.com' with service 'my-service' and region
|
||||
'us-central1', run:
|
||||
|
||||
$ gcloud alpha run services remove-iam-policy-binding my-service \
|
||||
|
|
|
|||
|
|
@ -194,8 +194,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
|
||||
|
|
@ -440,16 +439,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:
|
||||
|
|
@ -479,17 +471,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