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
|
|
@ -34,6 +34,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
|
||||
|
|
@ -513,6 +515,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
|
||||
|
|
@ -555,10 +574,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue