mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Apr 6 08:36:53 UTC 2022
This commit is contained in:
parent
9bf28f1efe
commit
f88a614da8
221 changed files with 7174 additions and 449 deletions
|
|
@ -60,7 +60,7 @@ SYNOPSIS
|
|||
[--scopes=[SCOPE,...] | --no-scopes]
|
||||
[--service-account=SERVICE_ACCOUNT | --no-service-account]
|
||||
[--service-proxy=[enabled],[intercept-all-outbound-traffic],
|
||||
[access-log=ACCESS-LOG],
|
||||
[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],
|
||||
|
|
@ -1052,7 +1052,7 @@ FLAGS
|
|||
--no-service-account
|
||||
Create instance without service account
|
||||
|
||||
--service-proxy=[enabled],[intercept-all-outbound-traffic],[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],[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.
|
||||
|
|
@ -1099,6 +1099,9 @@ FLAGS
|
|||
network used by the service proxy's control plane to generate
|
||||
dynamic configuration for the service proxy.
|
||||
|
||||
intercept-dns
|
||||
Enables interception of UDP traffic by the service proxy.
|
||||
|
||||
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