mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -42,6 +42,8 @@ SYNOPSIS
|
|||
[--enable-autoscaling --location-policy=LOCATION_POLICY
|
||||
--max-nodes=MAX_NODES --min-nodes=MIN_NODES
|
||||
--total-max-nodes=TOTAL_MAX_NODES --total-min-nodes=TOTAL_MIN_NODES]
|
||||
[--enable-best-effort-provision
|
||||
--min-provision-nodes=MIN_PROVISION_NODES]
|
||||
[--ephemeral-storage-local-ssd=[count=COUNT]
|
||||
| --local-nvme-ssd-block=[count=COUNT]
|
||||
| --local-ssd-count=LOCAL_SSD_COUNT]
|
||||
|
|
@ -677,6 +679,16 @@ FLAGS
|
|||
--node-pool (or default node pool if unspecified) can scale. Ignored
|
||||
unless --enable-autoscaling is also specified.
|
||||
|
||||
Specifies minimum number of nodes to be created when best effort
|
||||
provisioning enabled.
|
||||
|
||||
--enable-best-effort-provision
|
||||
Enable best effort provision for nodes
|
||||
|
||||
--min-provision-nodes=MIN_PROVISION_NODES
|
||||
Specifies the minimum number of nodes to be provisioned during
|
||||
creation
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--ephemeral-storage-local-ssd=[count=COUNT]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue