mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed Aug 28 09:41:07 UTC 2024
This commit is contained in:
parent
ed5fe34b64
commit
afbe8a5afb
256 changed files with 8602 additions and 358 deletions
|
|
@ -84,6 +84,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
|
||||
| --logging=[COMPONENT,...]
|
||||
--monitoring=[COMPONENT,...] --disable-managed-prometheus
|
||||
| --enable-managed-prometheus | --logging-service=LOGGING_SERVICE
|
||||
|
|
@ -1229,6 +1231,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.
|
||||
|
||||
--logging=[COMPONENT,...]
|
||||
Set the components that have logging enabled. Valid component values
|
||||
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER,
|
||||
|
|
@ -1353,10 +1372,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue