mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jul 13 09:59:37 UTC 2022
This commit is contained in:
parent
cf5ab60e4a
commit
879929cbc6
323 changed files with 7203 additions and 4178 deletions
|
|
@ -135,82 +135,42 @@ OPTIONAL FLAGS
|
|||
|
||||
The following KEYs must be specified:
|
||||
|
||||
KEY Type Example Description
|
||||
name string `my-node-pool` Name of the node pool.
|
||||
roles repeated string `default;spark-driver` Roles that this node
|
||||
pool should perform.
|
||||
Valid values are
|
||||
`default`,
|
||||
`controller`,
|
||||
`spark-driver`,
|
||||
`spark-executor`.
|
||||
-----------------------------------------------------------------------------------------------------------
|
||||
KEY Type Example Description
|
||||
------ ---------------- ------------------------ ----------------------------------------------------------
|
||||
name string `my-node-pool` Name of the node pool.
|
||||
|
||||
The following KEYs may be specified.
|
||||
roles repeated string `default;spark-driver` Roles that this node pool should perform. Valid values are
|
||||
`default`, `controller`, `spark-driver`, `spark-executor`.
|
||||
-----------------------------------------------------------------------------------------------------------
|
||||
|
||||
KEY Type Example Description
|
||||
machineType string `n1-standard-8` Compute
|
||||
Engine
|
||||
machine type
|
||||
to use.
|
||||
preemptible boolean `false` If true,
|
||||
then this
|
||||
node pool
|
||||
uses
|
||||
preemptible
|
||||
VMs. This
|
||||
cannot be
|
||||
true on the
|
||||
node pool
|
||||
with the
|
||||
`controllers
|
||||
` role (or
|
||||
`default`
|
||||
role if
|
||||
`controllers
|
||||
` role is
|
||||
not
|
||||
specified).
|
||||
localSsdCount int `2` The number
|
||||
of local
|
||||
SSDs to
|
||||
attach to
|
||||
each node.
|
||||
accelerator repeated string `nvidia-tesla-a100=1` Accelerators
|
||||
to attach to
|
||||
each node.
|
||||
In the
|
||||
format
|
||||
NAME=COUNT.
|
||||
minCpuPlatform string `Intel Skylake` Minimum CPU
|
||||
platform for
|
||||
each node.
|
||||
locations repeated string `us-west1-a;us-west1-c` Zones within
|
||||
the location
|
||||
of the GKE
|
||||
cluster. All
|
||||
`--pools`
|
||||
flags for a
|
||||
single
|
||||
Dataproc
|
||||
cluster must
|
||||
have
|
||||
identical
|
||||
locations.
|
||||
min int `0` Minimum
|
||||
number of
|
||||
nodes per
|
||||
zone that
|
||||
this node
|
||||
pool can
|
||||
scale down
|
||||
to.
|
||||
max int `10` Maximum
|
||||
number of
|
||||
nodes per
|
||||
zone that
|
||||
this node
|
||||
pool can
|
||||
scale up to.
|
||||
The following KEYs may be specified:
|
||||
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
KEY Type Example Description
|
||||
--------------- ---------------- --------------------------------------------- ---------------------------------------------------------------------------------
|
||||
machineType string `n1-standard-8` Compute Engine machine type to use.
|
||||
|
||||
preemptible boolean `false` If true, then this node pool uses preemptible VMs.
|
||||
This cannot be true on the node pool with the `controllers` role
|
||||
(or `default` role if `controllers` role is not specified).
|
||||
|
||||
localSsdCount int `2` The number of local SSDs to attach to each node.
|
||||
|
||||
accelerator repeated string `nvidia-tesla-a100=1` Accelerators to attach to each node. In the format NAME=COUNT.
|
||||
|
||||
minCpuPlatform string `Intel Skylake` Minimum CPU platform for each node.
|
||||
|
||||
bootDiskKmsKey string `projects/project-id/locations/us-central1 The Customer Managed Encryption Key (CMEK) used to encrypt
|
||||
/keyRings/keyRing-name/cryptoKeys/key-name` the boot disk attached to each node in the node pool.
|
||||
|
||||
locations repeated string `us-west1-a;us-west1-c` Zones within the location of the GKE cluster.
|
||||
All `--pools` flags for a single Dataproc cluster must have identical locations.
|
||||
|
||||
min int `0` Minimum number of nodes per zone that this node pool can scale down to.
|
||||
|
||||
max int `10` Maximum number of nodes per zone that this node pool can scale up to.
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
--properties=[PREFIX:PROPERTY=VALUE,...]
|
||||
Specifies configuration properties for installed packages, such as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue