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

gcloud: Wed Aug 9 11:23:49 UTC 2023

This commit is contained in:
Automated 2023-08-09 11:23:49 +00:00
parent 678b9afba9
commit 19bfacfbed
148 changed files with 2955 additions and 379 deletions

View file

@ -508,35 +508,35 @@ FLAGS
At most one of these can be specified:
--clear-network
Disconnect this Cloud Run Service from the Google Compute Engine
subnetwork it has connected to.
Disconnect this Cloud Run service from the VPC network it is
connected to.
Direct VPC egress setting flags group.
--network=NETWORK
The Compute Engine network that the Cloud Run Service will
connect to. If --subnet is also specified, subnet must be a
The VPC network that the Cloud Run service will be able to send
traffic to. If --subnet is also specified, subnet must be a
subnetwork of the network specified by this --network flag. To
reset this field to its default, pass an empty string.
clear existing VPC network settings, use --clear-network.
--subnet=SUBNET
The Google Compute Engine subnetwork that the Cloud Run Service
will connect to. If --network is also specified, subnet must be a
subnetwork of the network specified by the --network flag. If
--network is not specified, network will be looked up from this
subnetwork. To reset this field to its default, pass an empty
string.
The VPC subnetwork that the Cloud Run service will get IPs from.
The subnetwork must be /26 or larger. If --network is also
specified, subnet must be a subnetwork of the network specified
by the --network flag. If --network is not specified, network
will be looked up from this subnetwork. To clear existing VPC
network settings, use --clear-network.
At most one of these can be specified:
--clear-network-tags
Clears all existing Compute Engine tags from the Cloud Run
Service.
service.
--network-tags=[TAG,...]
Applies the given Compute Engine tags (comma separated) on the
Cloud Run Service. To reset this field to its default, pass an
empty string.
Applies the given Compute Engine tags (comma separated) to the
Cloud Run service. To clear existing tags, use
--clear-network-tags.
At most one of these can be specified: