mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 20:36:39 +00:00
gcloud: Wed Jan 8 10:03:00 UTC 2025
This commit is contained in:
parent
52290f76fe
commit
5a9f5ff67e
161 changed files with 2678 additions and 414 deletions
|
|
@ -32,6 +32,8 @@ SYNOPSIS
|
|||
[--[no-]enable-nested-virtualization]
|
||||
[--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-termination-action=INSTANCE_TERMINATION_ACTION]
|
||||
[--internal-ipv6-address=INTERNAL_IPV6_ADDRESS]
|
||||
|
|
@ -491,6 +493,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