mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 28 10:42:37 UTC 2023
This commit is contained in:
parent
dc0d916cee
commit
0248e53b76
139 changed files with 3939 additions and 162 deletions
|
|
@ -11,7 +11,8 @@ SYNOPSIS
|
|||
: --network-endpoint-group-zone=NETWORK_ENDPOINT_GROUP_ZONE])
|
||||
[--balancing-mode=BALANCING_MODE] [--capacity-scaler=CAPACITY_SCALER]
|
||||
[--description=DESCRIPTION] [--failover]
|
||||
[--max-utilization=MAX_UTILIZATION] [--global | --region=REGION]
|
||||
[--max-utilization=MAX_UTILIZATION] [--preference=PREFERENCE]
|
||||
[--global | --region=REGION]
|
||||
[--max-connections=MAX_CONNECTIONS
|
||||
| --max-connections-per-endpoint=MAX_CONNECTIONS_PER_ENDPOINT
|
||||
| --max-connections-per-instance=MAX_CONNECTIONS_PER_INSTANCE
|
||||
|
|
@ -201,6 +202,22 @@ OPTIONAL FLAGS
|
|||
capacity. For usage guidelines, see Balancing mode combinations
|
||||
(https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode-combos).
|
||||
|
||||
--preference=PREFERENCE
|
||||
Defines whether this backend should be fully utilized before sending
|
||||
traffic to backends with default preference. This cannot be used with
|
||||
regional managed instance groups and when the endpoint type of an
|
||||
attached network endpoint group is INTERNET_IP_PORT,
|
||||
INTERNET_FQDN_PORT, or SERVERLESS. PREFERENCE must be one of:
|
||||
|
||||
DEFAULT
|
||||
If preferred backends don't have enough capacity, backends in this
|
||||
layer would be used and traffic would be assigned based on the load
|
||||
balancing algorithm you use. This is the default.
|
||||
|
||||
PREFERRED
|
||||
Backends with this preference level will be filled up to their
|
||||
capacity limits first, based on RTT.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue