1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 19:31:55 +00:00

gcloud: Wed May 7 10:56:18 UTC 2025

This commit is contained in:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -408,16 +408,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:
@ -447,17 +440,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:

View file

@ -12,7 +12,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 run services remove-iam-policy-binding my-service \

View file

@ -378,16 +378,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:
@ -417,17 +410,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: