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

gcloud: Wed Jul 13 09:59:37 UTC 2022

This commit is contained in:
Automated 2022-07-13 09:59:38 +00:00
parent cf5ab60e4a
commit 879929cbc6
Failed to extract signature
323 changed files with 7203 additions and 4178 deletions

View file

@ -6,6 +6,7 @@ SYNOPSIS
gcloud anthos config controller create (NAME : --location=LOCATION)
[--async] [--cluster-ipv4-cidr-block=CLUSTER_IPV4_CIDR_BLOCK]
[--cluster-named-range=CLUSTER_NAMED_RANGE] [--man-block=MAN_BLOCK]
[--man-blocks=[BLOCK,...]]
[--master-ipv4-cidr-block=MASTER_IPV4_CIDR_BLOCK] [--network=NETWORK]
[--services-ipv4-cidr-block=SERVICES_IPV4_CIDR_BLOCK]
[--services-named-range=SERVICES_NAMED_RANGE] [--subnet=SUBNET]
@ -67,8 +68,16 @@ FLAGS
used to automatically create a GKE-managed one.
--man-block=MAN_BLOCK
Master Authorized Network. Allows access to the Kubernetes control
plane from this block. Defaults to '0.0.0.0/0' if flag is not provided.
(DEPRECATED) Master Authorized Network. Allows access to the Kubernetes
control plane from this block. Defaults to 0.0.0.0/0 if flag is not
provided.
The --man-block option is deprecated; use --man-blocks instead.
--man-blocks=[BLOCK,...]
Master Authorized Network. Allows users to specify multiple blocks to
access the Kubernetescontrol plane from this block. Defaults to
0.0.0.0/0 if flag is not provided.
--master-ipv4-cidr-block=MASTER_IPV4_CIDR_BLOCK
The /28 network that the control plane will use. Defaults to