mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Jul 17 09:30:28 UTC 2024
This commit is contained in:
parent
2614f6b65e
commit
503936d882
156 changed files with 1988 additions and 573 deletions
|
|
@ -21,6 +21,7 @@ SYNOPSIS
|
|||
[--maintenance-window-end=MAINTENANCE_WINDOW_END]
|
||||
[--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE]
|
||||
[--maintenance-window-start=MAINTENANCE_WINDOW_START]
|
||||
[--offline-reboot-ttl=OFFLINE_REBOOT_TTL]
|
||||
[--release-channel=RELEASE_CHANNEL;
|
||||
default="RELEASE_CHANNEL_UNSPECIFIED"]
|
||||
[--services-ipv4-cidr=SERVICES_IPV4_CIDR; default="10.96.0.0/12"]
|
||||
|
|
@ -235,6 +236,14 @@ FLAGS
|
|||
(https://www.ietf.org/rfc/rfc3339.txt) format. E.g.
|
||||
"2021-01-01T00:00:00Z" or "2021-01-01T00:00:00-05:00"
|
||||
|
||||
--offline-reboot-ttl=OFFLINE_REBOOT_TTL
|
||||
Specifies the maximum duration a node can reboot offline (without
|
||||
connection to Google) and then rejoin its cluster to resume its
|
||||
designated workloads. This duration is relative to the machine's most
|
||||
recent connection to Google. The maximum allowed duration is 7 days. To
|
||||
disallow offline reboot, set the duration to "PT0S". The parameter
|
||||
should be an ISO 8601 duration string, for example, "P1DT1H2M3S".
|
||||
|
||||
--release-channel=RELEASE_CHANNEL; default="RELEASE_CHANNEL_UNSPECIFIED"
|
||||
Release channel a cluster is subscribed to. It supports two values,
|
||||
NONE and REGULAR. NONE is used to opt out of any release channel.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue