mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -72,11 +72,11 @@ SYNOPSIS
|
|||
[--workload-metadata=WORKLOAD_METADATA] [--workload-pool=WORKLOAD_POOL]
|
||||
[--workload-vulnerability-scanning=WORKLOAD_VULNERABILITY_SCANNING]
|
||||
[--additional-zones=ZONE,[ZONE,...] | --node-locations=ZONE,[ZONE,...]]
|
||||
[--cluster-dns=CLUSTER_DNS --cluster-dns-domain=CLUSTER_DNS_DOMAIN
|
||||
--cluster-dns-scope=CLUSTER_DNS_SCOPE]
|
||||
[--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
| --enable-binauthz]
|
||||
[--cluster-dns=CLUSTER_DNS --cluster-dns-domain=CLUSTER_DNS_DOMAIN
|
||||
--cluster-dns-scope=CLUSTER_DNS_SCOPE]
|
||||
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
| --disable-dataplane-v2-flow-observability
|
||||
| --enable-dataplane-v2-flow-observability]
|
||||
|
|
@ -1310,6 +1310,27 @@ FLAGS
|
|||
--location us-central1-a \
|
||||
--node-locations us-central1-a,us-central1-b
|
||||
|
||||
Flags for Binary Authorization:
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
The relative resource name of the Binary Authorization policy to
|
||||
audit and/or enforce. GKE policies have the following format:
|
||||
projects/{project_number}/platforms/gke/policies/{policy_id}.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
Enable Binary Authorization for this cluster.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: disabled, policy-bindings,
|
||||
policy-bindings-and-project-singleton-policy-enforce,
|
||||
project-singleton-policy-enforce.
|
||||
|
||||
--enable-binauthz
|
||||
(DEPRECATED) Enable Binary Authorization for this cluster.
|
||||
|
||||
The --enable-binauthz flag is deprecated. Please use
|
||||
--binauthz-evaluation-mode instead.
|
||||
|
||||
ClusterDNS
|
||||
|
||||
--cluster-dns=CLUSTER_DNS
|
||||
|
|
@ -1339,27 +1360,6 @@ FLAGS
|
|||
vpc
|
||||
Configures the Cloud DNS zone to be private to the VPC Network.
|
||||
|
||||
Flags for Binary Authorization:
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
The relative resource name of the Binary Authorization policy to
|
||||
audit and/or enforce. GKE policies have the following format:
|
||||
projects/{project_number}/platforms/gke/policies/{policy_id}.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
Enable Binary Authorization for this cluster.
|
||||
BINAUTHZ_EVALUATION_MODE must be one of: disabled, policy-bindings,
|
||||
policy-bindings-and-project-singleton-policy-enforce,
|
||||
project-singleton-policy-enforce.
|
||||
|
||||
--enable-binauthz
|
||||
(DEPRECATED) Enable Binary Authorization for this cluster.
|
||||
|
||||
The --enable-binauthz flag is deprecated. Please use
|
||||
--binauthz-evaluation-mode instead.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue