1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed May 17 10:38:17 UTC 2023

This commit is contained in:
Automated 2023-05-17 10:38:17 +00:00
parent 14441c7ea7
commit a56fab68e5
151 changed files with 1878 additions and 2972 deletions

View file

@ -96,9 +96,21 @@ REQUIRED FLAGS
Anthos cluster on bare metal version for the user cluster resource.
Admin cluster membership resource - membership of the admin cluster.
Membership can be the membership ID or the full resource name. The
arguments in this group can be used to specify the attributes of this
resource.
Membership name is the same as the admin cluster name.
Examples:
$ gcloud alpha container bare-metal clusters create
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
or
$ gcloud alpha container bare-metal clusters create
--admin-cluster-membership-project=example-project-12345
--admin-cluster-membership-location=us-west1
--admin-cluster-membership=example-admin-cluster-name
The arguments in this group can be used to specify the attributes of this resource.
This must be specified.

View file

@ -56,9 +56,21 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
Admin cluster membership resource - membership of the admin cluster.
Membership can be the membership ID or the full resource name. The
arguments in this group can be used to specify the attributes of this
resource.
Membership name is the same as the admin cluster name.
Examples:
$ gcloud alpha container bare-metal clusters enroll
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
or
$ gcloud alpha container bare-metal clusters enroll
--admin-cluster-membership-project=example-project-12345
--admin-cluster-membership-location=us-west1
--admin-cluster-membership=example-admin-cluster-name
The arguments in this group can be used to specify the attributes of this resource.
This must be specified.

View file

@ -85,10 +85,23 @@ FLAGS
Create an Anthos on bare metal user cluster use case.
Admin cluster membership resource - Membership of the admin cluster to
query versions for create. Membership can be the membership ID or the
full resource name. The arguments in this group can be used to specify
the attributes of this resource.
Admin cluster membership resource - membership of the admin cluster to
query versions for create. Membership name is the same as the admin
cluster name.
Examples:
$ gcloud alpha container bare-metal clusters query-version-config
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
or
$ gcloud alpha container bare-metal clusters query-version-config
--admin-cluster-membership-project=example-project-12345
--admin-cluster-membership-location=us-west1
--admin-cluster-membership=example-admin-cluster-name
The arguments in this group can be used to specify the attributes of this resource.
--admin-cluster-membership=ADMIN_CLUSTER_MEMBERSHIP
ID of the admin_cluster_membership or fully qualified identifier

View file

@ -635,8 +635,9 @@ FLAGS
--labels=label_a=value1,label_b=,label_c=value3
--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]
Linux kernel parameters to be applied to all nodes in the new cluster's
default node pool as well as the pods running on the nodes.
(DEPRECATED) Linux kernel parameters to be applied to all nodes in the
new cluster's default node pool as well as the pods running on the
nodes.
Examples:
@ -644,6 +645,9 @@ FLAGS
--linux-sysctls="net.core.somaxconn=1024,net.ipv4.tcp_rmem=4096 \
87380 6291456"
The --linux-sysctls flag is deprecated. Please use
--system-config-from-file instead.
--logging=[COMPONENT,...]
Set the components that have logging enabled. Valid component values
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE

View file

@ -215,8 +215,8 @@ FLAGS
--cluster=example-cluster --labels=label1=value1,label2=value2
--linux-sysctls=KEY=VALUE,[KEY=VALUE,...]
Linux kernel parameters to be applied to all nodes in the new node pool
as well as the pods running on the nodes.
(DEPRECATED) Linux kernel parameters to be applied to all nodes in the
new node pool as well as the pods running on the nodes.
Examples:
@ -224,6 +224,9 @@ FLAGS
--linux-sysctls="net.core.somaxconn=1024,net.ipv4.tcp_rmem=4096 \
87380 6291456"
The --linux-sysctls flag is deprecated. Please use
--system-config-from-file instead.
--logging-variant=LOGGING_VARIANT
Specifies the logging variant that will be deployed on all the nodes in
the node pool. If the node pool doesn't specify a logging variant, then

View file

@ -4,7 +4,7 @@ NAME
SYNOPSIS
gcloud alpha container vmware clusters create
(CLUSTER : --location=LOCATION)
(CLUSTER : --location=LOCATION) --version=VERSION
(--admin-cluster-membership=ADMIN_CLUSTER_MEMBERSHIP
: --admin-cluster-membership-location=ADMIN_CLUSTER_MEMBERSHIP_LOCATION --admin-cluster-membership-project=ADMIN_CLUSTER_MEMBERSHIP_PROJECT)
((--control-plane-vip=CONTROL_PLANE_VIP --ingress-vip=INGRESS_VIP)
@ -30,7 +30,6 @@ SYNOPSIS
[--annotations=[KEY=VALUE,...]] [--async] [--description=DESCRIPTION]
[--disable-aag-config] [--disable-vsphere-csi] [--enable-auto-repair]
[--enable-control-plane-v2] [--enable-vm-tracking] [--validate-only]
[--version=VERSION]
[--cpus=CPUS --enable-auto-resize --memory=MEMORY --replicas=REPLICAS]
[--enable-advanced-networking --enable-dataplane-v2]
[GCLOUD_WIDE_FLAG ...]
@ -76,10 +75,25 @@ POSITIONAL ARGUMENTS
▸ set the property container_vmware/location.
REQUIRED FLAGS
--version=VERSION
Anthos Cluster on VMware version for the user cluster resource
Admin cluster membership resource - membership of the admin cluster.
Membership can be the membership ID or the full resource name. The
arguments in this group can be used to specify the attributes of this
resource.
Membership name is the same as the admin cluster name.
Examples:
$ gcloud alpha container vmware clusters create
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
or
$ gcloud alpha container vmware clusters create
--admin-cluster-membership-project=example-project-12345
--admin-cluster-membership-location=us-west1
--admin-cluster-membership=example-admin-cluster-name
The arguments in this group can be used to specify the attributes of this resource.
This must be specified.
@ -301,9 +315,6 @@ OPTIONAL FLAGS
If set, only validate the request, but do not actually perform the
operation.
--version=VERSION
Anthos Cluster on VMware version for the user cluster resource
Control plane node configurations
--cpus=CPUS

View file

@ -57,9 +57,21 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
Admin cluster membership resource - membership of the admin cluster.
Membership can be the membership ID or the full resource name. The
arguments in this group can be used to specify the attributes of this
resource.
Membership name is the same as the admin cluster name.
Examples:
$ gcloud alpha container vmware clusters enroll
--admin-cluster-membership=projects/example-project-12345/locations/us-west1/memberships/example-admin-cluster-name
or
$ gcloud alpha container vmware clusters enroll
--admin-cluster-membership-project=example-project-12345
--admin-cluster-membership-location=us-west1
--admin-cluster-membership=example-admin-cluster-name
The arguments in this group can be used to specify the attributes of this resource.
This must be specified.