1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 20:36:39 +00:00

gcloud: Thu Jun 23 08:40:08 UTC 2022

This commit is contained in:
Automated 2022-06-23 08:40:08 +00:00
parent 5378794555
commit 8b80260bd9
Failed to extract signature
144 changed files with 4593 additions and 192 deletions

View file

@ -5,7 +5,8 @@ NAME
SYNOPSIS
gcloud alpha 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]
[--cluster-named-range=CLUSTER_NAMED_RANGE]
[--experimental-features=[FEATURE,...]] [--man-block=MAN_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]
@ -66,6 +67,9 @@ FLAGS
use for pod IP addresses. Alternatively, --cluster_cidr_block can be
used to automatically create a GKE-managed one.
--experimental-features=[FEATURE,...]
Enable experimental features. It can only be enabled in ALPHA version.
--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.