1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00

gcloud: Wed Aug 31 09:34:57 UTC 2022

This commit is contained in:
Automated 2022-08-31 09:34:57 +00:00
parent 978ed239f6
commit 6749f65ca2
Failed to extract signature
159 changed files with 2919 additions and 561 deletions

View file

@ -31,7 +31,7 @@ SYNOPSIS
[--enable-stackdriver-kubernetes] [--enable-vertical-pod-autoscaling]
[--image-type=IMAGE_TYPE] [--issue-client-certificate]
[--labels=[KEY=VALUE,...]] [--local-ssd-count=LOCAL_SSD_COUNT]
[--logging=[COMPONENT,...]]
[--logging=[COMPONENT,...]] [--logging-variant=LOGGING_VARIANT]
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
[--max-nodes-per-pool=MAX_NODES_PER_POOL]
[--max-pods-per-node=MAX_PODS_PER_NODE]
@ -537,6 +537,18 @@ FLAGS
$ gcloud container clusters create --logging=SYSTEM,WORKLOAD
$ gcloud container clusters create --logging=NONE
--logging-variant=LOGGING_VARIANT
Specifies the logging variant that will be deployed on all the nodes in
the cluster. Valid logging variants are MAX_THROUGHPUT, DEFAULT. If no
value is specified, DEFAULT is used. LOGGING_VARIANT must be one of:
DEFAULT
'DEFAULT' variant requests minimal resources but may not guarantee
high throughput.
MAX_THROUGHPUT
'MAX_THROUGHPUT' variant requests more node resources and is able
to achieve logging throughput up to 10MB per sec.
--machine-type=MACHINE_TYPE, -m MACHINE_TYPE
The type of machine to use for nodes. Defaults to e2-medium. The list
of predefined machine types is available using the following command:
@ -1055,11 +1067,11 @@ FLAGS
autoprovisioned node pool.
Node Management settings are specified under the field
'nodeManagement', which has the following fields:
enableAutoUpgrade: A boolean field that indicates if node
autoupgrade is enabled for autoprovisioned node pools.
enableAutoRepair: A boolean field that indicates if node autorepair
is enabled for autoprovisioned node pools.
'management', which has the following fields: autoUpgrade: A
boolean field that indicates if node autoupgrade is enabled for
autoprovisioned node pools. autoRepair: A boolean field that
indicates if node autorepair is enabled for autoprovisioned node
pools.
minCpuPlatform (deprecated): If specified, new autoprovisioned
nodes will be scheduled on host with specified CPU architecture or

View file

@ -16,8 +16,8 @@ SYNOPSIS
| --enable-master-global-access | --enable-network-policy
| --enable-service-externalips | --enable-shielded-nodes
| --enable-stackdriver-kubernetes | --enable-vertical-pod-autoscaling
| --generate-password | --maintenance-window=START_TIME
| --node-locations=ZONE,[ZONE,...]
| --generate-password | --logging-variant=LOGGING_VARIANT
| --maintenance-window=START_TIME | --node-locations=ZONE,[ZONE,...]
| --notification-config=[pubsub=ENABLED|DISABLED,
pubsub-topic=TOPIC,...]
| --private-ipv6-google-access-type=PRIVATE_IPV6_GOOGLE_ACCESS_TYPE
@ -265,6 +265,19 @@ REQUIRED FLAGS
Ask the server to generate a secure password and use that as the
basic auth password, keeping the existing username.
--logging-variant=LOGGING_VARIANT
Specifies the logging variant that will be deployed on all the nodes
in the cluster. Valid logging variants are MAX_THROUGHPUT, DEFAULT.
If no value is specified, DEFAULT is used. LOGGING_VARIANT must be
one of:
DEFAULT
'DEFAULT' variant requests minimal resources but may not
guarantee high throughput.
MAX_THROUGHPUT
'MAX_THROUGHPUT' variant requests more node resources and is able
to achieve logging throughput up to 10MB per sec.
--maintenance-window=START_TIME
Set a time of day when you prefer maintenance to start on this
cluster. For example:
@ -687,11 +700,11 @@ REQUIRED FLAGS
the same time on each upgrade of an autoprovisioned node pool.
Node Management settings are specified under the field
'nodeManagement', which has the following fields:
enableAutoUpgrade: A boolean field that indicates if node
autoupgrade is enabled for autoprovisioned node pools.
enableAutoRepair: A boolean field that indicates if node
autorepair is enabled for autoprovisioned node pools.
'management', which has the following fields: autoUpgrade: A
boolean field that indicates if node autoupgrade is enabled for
autoprovisioned node pools. autoRepair: A boolean field that
indicates if node autorepair is enabled for autoprovisioned node
pools.
minCpuPlatform (deprecated): If specified, new autoprovisioned
nodes will be scheduled on host with specified CPU architecture