mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Wed Aug 31 09:34:57 UTC 2022
This commit is contained in:
parent
978ed239f6
commit
6749f65ca2
159 changed files with 2919 additions and 561 deletions
|
|
@ -15,6 +15,7 @@ SYNOPSIS
|
|||
[--enable-confidential-nodes] [--enable-gvnic]
|
||||
[--enable-image-streaming] [--enable-surge-upgrade]
|
||||
[--image-type=IMAGE_TYPE] [--local-ssd-count=LOCAL_SSD_COUNT]
|
||||
[--logging-variant=LOGGING_VARIANT]
|
||||
[--machine-type=MACHINE_TYPE, -m MACHINE_TYPE]
|
||||
[--max-pods-per-node=MAX_PODS_PER_NODE]
|
||||
[--max-surge-upgrade=MAX_SURGE_UPGRADE; default=1]
|
||||
|
|
@ -191,6 +192,20 @@ FLAGS
|
|||
https://cloud.google.com/compute/docs/disks/local-ssd for more
|
||||
information.
|
||||
|
||||
--logging-variant=LOGGING_VARIANT
|
||||
Specifies the logging variant that will be deployed on all the nodes in
|
||||
the node pool. If the node pool doesn't specify a logging variant, then
|
||||
the logging variant specified for the cluster will be deployed on all
|
||||
the nodes in the node pool. Valid logging variants are MAX_THROUGHPUT,
|
||||
DEFAULT. 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:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud container node-pools update NAME
|
||||
(--enable-confidential-nodes | --enable-gvnic
|
||||
| --enable-image-streaming
|
||||
| --enable-image-streaming | --logging-variant=LOGGING_VARIANT
|
||||
| --network-performance-configs=[PROPERTY=VALUE,...]
|
||||
| --node-labels=[NODE_LABEL,...] | --node-locations=ZONE,[ZONE,...]
|
||||
| --node-taints=[NODE_TAINT,...]
|
||||
|
|
@ -54,6 +54,20 @@ REQUIRED FLAGS
|
|||
--enable-image-streaming
|
||||
Specifies whether to enable image streaming on node pool.
|
||||
|
||||
--logging-variant=LOGGING_VARIANT
|
||||
Specifies the logging variant that will be deployed on all the nodes
|
||||
in the node pool. If the node pool doesn't specify a logging variant,
|
||||
then the logging variant specified for the cluster will be deployed
|
||||
on all the nodes in the node pool. Valid logging variants are
|
||||
MAX_THROUGHPUT, DEFAULT. 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.
|
||||
|
||||
--network-performance-configs=[PROPERTY=VALUE,...]
|
||||
Configures network performance settings for the node pool. If this
|
||||
flag is not specified, the pool will be created with its default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue