1
0
Fork 0
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:
Automated 2023-06-02 10:25:45 +00:00
parent d0919dce4f
commit daa9cea776
199 changed files with 7828 additions and 401 deletions

View file

@ -43,6 +43,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=LOCAL-SSD-COUNT]
| --ephemeral-storage-local-ssd=[count=COUNT]
| --local-nvme-ssd-block=[count=COUNT]
@ -719,6 +721,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=LOCAL-SSD-COUNT]