1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Jan 10 10:17:49 UTC 2024

This commit is contained in:
Automated 2024-01-10 10:17:49 +00:00
parent 08ad88258a
commit 5fec13c692
262 changed files with 3211 additions and 4501 deletions

View file

@ -676,7 +676,7 @@ FLAGS
The maximum number of nodes to allocate per default initial node pool.
Kubernetes Engine will automatically create enough nodes pools such
that each node pool contains less than --max-nodes-per-pool nodes.
Defaults to 1000 nodes, but can be set as low as 100 nodes per pool on
Defaults to 2000 nodes, but can be set as low as 100 nodes per pool on
initial create.
--max-pods-per-node=MAX_PODS_PER_NODE
@ -1251,8 +1251,8 @@ FLAGS
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.
(DEPRECATED) 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.
@ -1268,6 +1268,11 @@ FLAGS
$ gcloud container clusters create \
--dataplane-v2-observability-mode=EXTERNAL_LB
The --dataplane-v2-observability-mode flag is deprecated and will be
removed in an upcoming release. Please use
--enable-dataplane-v2-flow-observability or
--disable-dataplane-v2-flow-observability.
DATAPLANE_V2_OBSERVABILITY_MODE must be one of:
DISABLED

View file

@ -236,16 +236,21 @@ FLAGS
--logging=[COMPONENT,...]
Set the components that have logging enabled. Valid component values
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER, NONE
are: SYSTEM, WORKLOAD, API_SERVER, CONTROLLER_MANAGER, SCHEDULER
The default is SYSTEM,WORKLOAD. If this flag is set, then SYSTEM must
be included.
For more information, see
https://cloud.google.com/stackdriver/docs/solutions/gke/installing#available-logs
Examples:
$ gcloud container clusters create-auto --logging=SYSTEM
$ gcloud container clusters create-auto --logging=SYSTEM,WORKLOAD
$ gcloud container clusters create-auto \
--logging=SYSTEM,API_SERVER,WORKLOAD
--logging=SYSTEM,WORKLOAD,API_SERVER,CONTROLLER_MANAGER,\
SCHEDULER
--monitoring=[COMPONENT,...]
Set the components that have monitoring enabled. Valid component values
@ -383,8 +388,8 @@ FLAGS
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.
(DEPRECATED) 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.
@ -400,6 +405,11 @@ FLAGS
$ gcloud container clusters create-auto \
--dataplane-v2-observability-mode=EXTERNAL_LB
The --dataplane-v2-observability-mode flag is deprecated and will be
removed in an upcoming release. Please use
--enable-dataplane-v2-flow-observability or
--disable-dataplane-v2-flow-observability.
DATAPLANE_V2_OBSERVABILITY_MODE must be one of:
DISABLED

View file

@ -859,8 +859,8 @@ REQUIRED FLAGS
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.
(DEPRECATED) 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.
@ -876,6 +876,11 @@ REQUIRED FLAGS
$ gcloud container clusters update \
--dataplane-v2-observability-mode=EXTERNAL_LB
The --dataplane-v2-observability-mode flag is deprecated and will
be removed in an upcoming release. Please use
--enable-dataplane-v2-flow-observability or
--disable-dataplane-v2-flow-observability.
DATAPLANE_V2_OBSERVABILITY_MODE must be one of:
DISABLED