mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Jan 31 10:36:17 UTC 2024
This commit is contained in:
parent
7a546ffea4
commit
fa6c1dc7ec
142 changed files with 1981 additions and 793 deletions
|
|
@ -4,7 +4,7 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud edge-cloud container clusters update (CLUSTER : --location=LOCATION)
|
||||
[--async]
|
||||
[--async] [--release-channel=RELEASE_CHANNEL]
|
||||
[--clear-maintenance-window
|
||||
| --maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
|
|
@ -59,6 +59,14 @@ FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--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.
|
||||
Clusters subscribed to the REGULAR channel will be automatically
|
||||
upgraded to versions that are considered GA quality, and cannot be
|
||||
manually upgraded. RELEASE_CHANNEL must be one of: none, regular,
|
||||
release-channel-unspecified.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--clear-maintenance-window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue