mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +00:00
gcloud: Wed Jun 15 08:33:03 UTC 2022
This commit is contained in:
parent
28d031b3c1
commit
5378794555
147 changed files with 5222 additions and 263 deletions
|
|
@ -12,9 +12,10 @@ SYNOPSIS
|
|||
| [--reservation=RESERVATION : --reservation-zone=RESERVATION_ZONE
|
||||
--accelerator=[count=COUNT],[type=TYPE]
|
||||
--local-ssd=[interface=INTERFACE],[size=SIZE]
|
||||
--machine-type=MACHINE_TYPE --min-cpu-platform=MIN_CPU_PLATFORM
|
||||
--require-specific-reservation --vm-count=VM_COUNT
|
||||
--share-setting=SHARE_SETTING
|
||||
--machine-type=MACHINE_TYPE
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM --require-specific-reservation
|
||||
--vm-count=VM_COUNT --share-setting=SHARE_SETTING
|
||||
--share-with=SHARE_WITH,[SHARE_WITH,...]]] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
|
|
@ -168,6 +169,18 @@ OPTIONAL FLAGS
|
|||
custom-number_of_CPUs-amount_of_memory pattern, e.g.
|
||||
custom-32-29440.
|
||||
|
||||
--maintenance-interval=MAINTENANCE_INTERVAL
|
||||
Specifies how infrastructure upgrades should be applied to the
|
||||
VM. MAINTENANCE_INTERVAL must be (currently only one value is
|
||||
supported):
|
||||
|
||||
PERIODIC
|
||||
VMs receive infrastructure and hypervisor updates on a
|
||||
periodic basis, minimizing the number of maintenance
|
||||
operations (live migrations or terminations) on an individual
|
||||
VM. Security updates will still be applied as soon as they
|
||||
are available.
|
||||
|
||||
--min-cpu-platform=MIN_CPU_PLATFORM
|
||||
Optional minimum CPU platform of the reservation to create.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,11 @@ SYNOPSIS
|
|||
gcloud alpha compute tpus queued-resources create
|
||||
(QUEUED_RESOURCE : --zone=ZONE) --accelerator-type=ACCELERATOR_TYPE
|
||||
--node-id=[NODE_ID,...] --runtime-version=RUNTIME_VERSION [--async]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--best-effort] [--guaranteed] [--reserved]
|
||||
[--valid-after-duration=VALID_AFTER_DURATION]
|
||||
[--valid-after-time=VALID_AFTER_TIME]
|
||||
[--valid-until-duration=VALID_UNTIL_DURATION]
|
||||
[--valid-until-time=VALID_UNTIL_TIME] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Create a new Queued Resource with the specified attributes.
|
||||
|
|
@ -77,6 +81,33 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--best-effort
|
||||
If provided, the Node requested here may be scheduled at the 'best
|
||||
effort' tier.
|
||||
|
||||
--guaranteed
|
||||
If provided, the Node requested here will only be scheduled at the
|
||||
'guaranteed' tier.
|
||||
|
||||
--reserved
|
||||
Specifies the request should be scheduled on reserved capacity.
|
||||
|
||||
If this flag is set the guaranteed flag is also set.
|
||||
|
||||
--valid-after-duration=VALID_AFTER_DURATION
|
||||
A duration before which the TPU must not be provisioned, relative to
|
||||
the current time.
|
||||
|
||||
--valid-after-time=VALID_AFTER_TIME
|
||||
An absolute time before which the TPU must not be provisioned.
|
||||
|
||||
--valid-until-duration=VALID_UNTIL_DURATION
|
||||
A duration after which the TPU must not be provisioned, relative to the
|
||||
current time.
|
||||
|
||||
--valid-until-time=VALID_UNTIL_TIME
|
||||
An absolute time after which resources must not be created.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue