mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-19 07:15:23 +00:00
gcloud: Thu Jul 4 09:30:26 UTC 2024
This commit is contained in:
parent
9cd336cae4
commit
2614f6b65e
202 changed files with 4779 additions and 318 deletions
|
|
@ -234,17 +234,18 @@ OPTIONAL FLAGS
|
|||
(https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode-combos).
|
||||
|
||||
--preference=PREFERENCE
|
||||
Defines whether a backend should be fully utilized before sending
|
||||
traffic to backends with default preference. This parameter 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:
|
||||
This parameter specifies whether a backend should be fully utilized
|
||||
before sending traffic to backends with the default preference. This
|
||||
parameter 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
|
||||
This is the default setting. If the designated preferred backends
|
||||
don't have enough capacity, backends in the default category are
|
||||
used. Traffic is distributed between default backends based on the
|
||||
load balancing algorithm you use.
|
||||
load balancing algorithm used.
|
||||
|
||||
PREFERRED
|
||||
Backends with this preference setting are used up to their capacity
|
||||
|
|
|
|||
|
|
@ -203,17 +203,18 @@ OPTIONAL FLAGS
|
|||
(https://cloud.google.com/load-balancing/docs/backend-service#balancing-mode-combos).
|
||||
|
||||
--preference=PREFERENCE
|
||||
Defines whether a backend should be fully utilized before sending
|
||||
traffic to backends with default preference. This parameter 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:
|
||||
This parameter specifies whether a backend should be fully utilized
|
||||
before sending traffic to backends with the default preference. This
|
||||
parameter 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
|
||||
This is the default setting. If the designated preferred backends
|
||||
don't have enough capacity, backends in the default category are
|
||||
used. Traffic is distributed between default backends based on the
|
||||
load balancing algorithm you use.
|
||||
load balancing algorithm used.
|
||||
|
||||
PREFERRED
|
||||
Backends with this preference setting are used up to their capacity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue