mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Oct 25 11:42:23 UTC 2023
This commit is contained in:
parent
a15665661a
commit
d34c41a2ce
305 changed files with 5549 additions and 699 deletions
|
|
@ -189,10 +189,10 @@ FLAGS
|
|||
Size for node VM boot disks in GB. Defaults to 100GB.
|
||||
|
||||
--disk-type=DISK_TYPE
|
||||
Type of the node VM boot disk. For version 1.24.0+, defaults to
|
||||
pd-balanced. Before version 1.24.0, defaults to pd-standard. DISK_TYPE
|
||||
must be one of: pd-standard, pd-ssd, pd-balanced, hyperdisk-balanced,
|
||||
hyperdisk-extreme, hyperdisk-throughput.
|
||||
Type of the node VM boot disk. For version 1.24 and later, defaults to
|
||||
pd-balanced. For versions earlier than 1.24, defaults to pd-standard.
|
||||
DISK_TYPE must be one of: pd-standard, pd-ssd, pd-balanced,
|
||||
hyperdisk-balanced, hyperdisk-extreme, hyperdisk-throughput.
|
||||
|
||||
--enable-autoprovisioning
|
||||
Enables Cluster Autoscaler to treat the node pool as if it was
|
||||
|
|
@ -297,9 +297,9 @@ FLAGS
|
|||
|
||||
$ gcloud compute machine-types list
|
||||
|
||||
You can also specify custom machine types with the string
|
||||
"custom-CPUS-RAM" where "CPUS" is the number of virtual CPUs and "RAM"
|
||||
is the amount of RAM in MiB.
|
||||
You can also specify custom machine types by providing a string with
|
||||
the format "custom-CPUS-RAM" where "CPUS" is the number of virtual CPUs
|
||||
and "RAM" is the amount of RAM in MiB.
|
||||
|
||||
For example, to create a node pool using custom machines with 2 vCPUs
|
||||
and 12 GB of RAM:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue