mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Apr 27 09:13:09 UTC 2022
This commit is contained in:
parent
72862dfe28
commit
532fac5ddb
131 changed files with 1510 additions and 390 deletions
|
|
@ -59,6 +59,11 @@ FLAGS
|
|||
non-gcp-private-ip-port, gce-vm-primary-ip, gce-vm-ip, or
|
||||
private-service-connect.
|
||||
|
||||
For Private Service Connect NEGs, you can optionally specify --network
|
||||
and --subnet if --psc-target-service points to a published service. If
|
||||
--psc-target-service points to the regional service endpoint of a
|
||||
Google API, do not specify --network or --subnet.
|
||||
|
||||
--network-endpoint-type=NETWORK_ENDPOINT_TYPE; default="gce-vm-ip-port"
|
||||
Determines the spec of endpoints attached to this group.
|
||||
|
||||
|
|
@ -126,7 +131,11 @@ FLAGS
|
|||
region where the network endpoint group is created.
|
||||
|
||||
This is only supported for NEGs with endpoint type gce-vm-ip-port,
|
||||
gce-vm-primary-ip, or gce-vm-ip.
|
||||
gce-vm-primary-ip, gce-vm-ip, or private-service-connect. For Private
|
||||
Service Connect NEGs, you can optionally specify --network and --subnet
|
||||
if --psc-target-service points to a published service. If
|
||||
--psc-target-service points to the regional service endpoint of a
|
||||
Google API, do not specify --network or --subnet.
|
||||
|
||||
The serverless routing configurations are only valid when endpoint type of
|
||||
the network endpoint group is serverless.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue