mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -623,6 +623,15 @@ FLAGS
|
|||
the backend service's consistent hash specifies the HTTP cookie.
|
||||
NONE
|
||||
Session affinity is disabled.
|
||||
STRONG_COOKIE_AFFINITY
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED or
|
||||
EXTERNAL_MANAGED) Strong cookie-based affinity, based on an HTTP
|
||||
cookie named in the --affinity-cookie-name flag (with the optional
|
||||
--affinity-cookie-ttl flag). Connections bearing the same cookie
|
||||
will be served by the same backend VM while that VM remains
|
||||
healthy, as long as the cookie has not expired. If the
|
||||
--affinity-cookie-ttl flag is set to 0, the cookie will be treated
|
||||
as a session cookie.
|
||||
|
||||
--signed-url-cache-max-age=SIGNED_URL_CACHE_MAX_AGE
|
||||
The amount of time up to which the response to a signed URL request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue