mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 23:08:48 +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
|
|
@ -18,6 +18,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"]
|
||||
|
|
@ -154,6 +155,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.
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters update (CLUSTER : --location=LOCATION)
|
||||
[--async] [--release-channel=RELEASE_CHANNEL]
|
||||
[--async] [--offline-reboot-ttl=OFFLINE_REBOOT_TTL]
|
||||
[--release-channel=RELEASE_CHANNEL]
|
||||
[--clear-maintenance-window
|
||||
| --remove-maintenance-exclusion-window=REMOVE_MAINTENANCE_EXCLUSION_WINDOW | --add-maintenance-exclusion-end=ADD_MAINTENANCE_EXCLUSION_END --add-maintenance-exclusion-name=ADD_MAINTENANCE_EXCLUSION_NAME --add-maintenance-exclusion-start=ADD_MAINTENANCE_EXCLUSION_START | --maintenance-window-end=MAINTENANCE_WINDOW_END --maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE --maintenance-window-start=MAINTENANCE_WINDOW_START]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
|
@ -57,6 +58,14 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--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. If
|
||||
left unspecified, the default 0 means not allowed. The parameter should
|
||||
be an ISO 8601 duration string, for example, "P1DT1H2M3S".
|
||||
|
||||
--release-channel=RELEASE_CHANNEL
|
||||
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