mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -7,6 +7,7 @@ SYNOPSIS
|
|||
[--async] [--cluster-ipv4-cidr-block=CLUSTER_IPV4_CIDR_BLOCK]
|
||||
[--cluster-named-range=CLUSTER_NAMED_RANGE]
|
||||
[--experimental-features=[FEATURE,...]] [--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]
|
||||
|
|
@ -71,8 +72,16 @@ FLAGS
|
|||
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.
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue