1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Jun 12 09:25:04 UTC 2024

This commit is contained in:
Automated 2024-06-12 09:25:04 +00:00
parent 40ba53d37f
commit 04a1e3ce77
205 changed files with 8281 additions and 231 deletions

View file

@ -527,17 +527,26 @@ FLAGS
If the load-balancing-scheme is INTERNAL_MANAGED (Internal Application
Load Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2.
If the load-balancing-scheme is INTERNAL_MANAGED (Internal proxy
Network Load Balancer), the protocol must be only TCP.
If the load-balancing-scheme is EXTERNAL and region is not set (Classic
Application Load Balancer and global external proxy Network Load
Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2, SSL, TCP.
Application Load Balancer and Classic proxy Network Load Balancer), the
protocol must be one of: HTTP, HTTPS, HTTP2, TCP, SSL.
If the load-balancing-scheme is EXTERNAL and region is set (External
passthrough Network Load Balancer), the protocol must be one of: TCP,
UDP, UNSPECIFIED.
If the load-balancing-scheme is EXTERNAL_MANAGED (Envoy based Global
and regional external Application Load Balancers), the protocol must be
one of: HTTP, HTTPS, HTTP2.
If the load-balancing-scheme is EXTERNAL_MANAGED (Global external
Application Load Balancer and regional external Application Load
Balancer), the protocol must be one of: HTTP, HTTPS, HTTP2.
If the load-balancing-scheme is EXTERNAL_MANAGED (Global external proxy
Network Load Balancer), the protocol must be one of: TCP, SSL.
If the load-balancing-scheme is EXTERNAL_MANAGED (Regional external
proxy Network Load Balancer), the protocol must be only TCP.
--[no-]request-coalescing
Enables request coalescing to the backend (recommended).