mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
gcloud: Wed Dec 11 10:18:23 UTC 2024
This commit is contained in:
parent
ad2752c6c9
commit
ec6dc40f99
493 changed files with 17655 additions and 1753 deletions
|
|
@ -18,6 +18,8 @@ SYNOPSIS
|
|||
[--[no-]enable-nested-virtualization] [--[no-]enable-uefi-networking]
|
||||
[--external-ipv6-address=EXTERNAL_IPV6_ADDRESS]
|
||||
[--external-ipv6-prefix-length=EXTERNAL_IPV6_PREFIX_LENGTH]
|
||||
[--graceful-shutdown]
|
||||
[--graceful-shutdown-max-duration=GRACEFUL_SHUTDOWN_MAX_DURATION]
|
||||
[--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS]
|
||||
[--instance-template-region=INSTANCE_TEMPLATE_REGION]
|
||||
[--instance-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
|
|
@ -437,6 +439,17 @@ FLAGS
|
|||
be used together with --external-ipv6-address. Only the /96 IP address
|
||||
range is supported, and the default value is 96.
|
||||
|
||||
--graceful-shutdown
|
||||
Enables graceful shutdown for the instance.
|
||||
|
||||
--graceful-shutdown-max-duration=GRACEFUL_SHUTDOWN_MAX_DURATION
|
||||
Specifies the maximum time for the graceful shutdown. After this time,
|
||||
the instance is set to STOPPING even if tasks are still running.
|
||||
Specify the time as the number of hours, minutes, or seconds followed
|
||||
by h, m, and s respectively. For example, specify 30m for 30 minutes or
|
||||
20m10s for 20 minutes and 10 seconds. The value must be between 1
|
||||
second and 1 hour.
|
||||
|
||||
--host-error-timeout-seconds=HOST_ERROR_TIMEOUT_SECONDS
|
||||
The timeout in seconds for host error detection. The value must be set
|
||||
with 30 second increments, with a range of 90 to 330 seconds. If unset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue