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

gcloud: Wed Aug 28 09:41:07 UTC 2024

This commit is contained in:
Automated 2024-08-28 09:41:07 +00:00
parent ed5fe34b64
commit afbe8a5afb
256 changed files with 8602 additions and 358 deletions

View file

@ -26,10 +26,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -70,10 +70,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -15,10 +15,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -111,6 +111,8 @@ SYNOPSIS
[--enable-autoscaling --location-policy=LOCATION_POLICY
--max-nodes=MAX_NODES --min-nodes=MIN_NODES
--total-max-nodes=TOTAL_MAX_NODES --total-min-nodes=TOTAL_MIN_NODES]
[--enable-insecure-binding-system-authenticated
--enable-insecure-binding-system-unauthenticated]
[--enable-master-authorized-networks
--master-authorized-networks=NETWORK,[NETWORK,...]]
[--enable-network-egress-metering
@ -1862,6 +1864,23 @@ FLAGS
--node-pool (or default node pool if unspecified) can scale. Ignored
unless --enable-autoscaling is also specified.
--enable-insecure-binding-system-authenticated
Allow using system:authenticated as a subject in ClusterRoleBindings
and RoleBindings. Allowing bindings that reference system:authenticated
is a security risk and is not recommended.
To disallow binding system:authenticated in a cluster, explicitly set
the --no-enable-insecure-binding-system-authenticated flag instead.
--enable-insecure-binding-system-unauthenticated
Allow using system:unauthenticated and system:anonymous as subjects in
ClusterRoleBindings and RoleBindings. Allowing bindings that reference
system:unauthenticated and system:anonymous are a security risk and is
not recommended.
To disallow binding system:authenticated in a cluster, explicitly set
the --no-enable-insecure-binding-system-unauthenticated flag instead.
Master Authorized Networks
--enable-master-authorized-networks
@ -2076,10 +2095,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -35,6 +35,8 @@ SYNOPSIS
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
| --disable-dataplane-v2-flow-observability
| --enable-dataplane-v2-flow-observability]
[--enable-insecure-binding-system-authenticated
--enable-insecure-binding-system-unauthenticated]
[--enable-master-authorized-networks
--master-authorized-networks=NETWORK,[NETWORK,...]]
[--enable-private-endpoint
@ -523,6 +525,23 @@ FLAGS
Enables Advanced Datapath Observability which allows for a real-time
view into pod-to-pod traffic within your cluster.
--enable-insecure-binding-system-authenticated
Allow using system:authenticated as a subject in ClusterRoleBindings
and RoleBindings. Allowing bindings that reference system:authenticated
is a security risk and is not recommended.
To disallow binding system:authenticated in a cluster, explicitly set
the --no-enable-insecure-binding-system-authenticated flag instead.
--enable-insecure-binding-system-unauthenticated
Allow using system:unauthenticated and system:anonymous as subjects in
ClusterRoleBindings and RoleBindings. Allowing bindings that reference
system:unauthenticated and system:anonymous are a security risk and is
not recommended.
To disallow binding system:authenticated in a cluster, explicitly set
the --no-enable-insecure-binding-system-unauthenticated flag instead.
Master Authorized Networks
--enable-master-authorized-networks
@ -565,10 +584,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -42,10 +42,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -24,10 +24,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -53,10 +53,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -19,10 +19,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -24,10 +24,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -68,10 +68,14 @@ OPTIONAL FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -92,6 +92,8 @@ SYNOPSIS
--enable-autoprovisioning-autoupgrade
[--max-accelerator=[type=TYPE,count=COUNT,...]
: --min-accelerator=[type=TYPE,count=COUNT,...]]]
| --enable-insecure-binding-system-authenticated
--enable-insecure-binding-system-unauthenticated
| --enable-tpu --enable-tpu-service-networking | --tpu-ipv4-cidr=CIDR
| --logging=[COMPONENT,...]
--monitoring=[COMPONENT,...] --disable-managed-prometheus
@ -1342,6 +1344,23 @@ REQUIRED FLAGS
(Required) The minimum number of accelerators to which
the cluster can be scaled.
--enable-insecure-binding-system-authenticated
Allow using system:authenticated as a subject in ClusterRoleBindings
and RoleBindings. Allowing bindings that reference
system:authenticated is a security risk and is not recommended.
To disallow binding system:authenticated in a cluster, explicitly set
the --no-enable-insecure-binding-system-authenticated flag instead.
--enable-insecure-binding-system-unauthenticated
Allow using system:unauthenticated and system:anonymous as subjects
in ClusterRoleBindings and RoleBindings. Allowing bindings that
reference system:unauthenticated and system:anonymous are a security
risk and is not recommended.
To disallow binding system:authenticated in a cluster, explicitly set
the --no-enable-insecure-binding-system-unauthenticated flag instead.
Flags relating to Cloud TPUs:
--enable-tpu
@ -1513,10 +1532,14 @@ OPTIONAL FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the

View file

@ -96,10 +96,14 @@ FLAGS
--location=LOCATION
Compute zone or region (e.g. us-central1-a or us-central1) for the
cluster. Prefer using this flag over the --region or --zone flags.
cluster. Overrides the default compute/region or compute/zone value
for this command invocation. Prefer using this flag over the --region
or --zone flags.
--region=REGION
Compute region (e.g. us-central1) for a regional cluster.
Compute region (e.g. us-central1) for a regional cluster. Overrides
the default compute/region property value for this command
invocation.
--zone=ZONE, -z ZONE
Compute zone (e.g. us-central1-a) for a zonal cluster. Overrides the