mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Dec 6 10:10:36 UTC 2023
This commit is contained in:
parent
d3074f94bb
commit
f36750d203
469 changed files with 9617 additions and 1400 deletions
|
|
@ -20,7 +20,6 @@ SYNOPSIS
|
|||
[--cluster-version=CLUSTER_VERSION]
|
||||
[--create-subnetwork=[KEY=VALUE,...]]
|
||||
[--database-encryption-key=DATABASE_ENCRYPTION_KEY]
|
||||
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE]
|
||||
[--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE]
|
||||
[--disable-default-snat] [--disable-pod-cidr-overprovision]
|
||||
[--disk-size=DISK_SIZE] [--disk-type=DISK_TYPE] [--enable-autorepair]
|
||||
|
|
@ -75,9 +74,12 @@ SYNOPSIS
|
|||
[--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-policy-bindings=[name=BINAUTHZ_POLICY]
|
||||
--binauthz-evaluation-mode=BINAUTHZ_EVALUATION_MODE
|
||||
| --enable-binauthz]
|
||||
[--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
| --disable-dataplane-v2-flow-observability
|
||||
| --enable-dataplane-v2-flow-observability]
|
||||
[--disable-dataplane-v2-metrics | --enable-dataplane-v2-metrics]
|
||||
[[--enable-autoprovisioning
|
||||
: --autoprovisioning-config-file=AUTOPROVISIONING_CONFIG_FILE
|
||||
|
|
@ -353,35 +355,6 @@ FLAGS
|
|||
For more information, see
|
||||
https://cloud.google.com/kubernetes-engine/docs/how-to/encrypting-secrets.
|
||||
|
||||
--dataplane-v2-observability-mode=DATAPLANE_V2_OBSERVABILITY_MODE
|
||||
Select Advanced Datapath Observability mode for the cluster. Defaults
|
||||
to DISABLED.
|
||||
|
||||
Advanced Datapath Observability allows for a real-time view into
|
||||
pod-to-pod traffic within your cluster.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container clusters create \
|
||||
--dataplane-v2-observability-mode=DISABLED
|
||||
|
||||
$ gcloud beta container clusters create \
|
||||
--dataplane-v2-observability-mode=INTERNAL_VPC_LB
|
||||
|
||||
$ gcloud beta container clusters create \
|
||||
--dataplane-v2-observability-mode=EXTERNAL_LB
|
||||
|
||||
DATAPLANE_V2_OBSERVABILITY_MODE must be one of:
|
||||
|
||||
DISABLED
|
||||
Disables Advanced Datapath Observability.
|
||||
EXTERNAL_LB
|
||||
Makes Advanced Datapath Observability available to the external
|
||||
network.
|
||||
INTERNAL_VPC_LB
|
||||
Makes Advanced Datapath Observability available from the VPC
|
||||
network.
|
||||
|
||||
--default-max-pods-per-node=DEFAULT_MAX_PODS_PER_NODE
|
||||
The default max number of pods per node for node pools in the cluster.
|
||||
|
||||
|
|
@ -1368,7 +1341,7 @@ FLAGS
|
|||
|
||||
Flags for Binary Authorization:
|
||||
|
||||
--binauthz-policy-bindings=[name=BINAUTHZ_POLICY,...]
|
||||
--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}.
|
||||
|
|
@ -1377,9 +1350,9 @@ FLAGS
|
|||
|
||||
--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.
|
||||
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.
|
||||
|
|
@ -1387,6 +1360,44 @@ FLAGS
|
|||
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
|
||||
Select Advanced Datapath Observability mode for the cluster. Defaults
|
||||
to DISABLED.
|
||||
|
||||
Advanced Datapath Observability allows for a real-time view into
|
||||
pod-to-pod traffic within your cluster.
|
||||
|
||||
Examples:
|
||||
|
||||
$ gcloud beta container clusters create \
|
||||
--dataplane-v2-observability-mode=DISABLED
|
||||
|
||||
$ gcloud beta container clusters create \
|
||||
--dataplane-v2-observability-mode=INTERNAL_VPC_LB
|
||||
|
||||
$ gcloud beta container clusters create \
|
||||
--dataplane-v2-observability-mode=EXTERNAL_LB
|
||||
|
||||
DATAPLANE_V2_OBSERVABILITY_MODE must be one of:
|
||||
|
||||
DISABLED
|
||||
Disables Advanced Datapath Observability.
|
||||
EXTERNAL_LB
|
||||
Makes Advanced Datapath Observability available to the external
|
||||
network.
|
||||
INTERNAL_VPC_LB
|
||||
Makes Advanced Datapath Observability available from the VPC
|
||||
network.
|
||||
|
||||
--disable-dataplane-v2-flow-observability
|
||||
Disables Advanced Datapath Observability.
|
||||
|
||||
--enable-dataplane-v2-flow-observability
|
||||
Enables Advanced Datapath Observability which allows for a real-time
|
||||
view into pod-to-pod traffic within your cluster.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--disable-dataplane-v2-metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue