mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 15:52:30 +00:00
gcloud: Wed Mar 6 09:53:10 UTC 2024
This commit is contained in:
parent
37dd57701a
commit
7f632e0c5d
115 changed files with 5800 additions and 308 deletions
|
|
@ -11,6 +11,9 @@ SYNOPSIS
|
|||
| --environment-size=ENVIRONMENT_SIZE | --node-count=NODE_COUNT
|
||||
| --web-server-machine-type=WEB_SERVER_MACHINE_TYPE
|
||||
| --airflow-version=AIRFLOW_VERSION | --image-version=IMAGE_VERSION
|
||||
| --maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START
|
||||
| --disable-cloud-data-lineage-integration
|
||||
| --enable-cloud-data-lineage-integration
|
||||
| --disable-master-authorized-networks
|
||||
|
|
@ -21,9 +24,6 @@ SYNOPSIS
|
|||
--snapshot-creation-schedule=SNAPSHOT_CREATION_SCHEDULE
|
||||
--snapshot-location=SNAPSHOT_LOCATION
|
||||
--snapshot-schedule-timezone=SNAPSHOT_SCHEDULE_TIMEZONE
|
||||
| --maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START
|
||||
| --max-workers=MAX_WORKERS --min-workers=MIN_WORKERS
|
||||
--scheduler-count=SCHEDULER_COUNT --scheduler-cpu=SCHEDULER_CPU
|
||||
--scheduler-memory=SCHEDULER_MEMORY
|
||||
|
|
@ -164,6 +164,43 @@ REQUIRED FLAGS
|
|||
Composer version. The resolved versions are stored in the upgraded
|
||||
environment.
|
||||
|
||||
Group of arguments for setting the maintenance window value during
|
||||
update.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
Group of arguments for setting the maintenance window value.
|
||||
|
||||
--maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
End time of the mantenance window in the form of the full date.
|
||||
Only the time of the day is used as a reference for an ending
|
||||
time of the window with a provided recurrence. Specified date
|
||||
must take place after the one specified as a start date, the
|
||||
difference between will be used as a length of a single
|
||||
maintenance window. See $ gcloud topic datetimes for information
|
||||
on time formats.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
An RFC 5545 RRULE, specifying how the maintenance window will
|
||||
recur. The minimum requirement for the length of the maintenance
|
||||
window is 12 hours a week. Only FREQ=DAILY and FREQ=WEEKLY rules
|
||||
are supported.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START
|
||||
Start time of the mantenance window in the form of the full date.
|
||||
Only the time of the day is used as a reference for a starting
|
||||
time of the window with a provided recurrence. See $ gcloud topic
|
||||
datetimes for information on time formats.
|
||||
|
||||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
Group of arguments for setting Cloud Data Lineage integration
|
||||
configuration in Composer 2.
|
||||
|
||||
|
|
@ -239,37 +276,6 @@ REQUIRED FLAGS
|
|||
This flag argument must be specified if any of the other
|
||||
arguments in this group are specified.
|
||||
|
||||
Group of arguments for setting the maintenance window value.
|
||||
|
||||
--maintenance-window-end=MAINTENANCE_WINDOW_END
|
||||
End time of the mantenance window in the form of the full date.
|
||||
Only the time of the day is used as a reference for an ending time
|
||||
of the window with a provided recurrence. Specified date must take
|
||||
place after the one specified as a start date, the difference
|
||||
between will be used as a length of a single maintenance window.
|
||||
See $ gcloud topic datetimes for information on time formats.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--maintenance-window-recurrence=MAINTENANCE_WINDOW_RECURRENCE
|
||||
An RFC 5545 RRULE, specifying how the maintenance window will
|
||||
recur. The minimum requirement for the length of the maintenance
|
||||
window is 12 hours a week. Only FREQ=DAILY and FREQ=WEEKLY rules
|
||||
are supported.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--maintenance-window-start=MAINTENANCE_WINDOW_START
|
||||
Start time of the mantenance window in the form of the full date.
|
||||
Only the time of the day is used as a reference for a starting time
|
||||
of the window with a provided recurrence. See $ gcloud topic
|
||||
datetimes for information on time formats.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
Group of arguments for setting workloads configuration in Composer 2.X
|
||||
or greater (--scheduler-count flag is available for Composer 1.X as
|
||||
well).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue