1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Feb 15 10:13:15 UTC 2023

This commit is contained in:
Automated 2023-02-15 10:13:15 +00:00
parent 02b395b082
commit 78fb6d9419
375 changed files with 5899 additions and 1603 deletions

View file

@ -7,7 +7,7 @@ SYNOPSIS
(VPN_CONNECTION : --location=LOCATION) --cluster=CLUSTER
--vpc-network=VPC_NETWORK [--async] [--high-availability]
[--labels=[KEY=VALUE,...]] [--nat-gateway-ip=NAT_GATEWAY_IP]
[--vpc-project=VPC_PROJECT] [GCLOUD_WIDE_FLAG ...]
[--router=ROUTER] [--vpc-project=VPC_PROJECT] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates a new VPN connection.
@ -81,6 +81,12 @@ OPTIONAL FLAGS
The NAT gateway IP for the gateway floating IPs. Required if cluster
sits behind NAT.
--router=ROUTER
Name of the Cloud Router to use when creating the VPN connection. This
Cloud Router must be in the same region as the cluster and connected to
the provided VPC network. If not provided, a service-managed Cloud
Router will either be created or reused to create the VPN connection.
--vpc-project=VPC_PROJECT
The project of the VPC network. Required if the project of VPC network
differs from the project of the cluster.