mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Apr 27 09:13:09 UTC 2022
This commit is contained in:
parent
72862dfe28
commit
532fac5ddb
131 changed files with 1510 additions and 390 deletions
|
|
@ -312,36 +312,39 @@ FLAGS
|
|||
same backend VM while that VM remains healthy.
|
||||
GENERATED_COOKIE
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED,
|
||||
INTERNAL_SELF_MANAGED, or EXTERNAL) If the --load-balancing-scheme
|
||||
is EXTERNAL or EXTERNAL_MANAGED, routes requests to backend VMs or
|
||||
endpoints in a NEG, based on the contents of the GCLB cookie set by
|
||||
the load balancer. Only applicable when --protocol is HTTP, HTTPS,
|
||||
or HTTP2. If the --load-balancing-scheme is INTERNAL_MANAGED or
|
||||
INTERNAL_SELF_MANAGED, EXTERNAL_MANAGED, or EXTERNAL) If the
|
||||
--load-balancing-scheme is EXTERNAL or EXTERNAL_MANAGED, routes
|
||||
requests to backend VMs or endpoints in a NEG, based on the
|
||||
contents of the GCLB cookie set by the load balancer. Only
|
||||
applicable when --protocol is HTTP, HTTPS, or HTTP2. If the
|
||||
--load-balancing-scheme is INTERNAL_MANAGED or
|
||||
INTERNAL_SELF_MANAGED, routes requests to backend VMs or endpoints
|
||||
in a NEG, based on the contents of the GCILB cookie set by the
|
||||
proxy. (If no cookie is present, the proxy chooses a backend VM or
|
||||
endpoint and sends a Set-Cookie response for future requests.) If
|
||||
the --load-balancing-scheme is INTERNAL_SELF_MANAGED, routes
|
||||
requests to backend VMs or endpoints in a NEG, based on the
|
||||
contents of a cookie set by Traffic Director.
|
||||
contents of a cookie set by Traffic Director. This session affinity
|
||||
is only valid if the load balancing locality policy is either
|
||||
RING_HASH or MAGLEV.
|
||||
HEADER_FIELD
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED or
|
||||
INTERNAL_SELF_MANAGED) Route requests to backend VMs or endpoints
|
||||
in a NEG based on the value of the HTTP header named in the
|
||||
--custom-request-header flag. This session affinity is only valid
|
||||
if the load balancing locality policy is either RING_HASH or MAGLEV
|
||||
and the backend service's consistent hash specifies the name of the
|
||||
HTTP header.
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED,
|
||||
EXTERNAL_MANAGED, or INTERNAL_SELF_MANAGED) Route requests to
|
||||
backend VMs or endpoints in a NEG based on the value of the HTTP
|
||||
header named in the --custom-request-header flag. This session
|
||||
affinity is only valid if the load balancing locality policy is
|
||||
either RING_HASH or MAGLEV and the backend service's consistent
|
||||
hash specifies the name of the HTTP header.
|
||||
HTTP_COOKIE
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED or
|
||||
INTERNAL_SELF_MANAGED) Route requests to backend VMs or endpoints
|
||||
in a NEG, based on an HTTP cookie named in the HTTP_COOKIE flag
|
||||
(with the optional --affinity-cookie-ttl flag). If the client has
|
||||
not provided the cookie, the proxy generates the cookie and returns
|
||||
it to the client in a Set-Cookie header. This session affinity is
|
||||
only valid if the load balancing locality policy is either
|
||||
RING_HASH or MAGLEV and the backend service's consistent hash
|
||||
specifies the HTTP cookie.
|
||||
(Applicable if --load-balancing-scheme is INTERNAL_MANAGED,
|
||||
EXTERNAL_MANAGED or INTERNAL_SELF_MANAGED) Route requests to
|
||||
backend VMs or endpoints in a NEG, based on an HTTP cookie named in
|
||||
the HTTP_COOKIE flag (with the optional --affinity-cookie-ttl
|
||||
flag). If the client has not provided the cookie, the proxy
|
||||
generates the cookie and returns it to the client in a Set-Cookie
|
||||
header. This session affinity is only valid if the load balancing
|
||||
locality policy is either RING_HASH or MAGLEV and the backend
|
||||
service's consistent hash specifies the HTTP cookie.
|
||||
NONE
|
||||
Session affinity is disabled.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue