mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jul 27 08:55:33 UTC 2022
This commit is contained in:
parent
380c3aa29f
commit
3513fd1c11
171 changed files with 3989 additions and 448 deletions
|
|
@ -65,8 +65,8 @@ SYNOPSIS
|
|||
[exclude-outbound-ip-ranges=EXCLUDE-OUTBOUND-IP-RANGES],
|
||||
[exclude-outbound-port-ranges=EXCLUDE-OUTBOUND-PORT-RANGES],
|
||||
[mesh=MESH],[network=NETWORK],[project-number=PROJECT-NUMBER],
|
||||
[proxy-port=PROXY-PORT],
|
||||
[scope=SCOPE],[serving-ports=SERVING-PORTS],[tracing=TRACING]
|
||||
[proxy-port=PROXY-PORT],[scope=SCOPE],
|
||||
[serving-ports=SERVING-PORTS],[source=SOURCE],[tracing=TRACING]
|
||||
--service-proxy-labels=[KEY=VALUE, ...,...]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -1056,7 +1056,7 @@ FLAGS
|
|||
--no-service-account
|
||||
Create instance without service account
|
||||
|
||||
--service-proxy=[enabled],[intercept-all-outbound-traffic],[intercept-dns],[access-log=ACCESS-LOG],[exclude-outbound-ip-ranges=EXCLUDE-OUTBOUND-IP-RANGES],[exclude-outbound-port-ranges=EXCLUDE-OUTBOUND-PORT-RANGES],[mesh=MESH],[network=NETWORK],[project-number=PROJECT-NUMBER],[proxy-port=PROXY-PORT],[scope=SCOPE],[serving-ports=SERVING-PORTS],[tracing=TRACING]
|
||||
--service-proxy=[enabled],[intercept-all-outbound-traffic],[intercept-dns],[access-log=ACCESS-LOG],[exclude-outbound-ip-ranges=EXCLUDE-OUTBOUND-IP-RANGES],[exclude-outbound-port-ranges=EXCLUDE-OUTBOUND-PORT-RANGES],[mesh=MESH],[network=NETWORK],[project-number=PROJECT-NUMBER],[proxy-port=PROXY-PORT],[scope=SCOPE],[serving-ports=SERVING-PORTS],[source=SOURCE],[tracing=TRACING]
|
||||
Controls whether the Traffic Director service proxy (Envoy) and agent
|
||||
are installed and configured on the VM. "cloud-platform" scope is
|
||||
enabled automatically to allow connections to the Traffic Director API.
|
||||
|
|
@ -1106,6 +1106,15 @@ FLAGS
|
|||
intercept-dns
|
||||
Enables interception of UDP traffic by the service proxy.
|
||||
|
||||
source
|
||||
The Google Cloud Storage bucket location source for the Envoy. The
|
||||
service-proxy-agent will download the archive from Envoy and
|
||||
install it on the virtual machine, unpacking it into the root (/)
|
||||
directory of the virtual machine. Therefore, the archive must
|
||||
contain not only the executable and license files but they must be
|
||||
located in the correct directories within the archive. For example:
|
||||
/usr/local/bin/envoy and /usr/local/doc/envoy-LICENSE
|
||||
|
||||
intercept-all-outbound-traffic
|
||||
Enables interception of all outgoing traffic. The traffic is
|
||||
intercepted by the service proxy and then redirected to external
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue